|
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.UpdateRateResult
public class UpdateRateResult
The result of a UpdateRateOp operation.
| XML Schema Fragment |
<xs:element name="updateRateResult">
<xs:complexType>
<xs:sequence>
<xs:element name="transacSetToCleanup" type="TransactionSetType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="transacSetToConfirm" type="TransactionSetType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="transacSetToReserve" type="TransactionSetType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="transacSetToCancel" type="TransactionSetType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="amountToConfirm" type="xs:string"/>
<xs:attribute name="amountToReserve" type="xs:string"/>
<xs:attribute name="amountToCancel" type="xs:string"/>
<xs:attribute name="accumulatedAmount" type="xs:string"/>
<xs:attribute name="limit" type="xs:decimal"/>
</xs:complexType>
</xs:element> |
| Constructor Summary | |
|---|---|
UpdateRateResult()
Constructs an empty update session 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. |
void |
addStartRateResult(StartRateResult startRateResult)
|
void |
addStopRateResult(StopRateResult stopRateResult)
|
Money |
getAccumulatedAmount()
Gets accumulated amount of the session. |
Money |
getAmountToCancel()
Gets the amount to cancel. |
Money |
getAmountToConfirm()
Gets the amount to confirm. |
Money |
getAmountToReserve()
Gets the amount to reserve. |
java.math.BigDecimal |
getLimit()
Gets the limit of the reservation in case of best effort one. |
java.lang.String |
getName()
|
java.lang.String |
getOperandReference()
Gets the code or the reference (if no code exists) identifying the operand of the operation. |
java.util.List<TransactionSet> |
getTransacSetsToCancel()
Gets the list of transactions sets to cancel. |
java.util.List<TransactionSet> |
getTransacSetsToCleanup()
Gets the list of transactions sets to cleanup. |
java.util.List<TransactionSet> |
getTransacSetsToConfirm()
Gets the list of transactions sets to confirm. |
java.util.List<TransactionSet> |
getTransacSetsToReserve()
Gets the list of transactions sets to reserve. |
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, and of its children. |
void |
setAccumulatedAmount(Money amount)
Sets accumulated amount of the session. |
void |
setAmountToCancel(Money amount)
Sets the amount to cancel. |
void |
setAmountToConfirm(Money amount)
Sets the amount to confirm. |
void |
setAmountToReserve(Money amount)
Sets the amount to reserve. |
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the tag beeing processed. |
void |
setLimit(java.math.BigDecimal limit)
Sets the limit of the reservation in case of best effort one. |
void |
setOperandReference(java.lang.String operandReference)
Sets the reference of the operand. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateRateResult()
| Method Detail |
|---|
public java.lang.String getOperandReference()
OperationResult
getOperandReference in interface OperationResultpublic void setOperandReference(java.lang.String operandReference)
operandReference - the reference of the operand.public java.lang.String getName()
public Money getAccumulatedAmount()
public void setAccumulatedAmount(Money amount)
amount - the accumulated amount.public java.math.BigDecimal getLimit()
public void setLimit(java.math.BigDecimal limit)
limit - the limit value.public java.util.List<TransactionSet> getTransacSetsToCleanup()
public Money getAmountToConfirm()
public void setAmountToConfirm(Money amount)
amount - the amount to confirm.public java.util.List<TransactionSet> getTransacSetsToConfirm()
public Money getAmountToReserve()
public void setAmountToReserve(Money amount)
amount - the amount to reserve.public java.util.List<TransactionSet> getTransacSetsToReserve()
public Money getAmountToCancel()
public void setAmountToCancel(Money amount)
amount - the amount to cancel.public java.util.List<TransactionSet> getTransacSetsToCancel()
public void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallableatts - the XML attributes of the current tag.
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 addCharacterData(java.lang.String cData)
XMLMarshallable
addCharacterData in interface XMLMarshallablecData - the character data to be added.public void marshal(XMLOutputter output)
XMLMarshallable
marshal in interface XMLMarshallableoutput - the XML output to marshall the object into.public void addStopRateResult(StopRateResult stopRateResult)
public void addStartRateResult(StartRateResult startRateResult)
|
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.