|
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.RatingSessionOperationResult
com.highdeal.bart.hci.AsyncRunRatingSessionResult
public class AsyncRunRatingSessionResult
This class represents the result of the AsyncRunRatingSessionOp operation.
This result is the rating session model which has been created and probably still in progress on server side.
Please, use getRatingSession() for getting result.
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="asyncRunRatingSessionResult">
<xs:complexType>
<xs:sequence>
<xs:element ref="rating" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
AsyncRunRatingSessionResult()
Builds an empty AsyncRunRatingSessionResult. |
|
| Method Summary |
|---|
| Methods inherited from class com.highdeal.bart.hci.RatingSessionOperationResult |
|---|
addCharacterData, addChild, getOperandReference, getRatingSession, getRatingSessions, marshal, setAttributes, setRatingSession, setRatingSessions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncRunRatingSessionResult()
|
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 | ||||||||