org.chur.ant.db.jdbsynch.jaxb.impl
Class CompareResultImpl

java.lang.Object
  extended by org.chur.ant.db.jdbsynch.jaxb.impl.CompareResultImpl
All Implemented Interfaces:
com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, CompareResult

public class CompareResultImpl
extends java.lang.Object
implements CompareResult, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class CompareResultImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _DeleteList
           
protected  com.sun.xml.bind.util.ListImpl _InsertList
           
protected  Table _Table
           
protected  com.sun.xml.bind.util.ListImpl _UpdateList
           
 
Constructor Summary
CompareResultImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 java.util.List getDeleteList()
           
 java.util.List getInsertList()
           
 java.lang.Class getPrimaryInterface()
           
 java.lang.Class getPrimaryInterfaceClass()
           
 Table getTable()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 java.util.List getUpdateList()
           
 boolean isSetDeleteList()
           
 boolean isSetInsertList()
           
 boolean isSetTable()
           
 boolean isSetUpdateList()
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setTable(Table value)
           
 void unsetDeleteList()
           
 void unsetInsertList()
           
 void unsetTable()
           
 void unsetUpdateList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_UpdateList

protected com.sun.xml.bind.util.ListImpl _UpdateList

_DeleteList

protected com.sun.xml.bind.util.ListImpl _DeleteList

_Table

protected Table _Table

_InsertList

protected com.sun.xml.bind.util.ListImpl _InsertList
Constructor Detail

CompareResultImpl

public CompareResultImpl()
Method Detail

getUpdateList

public java.util.List getUpdateList()
Specified by:
getUpdateList in interface CompareResult

isSetUpdateList

public boolean isSetUpdateList()
Specified by:
isSetUpdateList in interface CompareResult

unsetUpdateList

public void unsetUpdateList()
Specified by:
unsetUpdateList in interface CompareResult

getDeleteList

public java.util.List getDeleteList()
Specified by:
getDeleteList in interface CompareResult

isSetDeleteList

public boolean isSetDeleteList()
Specified by:
isSetDeleteList in interface CompareResult

unsetDeleteList

public void unsetDeleteList()
Specified by:
unsetDeleteList in interface CompareResult

getTable

public Table getTable()
Specified by:
getTable in interface CompareResult

setTable

public void setTable(Table value)
Specified by:
setTable in interface CompareResult

isSetTable

public boolean isSetTable()
Specified by:
isSetTable in interface CompareResult

unsetTable

public void unsetTable()
Specified by:
unsetTable in interface CompareResult

getInsertList

public java.util.List getInsertList()
Specified by:
getInsertList in interface CompareResult

isSetInsertList

public boolean isSetInsertList()
Specified by:
isSetInsertList in interface CompareResult

unsetInsertList

public void unsetInsertList()
Specified by:
unsetInsertList in interface CompareResult

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public java.lang.Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws org.xml.sax.SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws org.xml.sax.SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws org.xml.sax.SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject