public class TranslateValueResult extends java.lang.Object implements OperationResult
TranslateValueOp The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="translateValueResult">
<xs:complexType>
<xs:attribute name="s0" type="xs:string"/>
<xs:attribute name="s1" type="xs:string"/>
<xs:attribute name="s2" type="xs:string"/>
<xs:attribute name="s3" type="xs:string"/>
<xs:attribute name="s4" type="xs:string"/>
<xs:attribute name="s5" type="xs:string"/>
<xs:attribute name="s6" type="xs:string"/>
<xs:attribute name="s7" type="xs:string"/>
<xs:attribute name="s8" type="xs:string"/>
<xs:attribute name="s9" type="xs:string"/>
<xs:attribute name="s10" type="xs:string"/>
<xs:attribute name="s11" type="xs:string"/>
<xs:attribute name="s12" type="xs:string"/>
<xs:attribute name="s13" type="xs:string"/>
<xs:attribute name="s14" type="xs:string"/>
<xs:attribute name="n0" type="xs:decimal"/>
<xs:attribute name="n1" type="xs:decimal"/>
<xs:attribute name="n2" type="xs:decimal"/>
<xs:attribute name="n3" type="xs:decimal"/>
<xs:attribute name="n4" type="xs:decimal"/>
<xs:attribute name="n5" type="xs:decimal"/>
<xs:attribute name="n6" type="xs:decimal"/>
<xs:attribute name="n7" type="xs:decimal"/>
<xs:attribute name="n8" type="xs:decimal"/>
<xs:attribute name="n9" type="xs:decimal"/>
<xs:attribute name="n10" type="xs:decimal"/>
<xs:attribute name="n11" type="xs:decimal"/>
<xs:attribute name="n12" type="xs:decimal"/>
<xs:attribute name="n13" type="xs:decimal"/>
<xs:attribute name="n14" type="xs:decimal"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
TranslateValueResult()
Builds an empty Result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds character data to the content element.
|
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
Adds a child to the object, the
child representing
the marshallable object which must be added to the element. |
java.lang.String |
getOperandReference()
Gets the code or the reference (if no code exists) that identifies the operand of the operation request;
If the operation is not auditable, the operand reference is
null. |
java.lang.Object |
getOutValue(int i)
Gets the output value found in the translation table.
|
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, including its children.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setOutValue(int i,
java.lang.Object v)
Sets the output found in the translation table.
|
public java.lang.Object getOutValue(int i)
i - the rank of the output value to return.public void setOutValue(int i,
java.lang.Object v)
i - the rank of the output value to set.v - the output value found in the translation table.public java.lang.String getOperandReference()
OperationResultnull.getOperandReference in interface OperationResultpublic void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallableatts - The XML attributes of the current elementpublic void addCharacterData(java.lang.String cData)
XMLMarshallableaddCharacterData in interface XMLMarshallablecData - The character data to be addedpublic void addChild(java.lang.String tagName,
XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.addChild in interface XMLMarshallabletagName - The name of tag for the childchild - The child to be addedpublic void marshal(XMLOutputter output)
XMLMarshallablemarshal in interface XMLMarshallableoutput - The XML output to marshal the object into