public class CreateExportableItemMappingResult extends java.lang.Object implements OperationResult
CreateExportableItemMappingOp The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="createExportableItemMappingResult">
<xs:complexType>
<xs:attribute name="externalSystemCode" type="xs:string"/>
<xs:attribute name="citcCode" type="xs:string"/>
<xs:attribute name="refillRecordClassCode" type="xs:string"/>
<xs:attribute name="chargeableItemClassCode" type="xs:string"/>
<xs:attribute name="reference" type="xs:string"/>
</xs:complexType>
</xs:element>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESULT_NAME |
| Constructor and Description |
|---|
CreateExportableItemMappingResult()
Creates 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 |
getChargeableItemClassCode()
Gets the code of the chargeable item class.
|
java.lang.String |
getCitcCode()
Gets the code of the charged item class.
|
java.lang.String |
getExternalSystemCode()
Gets the externalSystemCode of the exportable item mapping that has been created.
|
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.String |
getReference()
Gets the reference of the exportable item mapping that has been created.
|
java.lang.String |
getRefillRecordClassCode()
Gets the code of the refill record class.
|
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 |
setChargeableItemClassCode(java.lang.String chargeableItemClassCode)
Sets the code of the chargeable item class.
|
void |
setCitcCode(java.lang.String citcCode)
Sets the code of the charged item class.
|
void |
setExternalSystemCode(java.lang.String externalSystemCode)
Sets the externalSystemCode of the exportable item mapping that has been created.
|
void |
setReference(java.lang.String ref)
Sets the reference of the exportable item mapping that has been created.
|
void |
setRefillRecordClassCode(java.lang.String refillRecordClassCode)
Sets the code of the refill record class.
|
public static final java.lang.String RESULT_NAME
public CreateExportableItemMappingResult()
public java.lang.String getReference()
public void setReference(java.lang.String ref)
ref - the reference of the exportable item mapping that has been created.public java.lang.String getExternalSystemCode()
public void setExternalSystemCode(java.lang.String externalSystemCode)
externalSystemCode - the externalSystemCode of the exportable item mapping that has been created.public java.lang.String getCitcCode()
public void setCitcCode(java.lang.String citcCode)
citcCode - the code of the charged item class.public java.lang.String getRefillRecordClassCode()
public void setRefillRecordClassCode(java.lang.String refillRecordClassCode)
refillRecordClassCode - the code of the refill record class.public java.lang.String getChargeableItemClassCode()
public void setChargeableItemClassCode(java.lang.String chargeableItemClassCode)
chargeableItemClassCode - the code of the chargeable item class.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