Class ModifyCDRResult

java.lang.Object
com.highdeal.bart.hci.CDROperationResult
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 Details

    • ModifyCDRResult

      public ModifyCDRResult()
      Builds an empty ModifyCDRResult.