public class BasicAmountType
extends java.lang.Object
<?xml version="1.0" encoding="UTF-8"?><br xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ns="urn:ebay:apis:CoreComponentTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<?xml version="1.0" encoding="UTF-8"?><br xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ns="urn:ebay:apis:CoreComponentTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>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 (,).
Java class for BasicAmountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicAmountType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="currencyID" use="required" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CurrencyCodeType |
currencyID |
protected java.lang.String |
value |
Constructor and Description |
---|
BasicAmountType() |
Modifier and Type | Method and Description |
---|---|
CurrencyCodeType |
getCurrencyID()
Gets the value of the currencyID property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setCurrencyID(CurrencyCodeType value)
Sets the value of the currencyID property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected CurrencyCodeType currencyID
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- the value
allowed object is
String
public CurrencyCodeType getCurrencyID()
CurrencyCodeType
public void setCurrencyID(CurrencyCodeType value)
value
- the value
allowed object is
CurrencyCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.