SAP CC 3.0 BART API

com.highdeal.bart.hci
Class DeleteBulkResult

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

public class DeleteBulkResult
extends java.lang.Object

The DeleteBulkResult conveys the total modification count. Warning: This class is marshalled as "deleteBARTBulkResult", but its name is DeleteBulkResult and not DeleteBARTBulkResult.


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

Constructor Summary
DeleteBulkResult()
          Builds an empty DeleteBulkResult.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 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

DeleteBulkResult

public DeleteBulkResult()
Builds an empty DeleteBulkResult.

Method Detail

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