public class Money extends Object implements Serializable
| Constructor and Description |
|---|
Money() |
Money(String currencyCode,
Long microAmount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCurrencyCode()
Gets the currencyCode value for this Money.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getMicroAmount()
Gets the microAmount value for this Money.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCurrencyCode(String currencyCode)
Sets the currencyCode value for this Money.
|
void |
setMicroAmount(Long microAmount)
Sets the microAmount value for this Money.
|
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
currencyCode - * Three letter currency code in string format.public Long getMicroAmount()
public void setMicroAmount(Long microAmount)
microAmount - * Money values are always specified in terms of micros which
are a millionth
of the fundamental currency unit. For US dollars,
$1 is 1,000,000 micros.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.