java.lang.Objectcom.ibm.etill.framework.clientapi.PSObject
com.ibm.etill.framework.clientapi.PSBatchTotal
The PSBatchTotal class represents a Payment Server BatchTotal object. The class includes accessor methods for retrieving individual attributes of the BatchTotal object. In addition, attributes can be retrieved using the getProperty methods of PSObject.
Nested Class Summary |
Nested classes inherited from class com.ibm.etill.framework.clientapi.PSObject |
PSObject.PSObjectKey |
Field Summary |
Fields inherited from class com.ibm.etill.framework.clientapi.PSObject |
cassetteObjects, objectKey, objectName, TYPE_BOOLEAN, TYPE_DATE, TYPE_INTEGER, TYPE_LONG, TYPE_STRING |
Constructor Summary | |
PSBatchTotal(Element xmlBatchTotal) Construct a PSBatchTotal object. |
Method Summary | |
java.lang.Integer | getAmountExp10() Returns the amountExp10 attribute of the batchTotal. |
java.lang.String | getCurrency() Returns the Currency attribute of the batchTotal. |
java.lang.Integer | getNumberOfCredits() Returns the number of credits associated with the batchTotal. |
java.lang.Integer | getNumberOfPayments() Returns the number of payments associated with the batchTotal. |
java.lang.Integer | getTotalCreditAmount() Returns the TotalCreditAmount associated with the batchTotal. |
java.lang.Integer | getTotalPaymentAmount() Returns the TotalPaymentAmount attribute of the batchTotal. |
protected static java.util.Hashtable | processCollection(Element element) processCollection |
Methods inherited from class com.ibm.etill.framework.clientapi.PSObject |
getCassetteObjects, getName, getProperties, getProperty, getPropertyValue, processCassetteExtension, processCassetteObjects, processCollection, processElement, processElement, setProperty, setProperty, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PSBatchTotal(Element xmlBatchTotal)
Method Detail |
protected static java.util.Hashtable processCollection(Element element)
public java.lang.Integer getAmountExp10()
public java.lang.String getCurrency()
public java.lang.Integer getNumberOfPayments()
public java.lang.Integer getTotalPaymentAmount()
public java.lang.Integer getNumberOfCredits()
public java.lang.Integer getTotalCreditAmount()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.