com.amazon.webservices.awsecommerceservice._2007_04_04
Class Collections.Collection.CollectionSummary

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Collections.Collection.CollectionSummary
Enclosing class:
Collections.Collection

public static class Collections.Collection.CollectionSummary
extends java.lang.Object

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

lowestListPrice

protected Price lowestListPrice

highestListPrice

protected Price highestListPrice

lowestSalePrice

protected Price lowestSalePrice

highestSalePrice

protected Price highestSalePrice
Constructor Detail

Collections.Collection.CollectionSummary

public Collections.Collection.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

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

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

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


Copyright © 2007 orange-cafe.de. All Rights Reserved.