SAP CC 3.0 BART API

com.highdeal.bart.hci
Class AsyncRunRatingSessionOp

java.lang.Object
  extended by com.highdeal.bart.hci.AsyncRunRatingSessionOp

public class AsyncRunRatingSessionOp
extends java.lang.Object

This operation allows to run a rating session in an asynchronous mode.

Contrary to RunRatingSessionOp operation, the operation result AsyncRunRatingSessionResult will be returned once the rating session is started. No other result operation will be returned.

Operation Failure Exception :
InvalidRatingSessionException

XML Schema Fragment
<xs:element name="asyncRunRatingSession">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="rating" minOccurs="1" maxOccurs="1"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Constructor Summary
AsyncRunRatingSessionOp()
          Builds an empty operation.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 java.lang.String getName()
          Gets the name.
 RatingSessionModel getRatingSession()
          Gets the rating session to run.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setRatingSession(RatingSessionModel session)
          Sets the rating session to run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncRunRatingSessionOp

public AsyncRunRatingSessionOp()
Builds an empty operation.

Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name.

getRatingSession

public RatingSessionModel getRatingSession()
Gets the rating session to run.

Returns:
the rating session model.

setRatingSession

public void setRatingSession(RatingSessionModel session)
Sets the rating session to run.

Parameters:
session - the rating session to run

setAttributes

public void setAttributes(XMLAttributes atts)

addCharacterData

public void addCharacterData(java.lang.String cData)

addChild

public void addChild(java.lang.String tagName,
                     XMLMarshallable child)

marshal

public void marshal(XMLOutputter output)

SAP CC 3.0 BART API

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