com.ibm.soa.parlayx21.common
Class ChargingInformation

java.lang.Object
  extended by 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

Constructor Summary
ChargingInformation()
           
 
Method Summary
 java.math.BigDecimal getAmount()
           
 java.lang.String getCode()
           
 java.lang.String getCurrency()
           
 java.lang.String getDescription()
           
 void setAmount(java.math.BigDecimal amount)
           
 void setCode(java.lang.String code)
           
 void setCurrency(java.lang.String currency)
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChargingInformation

public ChargingInformation()
Method Detail

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.