com.highdeal.bart.hci
Class RateCDRResult

java.lang.Object
  extended by com.highdeal.bart.hci.CDROperationResult
      extended by com.highdeal.bart.hci.RateCDRResult
All Implemented Interfaces:
com.highdeal.hci.OperationResult, XMLMarshallable

public class RateCDRResult
extends CDROperationResult

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:
CDROperationResult

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
RateCDRResult()
          Builds an empty RateCDRResult
 
Method Summary
 
Methods inherited from class com.highdeal.bart.hci.CDROperationResult
addCharacterData, addChild, getCDR, getCDRs, getOperandReference, marshal, setAttributes, setCDR, setCDRs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateCDRResult

public RateCDRResult()
Builds an empty RateCDRResult


Document Published: October 2015 (SAP CC 4.0 SP10 and Later)