SAP CC 3.0 BART API

com.highdeal.bart.hci
Class RateCDRResult

java.lang.Object
  extended by com.highdeal.bart.hci.CDROperationResult
      extended by com.highdeal.bart.hci.RateCDRResult

public class RateCDRResult
extends CDROperationResult

This class conveys the result of rateCDROp operation.
This result is the cdr model which has been rated.
Please, use getCDR() for getting result.


XML Schema 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.


SAP CC 3.0 BART API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0