public class AmountType
extends java.lang.Object
Java class for AmountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>double"> <attribute name="currencyID" use="required" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CurrencyCodeType |
currencyID |
protected double |
value |
Constructor and Description |
---|
AmountType() |
Modifier and Type | Method and Description |
---|---|
CurrencyCodeType |
getCurrencyID()
Gets the value of the currencyID property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setCurrencyID(CurrencyCodeType value)
Sets the value of the currencyID property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected CurrencyCodeType currencyID
public double getValue()
public void setValue(double value)
public CurrencyCodeType getCurrencyID()
CurrencyCodeType
public void setCurrencyID(CurrencyCodeType value)
value
- the value
allowed object is
CurrencyCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.