public class Price extends Object implements Serializable
Java class for Price complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Price">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="CurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FormattedPrice" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
amount |
protected String |
currencyCode |
protected String |
formattedPrice |
| Constructor and Description |
|---|
Price() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getAmount()
Gets the value of the amount property.
|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
String |
getFormattedPrice()
Gets the value of the formattedPrice property.
|
void |
setAmount(BigInteger value)
Sets the value of the amount property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setFormattedPrice(String value)
Sets the value of the formattedPrice property.
|
protected BigInteger amount
protected String currencyCode
protected String formattedPrice
public BigInteger getAmount()
BigIntegerpublic void setAmount(BigInteger value)
value - allowed object is
BigIntegerpublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic String getFormattedPrice()
StringCopyright © 2013. All Rights Reserved.