SAP CC 3.0 BART API

com.highdeal.bart.hci
Class DeleteRatingSessionResult

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

public class DeleteRatingSessionResult
extends java.lang.Object

This class conveys the result of DeleteRatingSessionOp operation.
This result is the reference of the rating session which has been deleted.


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

Constructor Summary
DeleteRatingSessionResult()
          Builds an empty DeleteRatingSessionResult.
 
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 deleted rating session.
 java.lang.String getReference()
          Returns the identifier of the deleted rating session.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setReference(java.lang.String reference)
          Sets the identifier of the deleted rating session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteRatingSessionResult

public DeleteRatingSessionResult()
Builds an empty DeleteRatingSessionResult.

Method Detail

getOperandReference

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

Returns:
the identifier of the deleted rating session.

getReference

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

Returns:
the identifier of the deleted rating session.

setReference

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

Parameters:
reference - the identifier of the deleted 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