|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.CoreComponentTypes.BasicAmountType
public class BasicAmountType
On requests, you must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
| Constructor Summary | |
|---|---|
BasicAmountType()
Default Constructor |
|
BasicAmountType(CurrencyCodeType currencyID,
String value)
Constructor with arguments |
|
BasicAmountType(Node node)
|
|
| Method Summary | |
|---|---|
CurrencyCodeType |
getCurrencyID()
Getter for currencyID |
String |
getValue()
Getter for value |
void |
setCurrencyID(CurrencyCodeType currencyID)
Setter for currencyID |
void |
setValue(String value)
Setter for value |
String |
toXMLString(String prefix,
String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicAmountType(CurrencyCodeType currencyID,
String value)
public BasicAmountType()
public BasicAmountType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public CurrencyCodeType getCurrencyID()
public void setCurrencyID(CurrencyCodeType currencyID)
public String getValue()
public void setValue(String value)
public String toXMLString(String prefix,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||