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

All Known Implementing Classes:
CompareResultImpl

public interface CompareResult

Java content class for CompareResult complex type.

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

 <complexType name="CompareResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="table" type="{}Table"/>
         <element name="updateList" type="{}UpdateRecord" maxOccurs="unbounded" minOccurs="0"/>
         <element name="deleteList" type="{}Record" maxOccurs="unbounded" minOccurs="0"/>
         <element name="insertList" type="{}Record" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getDeleteList()
           
 java.util.List getInsertList()
           
 Table getTable()
           
 java.util.List getUpdateList()
           
 boolean isSetDeleteList()
           
 boolean isSetInsertList()
           
 boolean isSetTable()
           
 boolean isSetUpdateList()
           
 void setTable(Table value)
           
 void unsetDeleteList()
           
 void unsetInsertList()
           
 void unsetTable()
           
 void unsetUpdateList()
           
 

Method Detail

getUpdateList

java.util.List getUpdateList()

isSetUpdateList

boolean isSetUpdateList()

unsetUpdateList

void unsetUpdateList()

getDeleteList

java.util.List getDeleteList()

isSetDeleteList

boolean isSetDeleteList()

unsetDeleteList

void unsetDeleteList()

getTable

Table getTable()

setTable

void setTable(Table value)

isSetTable

boolean isSetTable()

unsetTable

void unsetTable()

getInsertList

java.util.List getInsertList()

isSetInsertList

boolean isSetInsertList()

unsetInsertList

void unsetInsertList()