|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Price
public class Price
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>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
amount
|
protected java.lang.String |
currencyCode
|
protected java.lang.String |
formattedPrice
|
| Constructor Summary | |
|---|---|
Price()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getAmount()
Gets the value of the amount property. |
java.lang.String |
getCurrencyCode()
Gets the value of the currencyCode property. |
java.lang.String |
getFormattedPrice()
Gets the value of the formattedPrice property. |
void |
setAmount(java.math.BigInteger value)
Sets the value of the amount property. |
void |
setCurrencyCode(java.lang.String value)
Sets the value of the currencyCode property. |
void |
setFormattedPrice(java.lang.String value)
Sets the value of the formattedPrice property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger amount
protected java.lang.String currencyCode
protected java.lang.String formattedPrice
| Constructor Detail |
|---|
public Price()
| Method Detail |
|---|
public java.math.BigInteger getAmount()
BigIntegerpublic void setAmount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getCurrencyCode()
Stringpublic void setCurrencyCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFormattedPrice()
Stringpublic void setFormattedPrice(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||