|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Content
Java content class for Content element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="Content"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="database" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="tableList" type="{}Table" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element>
Method Summary |
---|
Methods inherited from interface org.chur.ant.db.jdbsynch.jaxb.ContentType |
---|
getCreated, getDatabase, getTableList, isSetCreated, isSetDatabase, isSetTableList, setCreated, setDatabase, unsetCreated, unsetDatabase, unsetTableList |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |