|
||||||||||
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.Collections.Collection.CollectionSummary
public static class Collections.Collection.CollectionSummary
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/2007-04-04}Price" minOccurs="0"/> <element name="HighestListPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/> <element name="LowestSalePrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/> <element name="HighestSalePrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Price |
highestListPrice
|
protected Price |
highestSalePrice
|
protected Price |
lowestListPrice
|
protected Price |
lowestSalePrice
|
Constructor Summary | |
---|---|
Collections.Collection.CollectionSummary()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Price lowestListPrice
protected Price highestListPrice
protected Price lowestSalePrice
protected Price highestSalePrice
Constructor Detail |
---|
public Collections.Collection.CollectionSummary()
Method Detail |
---|
public Price getLowestListPrice()
Price
public void setLowestListPrice(Price value)
value
- allowed object is
Price
public Price getHighestListPrice()
Price
public void setHighestListPrice(Price value)
value
- allowed object is
Price
public Price getLowestSalePrice()
Price
public void setLowestSalePrice(Price value)
value
- allowed object is
Price
public Price getHighestSalePrice()
Price
public void setHighestSalePrice(Price value)
value
- allowed object is
Price
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |