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

All Superinterfaces:
CompareResultListType, javax.xml.bind.Element
All Known Implementing Classes:
CompareResultListImpl

public interface CompareResultList
extends javax.xml.bind.Element, CompareResultListType

Java content class for CompareResultList element declaration.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="CompareResultList">
   <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="newTableList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           <element name="oldTableList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           <element name="ignored" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           <element name="compareResult" type="{}CompareResult" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.chur.ant.db.jdbsynch.jaxb.CompareResultListType
getCompareResult, getCreated, getDatabase, getIgnored, getNewTableList, getOldTableList, isSetCompareResult, isSetCreated, isSetDatabase, isSetIgnored, isSetNewTableList, isSetOldTableList, setCreated, setDatabase, unsetCompareResult, unsetCreated, unsetDatabase, unsetIgnored, unsetNewTableList, unsetOldTableList