|
SAP Convergent Charging
Java and XML APIs (BART) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.bart.hci.CDROperationResult
com.highdeal.bart.hci.CDRListModel
public class CDRListModel
This class is used internally by BART in order to save list of cdrs in an XML output.
Please, use getCDRs() for getting list of cdrs.
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 | |
|---|---|
CDRListModel()
Builds an empty CDRListModel. |
|
| 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 |
|---|
public CDRListModel()
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||