|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.pnr.tif.ChargedTransactionSet.ChargedTransactionSetEntry
public static class ChargedTransactionSet.ChargedTransactionSetEntry
This Java class represents an entry in the charged transaction set; An entry is used
to group multiple charged transactions to be cleared
| Constructor Summary | |
|---|---|
ChargedTransactionSet.ChargedTransactionSetEntry()
Initializes an empty entry |
|
ChargedTransactionSet.ChargedTransactionSetEntry(Transaction t,
com.highdeal.pnr.domain.IChargeActivation chargeActivation)
|
|
| 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 object, the child representing
the marshallable object which must be added to the element. |
void |
addDetail(PrepaidTransactionField code,
java.lang.Object value)
|
com.highdeal.pnr.domain.IChargeActivation |
getChargeActivation()
|
java.util.List<ChargedTransaction> |
getChargedTransactions()
|
ChargedTransactionSet.ChargeType |
getChargeType()
|
java.util.Map<PrepaidTransactionField,java.lang.Object> |
getDetails()
|
java.lang.String |
getLabel()
|
TaxedAmount |
getTaxedAmount()
|
Transaction |
getTransaction()
|
boolean |
hasChargeActivation()
|
boolean |
isMaster()
|
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, including its children. |
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being processed. |
void |
setChargeActivation(com.highdeal.pnr.domain.IChargeActivation chargeActivation)
|
void |
setChargedTransactions(java.util.List<ChargedTransaction> ts)
|
void |
setChargeType(ChargedTransactionSet.ChargeType chargeType)
|
void |
setLabel(java.lang.String label)
|
void |
setMaster(boolean isMaster)
|
void |
setTaxedAmount(TaxedAmount taxedAmount)
|
void |
setTransaction(Transaction t)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChargedTransactionSet.ChargedTransactionSetEntry()
public ChargedTransactionSet.ChargedTransactionSetEntry(Transaction t,
com.highdeal.pnr.domain.IChargeActivation chargeActivation)
| Method Detail |
|---|
public void setTransaction(Transaction t)
public Transaction getTransaction()
public void setTaxedAmount(TaxedAmount taxedAmount)
public TaxedAmount getTaxedAmount()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public void setChargedTransactions(java.util.List<ChargedTransaction> ts)
public java.util.List<ChargedTransaction> getChargedTransactions()
public ChargedTransactionSet.ChargeType getChargeType()
public void setChargeType(ChargedTransactionSet.ChargeType chargeType)
public boolean isMaster()
public void setMaster(boolean isMaster)
public void addDetail(PrepaidTransactionField code,
java.lang.Object value)
public java.util.Map<PrepaidTransactionField,java.lang.Object> getDetails()
public void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallableatts - The XML attributes of the current element
public void addChild(java.lang.String tagName,
XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.
addChild in interface XMLMarshallabletagName - The name of tag for the childchild - The child to be addedpublic void addCharacterData(java.lang.String cData)
XMLMarshallable
addCharacterData in interface XMLMarshallablecData - The character data to be addedpublic void marshal(XMLOutputter output)
XMLMarshallable
marshal in interface XMLMarshallableoutput - The XML output to marshal the object intopublic boolean hasChargeActivation()
public com.highdeal.pnr.domain.IChargeActivation getChargeActivation()
public void setChargeActivation(com.highdeal.pnr.domain.IChargeActivation chargeActivation)
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||