|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.VariationSummary
public class VariationSummary
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LowestPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Price" minOccurs="0"/>
<element name="HighestPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Price" minOccurs="0"/>
<element name="LowestSalePrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Price" minOccurs="0"/>
<element name="HighestSalePrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Price" minOccurs="0"/>
<element name="SingleMerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected Price |
highestPrice
|
protected Price |
highestSalePrice
|
protected Price |
lowestPrice
|
protected Price |
lowestSalePrice
|
protected java.lang.String |
singleMerchantId
|
| Constructor Summary | |
|---|---|
VariationSummary()
|
|
| Method Summary | |
|---|---|
Price |
getHighestPrice()
Gets the value of the highestPrice property. |
Price |
getHighestSalePrice()
Gets the value of the highestSalePrice property. |
Price |
getLowestPrice()
Gets the value of the lowestPrice property. |
Price |
getLowestSalePrice()
Gets the value of the lowestSalePrice property. |
java.lang.String |
getSingleMerchantId()
Gets the value of the singleMerchantId property. |
boolean |
isSetHighestPrice()
|
boolean |
isSetHighestSalePrice()
|
boolean |
isSetLowestPrice()
|
boolean |
isSetLowestSalePrice()
|
boolean |
isSetSingleMerchantId()
|
void |
setHighestPrice(Price value)
Sets the value of the highestPrice property. |
void |
setHighestSalePrice(Price value)
Sets the value of the highestSalePrice property. |
void |
setLowestPrice(Price value)
Sets the value of the lowestPrice property. |
void |
setLowestSalePrice(Price value)
Sets the value of the lowestSalePrice property. |
void |
setSingleMerchantId(java.lang.String value)
Sets the value of the singleMerchantId property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
VariationSummary |
withHighestPrice(Price value)
Sets the value of the HighestPrice property. |
VariationSummary |
withHighestSalePrice(Price value)
Sets the value of the HighestSalePrice property. |
VariationSummary |
withLowestPrice(Price value)
Sets the value of the LowestPrice property. |
VariationSummary |
withLowestSalePrice(Price value)
Sets the value of the LowestSalePrice property. |
VariationSummary |
withSingleMerchantId(java.lang.String value)
Sets the value of the SingleMerchantId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Price lowestPrice
protected Price highestPrice
protected Price lowestSalePrice
protected Price highestSalePrice
protected java.lang.String singleMerchantId
| Constructor Detail |
|---|
public VariationSummary()
| Method Detail |
|---|
public Price getLowestPrice()
Pricepublic void setLowestPrice(Price value)
value - allowed object is
Pricepublic boolean isSetLowestPrice()
public Price getHighestPrice()
Pricepublic void setHighestPrice(Price value)
value - allowed object is
Pricepublic boolean isSetHighestPrice()
public Price getLowestSalePrice()
Pricepublic void setLowestSalePrice(Price value)
value - allowed object is
Pricepublic boolean isSetLowestSalePrice()
public Price getHighestSalePrice()
Pricepublic void setHighestSalePrice(Price value)
value - allowed object is
Pricepublic boolean isSetHighestSalePrice()
public java.lang.String getSingleMerchantId()
Stringpublic void setSingleMerchantId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSingleMerchantId()
public VariationSummary withLowestPrice(Price value)
value -
public VariationSummary withHighestPrice(Price value)
value -
public VariationSummary withLowestSalePrice(Price value)
value -
public VariationSummary withHighestSalePrice(Price value)
value -
public VariationSummary withSingleMerchantId(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 | ||||||||