urn.ebay.apis.CoreComponentTypes
Class BasicAmountType

java.lang.Object
  extended by urn.ebay.apis.CoreComponentTypes.BasicAmountType

public class BasicAmountType
extends Object

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

BasicAmountType

public BasicAmountType(CurrencyCodeType currencyID,
                       String value)
Constructor with arguments


BasicAmountType

public BasicAmountType()
Default Constructor


BasicAmountType

public BasicAmountType(Node node)
                throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getCurrencyID

public CurrencyCodeType getCurrencyID()
Getter for currencyID


setCurrencyID

public void setCurrencyID(CurrencyCodeType currencyID)
Setter for currencyID


getValue

public String getValue()
Getter for value


setValue

public void setValue(String value)
Setter for value


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.