SAP CC 3.0 BART API

com.highdeal.bart.hci
Class InterruptRatingSessionResult

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

public class InterruptRatingSessionResult
extends java.lang.Object

This class conveys the result of InterruptRatingSessionOp operation.
This result is the reference of the rating session or batch rating group Id which has been interrupted.


XML Schema Fragment
<xs:element name="interruptRatingSessionResult">
   <xs:complexType>
     <xs:attribute name="reference" type="xs:string"/>
   </xs:complexType>
 </xs:element>

Constructor Summary
InterruptRatingSessionResult()
          Builds an empty InterruptRatingSessionResult.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 java.lang.String getOperandReference()
          Returns the identifier of the interrupted rating session.
 java.lang.String getReference()
          Returns the identifier of the interrupted rating session.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setReference(java.lang.String reference)
          Sets the identifier of the interrupted rating session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterruptRatingSessionResult

public InterruptRatingSessionResult()
Builds an empty InterruptRatingSessionResult.

Method Detail

getOperandReference

public java.lang.String getOperandReference()
Returns the identifier of the interrupted rating session.

Returns:
the identifier of the interrupted rating session.

getReference

public java.lang.String getReference()
Returns the identifier of the interrupted rating session.

Returns:
the identifier of the interrupted rating session.

setReference

public void setReference(java.lang.String reference)
Sets the identifier of the interrupted rating session.

Parameters:
reference - the identifier of the interrupted rating session.

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