|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.AoCInfo
Defines the Sequence of Data Elements that specify the Advice Of Charge information to be sent to the terminal.
Constructor Summary | |
AoCInfo()
Creates a new AoCInfo instance. |
|
AoCInfo(org.csapi.jr.se.AoCOrder _chargeOrder,
java.lang.String _currency)
Creates a new AoCInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.AoCOrder |
getChargeOrder()
This method returns a chargeOrder. |
java.lang.String |
getCurrency()
This method returns a currency. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setChargeOrder(org.csapi.jr.se.AoCOrder chargeOrder)
This method sets a chargeOrder. |
void |
setCurrency(java.lang.String currency)
This method sets a currency. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AoCInfo()
public AoCInfo(org.csapi.jr.se.AoCOrder _chargeOrder, java.lang.String _currency)
_chargeOrder
- Charge order_currency
- Currency unit according to ISO 4217: 1995Method Detail |
public org.csapi.jr.se.AoCOrder getChargeOrder()
public java.lang.String getCurrency()
public void setChargeOrder(org.csapi.jr.se.AoCOrder chargeOrder)
public void setCurrency(java.lang.String currency)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |