|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201201.Money
public class Money
Represents a money amount.
| Constructor Summary | |
|---|---|
Money()
|
|
Money(String currencyCode,
Long microAmount)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Money()
public Money(String currencyCode,
Long microAmount)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||