Package com.highdeal.bart.hci
Class RateCDRResult
java.lang.Object
com.highdeal.bart.hci.CDROperationResult
com.highdeal.bart.hci.RateCDRResult
- All Implemented Interfaces:
com.highdeal.hci.OperationResult,XMLMarshallable
This class represents the result of the
Rate and charge a single CDR operation.
It contains the CDR that has been charged by the SAP CC Core Server system.
Use the getCDR() method for getting this result.
- See Also:
XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="rateCDRResult">
<xs:complexType>
<xs:sequence>
<xs:element ref="cdr" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.highdeal.bart.hci.CDROperationResult
addCharacterData, addChild, getCDR, getCDRs, getOperandReference, marshal, setAttributes, setCDR, setCDRs
-
Constructor Details
-
RateCDRResult
public RateCDRResult()Builds an empty RateCDRResult
-