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

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

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


Nested Class Summary
 class UpdateRecordImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _FieldsForUpdate
           
protected  Record _NewValues
           
protected  Record _RecordForUpdate
           
 
Constructor Summary
UpdateRecordImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 java.util.List getFieldsForUpdate()
           
 Record getNewValues()
           
 java.lang.Class getPrimaryInterface()
           
 java.lang.Class getPrimaryInterfaceClass()
           
 Record getRecordForUpdate()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 boolean isSetFieldsForUpdate()
           
 boolean isSetNewValues()
           
 boolean isSetRecordForUpdate()
           
 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 setNewValues(Record value)
           
 void setRecordForUpdate(Record value)
           
 void unsetFieldsForUpdate()
           
 void unsetNewValues()
           
 void unsetRecordForUpdate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_FieldsForUpdate

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

_NewValues

protected Record _NewValues

_RecordForUpdate

protected Record _RecordForUpdate
Constructor Detail

UpdateRecordImpl

public UpdateRecordImpl()
Method Detail

getFieldsForUpdate

public java.util.List getFieldsForUpdate()
Specified by:
getFieldsForUpdate in interface UpdateRecord

isSetFieldsForUpdate

public boolean isSetFieldsForUpdate()
Specified by:
isSetFieldsForUpdate in interface UpdateRecord

unsetFieldsForUpdate

public void unsetFieldsForUpdate()
Specified by:
unsetFieldsForUpdate in interface UpdateRecord

getNewValues

public Record getNewValues()
Specified by:
getNewValues in interface UpdateRecord

setNewValues

public void setNewValues(Record value)
Specified by:
setNewValues in interface UpdateRecord

isSetNewValues

public boolean isSetNewValues()
Specified by:
isSetNewValues in interface UpdateRecord

unsetNewValues

public void unsetNewValues()
Specified by:
unsetNewValues in interface UpdateRecord

getRecordForUpdate

public Record getRecordForUpdate()
Specified by:
getRecordForUpdate in interface UpdateRecord

setRecordForUpdate

public void setRecordForUpdate(Record value)
Specified by:
setRecordForUpdate in interface UpdateRecord

isSetRecordForUpdate

public boolean isSetRecordForUpdate()
Specified by:
isSetRecordForUpdate in interface UpdateRecord

unsetRecordForUpdate

public void unsetRecordForUpdate()
Specified by:
unsetRecordForUpdate in interface UpdateRecord

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