SAP CC 3.0 BART API

com.highdeal.bart.hci
Class AsyncRunRatingSessionResult

java.lang.Object
  extended by com.highdeal.bart.hci.RatingSessionOperationResult
      extended by com.highdeal.bart.hci.AsyncRunRatingSessionResult

public class AsyncRunRatingSessionResult
extends RatingSessionOperationResult

This class conveys the result of 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.


XML Schema 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

AsyncRunRatingSessionResult

public AsyncRunRatingSessionResult()
Builds an empty AsyncRunRatingSessionResult.


SAP CC 3.0 BART API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0