com.highdeal.bart.hci
Class CreateCDRResult

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

public class CreateCDRResult
extends CDROperationResult

This class represents the result of the CreateCDROp operation.
This result is the cdr model which has been created.
Please, use getCDR() for getting result.

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="creeateCDRResult">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="cdr" minOccurs="1" maxOccurs="1"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>


Constructor Summary
CreateCDRResult()
          Builds an empty AcquireCDRResult.
 
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

CreateCDRResult

public CreateCDRResult()
Builds an empty AcquireCDRResult.


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