| Constructor and Description |
|---|
FieldOverride()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
String |
getFormula() |
String |
getLiteralValue() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setField(String field) |
void |
setFormula(String formula) |
void |
setLiteralValue(String literalValue) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getField()
public void setField(String field)
public String getFormula()
public void setFormula(String formula)
public String getLiteralValue()
public void setLiteralValue(String literalValue)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.