SAP CC 3.0 BART API

com.highdeal.bart.hci
Class ModifyCDRBulkResult

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

public class ModifyCDRBulkResult
extends java.lang.Object

The ModifyBulkResulk conveys the total modification count.


XML Schema Fragment
<xs:element name="modifyCDRBulkResult">
   <xs:complexType>
     <xs:attribute name="totalCount" type="xs:integer" />
   </xs:complexType>
 </xs:element>

Constructor Summary
ModifyCDRBulkResult()
          Builds an empty ModifyBulkResult.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 java.lang.String getName()
          Gets the name.
 java.lang.String getOperandReference()
           
 java.lang.Integer getTotalCount()
          Gets the number of total modification count.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setTotalCount(java.lang.Integer total)
          Sets the number of total modification count.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyCDRBulkResult

public ModifyCDRBulkResult()
Builds an empty ModifyBulkResult.

Method Detail

getName

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

Returns:
the name.

getOperandReference

public java.lang.String getOperandReference()

setTotalCount

public void setTotalCount(java.lang.Integer total)
Sets the number of total modification count. Reserved for internal used.

Parameters:
total - the total modification count

getTotalCount

public java.lang.Integer getTotalCount()
Gets the number of total modification count.

Returns:
the number of total modification count.

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