|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.pnr.hci.RerateBulkResult
public class RerateBulkResult
This class conveys the result of the rerate bulk operation.
RerateBulkOp | XML Schema Fragment |
<xs:element name="rerateBulkResult">
<xs:complexType>
<xs:attribute name="rerateOpCode" type="xs:string"/>
<xs:attribute name="subscriptionSuccessCount" type="xs:int"/>
<xs:attribute name="subscriptionFailureCount" type="xs:int"/>
</xs:complexType>
</xs:element> |
| Field Summary | |
|---|---|
static int |
INCOMPLETE_STATUS
|
static int |
PERFORMED_STATUS
|
static int |
STOPPED_STATUS
|
| Constructor Summary | |
|---|---|
RerateBulkResult()
Builds a empty result. |
|
RerateBulkResult(java.lang.String rerateOpCode)
Builds a result filled with no success and no failure. |
|
RerateBulkResult(java.lang.String rerateOpCode,
int subscriptionSuccessCount,
int subscriptionFailureCount)
Builds a filled result. |
|
| Method Summary | |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds character data to the content element. |
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
Adds a child to the objects, the child represents
the marshallable object to be added into the content tree. |
int |
getExecutionStatus()
Gets the execution status of the stop activation operation. |
java.lang.String |
getExecutionStatusAsString()
Gets the execution status of the stop activation operation as String. |
java.lang.String |
getName()
Returns the name of the result, that is "rerateResult". |
java.lang.String |
getOperandReference()
Gets the code or the reference (if no code exists) identifying the operand of the operation. |
java.lang.String |
getRerateOpCode()
Gets the unique rerating operation code generated by server. |
int |
getSubscriptionFailureCount()
Gets the number of subscriptions not rerated. |
int |
getSubscriptionSuccessCount()
Gets the number of subscriptions successfully rerated. |
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, and of its children. |
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the tag beeing processed. |
void |
setExecutionStatus(int val)
Sets the execution status of the full activation operation. |
void |
setReratingOpCode(java.lang.String rerateOpCode)
Sets the unique rerating operation code generated by server. |
void |
setSubscriptionFailureCount(int subscriptionFailureCount)
Sets the number of subscriptions not rerated. |
void |
setSubscriptionSuccessCount(int subscriptionSuccessCount)
Sets the number of subscriptions successfully rerated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INCOMPLETE_STATUS
public static final int PERFORMED_STATUS
public static final int STOPPED_STATUS
| Constructor Detail |
|---|
public RerateBulkResult()
public RerateBulkResult(java.lang.String rerateOpCode)
rerateOpCode - the unique rerating operation code generated by server
public RerateBulkResult(java.lang.String rerateOpCode,
int subscriptionSuccessCount,
int subscriptionFailureCount)
rerateOpCode - the unique rerating operation code generated by serversubscriptionSuccessCount - the number of subscriptions successfully reratedsubscriptionFailureCount - the number of subscriptions not rerated| Method Detail |
|---|
public java.lang.String getOperandReference()
OperationResult
getOperandReference in interface OperationResultpublic java.lang.String getName()
public int getSubscriptionFailureCount()
public void setSubscriptionFailureCount(int subscriptionFailureCount)
subscriptionFailureCount - the number of subscriptions not rerated.public int getSubscriptionSuccessCount()
public void setSubscriptionSuccessCount(int subscriptionSuccessCount)
subscriptionSuccessCount - the number of subscriptions successfully rerated.public java.lang.String getRerateOpCode()
public void setReratingOpCode(java.lang.String rerateOpCode)
rerateOpCode - the rerating operation codepublic int getExecutionStatus()
public java.lang.String getExecutionStatusAsString()
public void setExecutionStatus(int val)
val - the new status value.public void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallableatts - the XML attributes of the current tag.public void addCharacterData(java.lang.String cData)
XMLMarshallable
addCharacterData in interface XMLMarshallablecData - the character data to be added.
public void addChild(java.lang.String tagName,
XMLMarshallable child)
XMLMarshallablechild represents
the marshallable object to be added into the content tree.
addChild in interface XMLMarshallabletagName - the name of tag for the child.child - the child to be added.public void marshal(XMLOutputter output)
XMLMarshallable
marshal in interface XMLMarshallableoutput - the XML output to marshall the object into.
|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2
(c) Copyright 2009 SAP AG. All rights reserved.