|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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}int" 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>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.Integer |
amount
|
protected java.lang.String |
currencyCode
|
protected java.lang.String |
formattedPrice
|
| Constructor Summary | |
|---|---|
Price()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
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. |
boolean |
isSetAmount()
|
boolean |
isSetCurrencyCode()
|
boolean |
isSetFormattedPrice()
|
void |
setAmount(java.lang.Integer 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. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Price |
withAmount(java.lang.Integer value)
Sets the value of the Amount property. |
Price |
withCurrencyCode(java.lang.String value)
Sets the value of the CurrencyCode property. |
Price |
withFormattedPrice(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.lang.Integer amount
protected java.lang.String currencyCode
protected java.lang.String formattedPrice
| Constructor Detail |
|---|
public Price()
| Method Detail |
|---|
public java.lang.Integer getAmount()
Integerpublic void setAmount(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetAmount()
public java.lang.String getCurrencyCode()
Stringpublic void setCurrencyCode(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCurrencyCode()
public java.lang.String getFormattedPrice()
Stringpublic void setFormattedPrice(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFormattedPrice()
public Price withAmount(java.lang.Integer value)
value -
public Price withCurrencyCode(java.lang.String value)
value -
public Price withFormattedPrice(java.lang.String value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||