|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.bart.hci.ModifyCDRBulkResult
public class ModifyCDRBulkResult
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 |
|---|
public ModifyCDRBulkResult()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getOperandReference()
public void setTotalCount(java.lang.Integer total)
total - the total modification countpublic java.lang.Integer getTotalCount()
public void setAttributes(XMLAttributes atts)
public void addCharacterData(java.lang.String cData)
public void addChild(java.lang.String tagName,
XMLMarshallable child)
public void marshal(XMLOutputter output)
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||