com.highdeal.bart.hci
Class ModifyCDRResult

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

public class ModifyCDRResult
extends CDROperationResult

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

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

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


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

ModifyCDRResult

public ModifyCDRResult()
Builds an empty ModifyCDRResult.


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