public static class Collections.Collection.CollectionSummary 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="LowestListPrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="HighestListPrice" 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 |
highestListPrice |
protected Price |
highestSalePrice |
protected Price |
lowestListPrice |
protected Price |
lowestSalePrice |
| Constructor and Description |
|---|
Collections.Collection.CollectionSummary() |
| Modifier and Type | Method and Description |
|---|---|
Price |
getHighestListPrice()
Gets the value of the highestListPrice property.
|
Price |
getHighestSalePrice()
Gets the value of the highestSalePrice property.
|
Price |
getLowestListPrice()
Gets the value of the lowestListPrice property.
|
Price |
getLowestSalePrice()
Gets the value of the lowestSalePrice property.
|
void |
setHighestListPrice(Price value)
Sets the value of the highestListPrice property.
|
void |
setHighestSalePrice(Price value)
Sets the value of the highestSalePrice property.
|
void |
setLowestListPrice(Price value)
Sets the value of the lowestListPrice property.
|
void |
setLowestSalePrice(Price value)
Sets the value of the lowestSalePrice property.
|
protected Price lowestListPrice
protected Price highestListPrice
protected Price lowestSalePrice
protected Price highestSalePrice
public Collections.Collection.CollectionSummary()
public Price getLowestListPrice()
Pricepublic void setLowestListPrice(Price value)
value - allowed object is
Pricepublic Price getHighestListPrice()
Pricepublic void setHighestListPrice(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.