org.chur.ant.db.jdbsynch.jaxb
Interface UpdateRecord
- All Known Implementing Classes:
- UpdateRecordImpl
public interface UpdateRecord
Java content class for UpdateRecord complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="UpdateRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="recordForUpdate" type="{}Record"/>
<element name="newValues" type="{}Record"/>
<element name="fieldsForUpdate" type="{}FieldMetaData" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getFieldsForUpdate
java.util.List getFieldsForUpdate()
isSetFieldsForUpdate
boolean isSetFieldsForUpdate()
unsetFieldsForUpdate
void unsetFieldsForUpdate()
getNewValues
Record getNewValues()
setNewValues
void setNewValues(Record value)
isSetNewValues
boolean isSetNewValues()
unsetNewValues
void unsetNewValues()
getRecordForUpdate
Record getRecordForUpdate()
setRecordForUpdate
void setRecordForUpdate(Record value)
isSetRecordForUpdate
boolean isSetRecordForUpdate()
unsetRecordForUpdate
void unsetRecordForUpdate()