com.ibm.soa.parlayx21.common
Class ChargingInformation
java.lang.Object
com.ibm.soa.parlayx21.common.ChargingInformation
- All Implemented Interfaces:
- java.io.Serializable
public class ChargingInformation
- extends java.lang.Object
- implements java.io.Serializable
For the services that include charging as an inline message part the charging information is provided in this data structure.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChargingInformation
public ChargingInformation()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getCurrency
public java.lang.String getCurrency()
setCurrency
public void setCurrency(java.lang.String currency)
getAmount
public java.math.BigDecimal getAmount()
setAmount
public void setAmount(java.math.BigDecimal amount)
getCode
public java.lang.String getCode()
setCode
public void setCode(java.lang.String code)
Copyright © 2003 IBM Corp. All Rights Reserved.