com.highdeal.bart.hci
Class DeleteBulkResult
java.lang.Object
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> |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteBulkResult
public DeleteBulkResult()
- Builds an empty DeleteBulkResult.
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)
(c) Copyright 2011 SAP AG. All rights reserved.
SAP Convergent Charging 3.0