Package com.highdeal.bart.hci
Class CDRListModel
java.lang.Object
com.highdeal.bart.hci.CDROperationResult
com.highdeal.bart.hci.CDRListModel
- All Implemented Interfaces:
com.highdeal.hci.OperationResult,XMLMarshallable
This class is used internally by BART in order to save list of cdrs in an XML output.
Please, use
Please, use
getCDRs() for getting list of cdrs.XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="cdrList">
<xs:complexType>
<xs:sequence>
<xs:element ref="cdr" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.highdeal.bart.hci.CDROperationResult
addCharacterData, addChild, getCDR, getCDRs, getOperandReference, marshal, setAttributes, setCDR, setCDRs
-
Constructor Details
-
CDRListModel
public CDRListModel()Builds an empty CDRListModel.
-