org.chur.ant.db.jdbsynch.jaxb
Interface Content

All Superinterfaces:
ContentType, javax.xml.bind.Element
All Known Implementing Classes:
ContentImpl

public interface Content
extends javax.xml.bind.Element, ContentType

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