public class VariationSummary extends Object implements Serializable
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/2011-08-01}Price" minOccurs="0"/>
<element name="HighestPrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="LowestSalePrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="HighestSalePrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Price |
highestPrice |
protected Price |
highestSalePrice |
protected Price |
lowestPrice |
protected Price |
lowestSalePrice |
| Constructor and Description |
|---|
VariationSummary() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
protected Price lowestPrice
protected Price highestPrice
protected Price lowestSalePrice
protected Price highestSalePrice
public Price getLowestPrice()
Pricepublic void setLowestPrice(Price value)
value - allowed object is
Pricepublic Price getHighestPrice()
Pricepublic void setHighestPrice(Price value)
value - allowed object is
Pricepublic Price getLowestSalePrice()
Pricepublic void setLowestSalePrice(Price value)
value - allowed object is
Pricepublic Price getHighestSalePrice()
PriceCopyright © 2013. All Rights Reserved.