com.amazonaws.a2s.model
Class CollectionSummary

java.lang.Object
  extended by com.amazonaws.a2s.model.CollectionSummary

public class CollectionSummary
extends java.lang.Object

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

lowestListPrice

protected Price lowestListPrice

highestListPrice

protected Price highestListPrice

lowestSalePrice

protected Price lowestSalePrice

highestSalePrice

protected Price highestSalePrice
Constructor Detail

CollectionSummary

public CollectionSummary()
Method Detail

getLowestListPrice

public Price getLowestListPrice()
Gets the value of the lowestListPrice property.

Returns:
possible object is Price

setLowestListPrice

public void setLowestListPrice(Price value)
Sets the value of the lowestListPrice property.

Parameters:
value - allowed object is Price

isSetLowestListPrice

public boolean isSetLowestListPrice()

getHighestListPrice

public Price getHighestListPrice()
Gets the value of the highestListPrice property.

Returns:
possible object is Price

setHighestListPrice

public void setHighestListPrice(Price value)
Sets the value of the highestListPrice property.

Parameters:
value - allowed object is Price

isSetHighestListPrice

public boolean isSetHighestListPrice()

getLowestSalePrice

public Price getLowestSalePrice()
Gets the value of the lowestSalePrice property.

Returns:
possible object is Price

setLowestSalePrice

public void setLowestSalePrice(Price value)
Sets the value of the lowestSalePrice property.

Parameters:
value - allowed object is Price

isSetLowestSalePrice

public boolean isSetLowestSalePrice()

getHighestSalePrice

public Price getHighestSalePrice()
Gets the value of the highestSalePrice property.

Returns:
possible object is Price

setHighestSalePrice

public void setHighestSalePrice(Price value)
Sets the value of the highestSalePrice property.

Parameters:
value - allowed object is Price

isSetHighestSalePrice

public boolean isSetHighestSalePrice()

withLowestListPrice

public CollectionSummary withLowestListPrice(Price value)
Sets the value of the LowestListPrice property.

Parameters:
value -
Returns:
this instance

withHighestListPrice

public CollectionSummary withHighestListPrice(Price value)
Sets the value of the HighestListPrice property.

Parameters:
value -
Returns:
this instance

withLowestSalePrice

public CollectionSummary withLowestSalePrice(Price value)
Sets the value of the LowestSalePrice property.

Parameters:
value -
Returns:
this instance

withHighestSalePrice

public CollectionSummary withHighestSalePrice(Price value)
Sets the value of the HighestSalePrice property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only