|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.CollectionSummary
public class CollectionSummary
Java class for CollectionSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LowestListPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Price" minOccurs="0"/>
<element name="HighestListPrice" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected Price |
highestListPrice
|
protected Price |
highestSalePrice
|
protected Price |
lowestListPrice
|
protected Price |
lowestSalePrice
|
| Constructor Summary | |
|---|---|
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. |
boolean |
isSetHighestListPrice()
|
boolean |
isSetHighestSalePrice()
|
boolean |
isSetLowestListPrice()
|
boolean |
isSetLowestSalePrice()
|
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 java.lang.String |
toXMLFragment()
XML fragment representation of this object |
CollectionSummary |
withHighestListPrice(Price value)
Sets the value of the HighestListPrice property. |
CollectionSummary |
withHighestSalePrice(Price value)
Sets the value of the HighestSalePrice property. |
CollectionSummary |
withLowestListPrice(Price value)
Sets the value of the LowestListPrice property. |
CollectionSummary |
withLowestSalePrice(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 CollectionSummary()
| Method Detail |
|---|
public Price getLowestListPrice()
Pricepublic void setLowestListPrice(Price value)
value - allowed object is
Pricepublic boolean isSetLowestListPrice()
public Price getHighestListPrice()
Pricepublic void setHighestListPrice(Price value)
value - allowed object is
Pricepublic boolean isSetHighestListPrice()
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 CollectionSummary withLowestListPrice(Price value)
value -
public CollectionSummary withHighestListPrice(Price value)
value -
public CollectionSummary withLowestSalePrice(Price value)
value -
public CollectionSummary withHighestSalePrice(Price value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||