|
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.AcquisitionSessionOperationResult
com.highdeal.bart.hci.StartAcquisitionSessionResult
public class StartAcquisitionSessionResult
This class represents the result of the StartAcquisitionSessionOp operation.
This result is the acquisition session model which has been started.
Please, use getAcquisitionSession() for getting result.
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="startAcquisitionSessionResult">
<xs:complexType>
<xs:sequence>
<xs:element ref="acquisition" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
StartAcquisitionSessionResult()
Builds an empty StartAcquisitionSessionResult. |
|
| Method Summary |
|---|
| Methods inherited from class com.highdeal.bart.hci.AcquisitionSessionOperationResult |
|---|
addCharacterData, addChild, getAcquisitionSession, getAcquisitionSessions, getOperandReference, marshal, setAcquisitionSession, setAcquisitionSessions, setAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartAcquisitionSessionResult()
|
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 | ||||||||