com.amazon.webservices.awsecommerceservice._2007_04_04
Class VariationSummary

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.VariationSummary

public class VariationSummary
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="LowestPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
         <element name="HighestPrice" 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"/>
         <element name="SingleMerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Price highestPrice
           
protected  Price highestSalePrice
           
protected  Price lowestPrice
           
protected  Price lowestSalePrice
           
protected  java.lang.String singleMerchantId
           
 
Constructor Summary
VariationSummary()
           
 
Method Summary
 Price getHighestPrice()
          Gets the value of the highestPrice property.
 Price getHighestSalePrice()
          Gets the value of the highestSalePrice property.
 Price getLowestPrice()
          Gets the value of the lowestPrice property.
 Price getLowestSalePrice()
          Gets the value of the lowestSalePrice property.
 java.lang.String getSingleMerchantId()
          Gets the value of the singleMerchantId property.
 void setHighestPrice(Price value)
          Sets the value of the highestPrice property.
 void setHighestSalePrice(Price value)
          Sets the value of the highestSalePrice property.
 void setLowestPrice(Price value)
          Sets the value of the lowestPrice property.
 void setLowestSalePrice(Price value)
          Sets the value of the lowestSalePrice property.
 void setSingleMerchantId(java.lang.String value)
          Sets the value of the singleMerchantId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowestPrice

protected Price lowestPrice

highestPrice

protected Price highestPrice

lowestSalePrice

protected Price lowestSalePrice

highestSalePrice

protected Price highestSalePrice

singleMerchantId

protected java.lang.String singleMerchantId
Constructor Detail

VariationSummary

public VariationSummary()
Method Detail

getLowestPrice

public Price getLowestPrice()
Gets the value of the lowestPrice property.

Returns:
possible object is Price

setLowestPrice

public void setLowestPrice(Price value)
Sets the value of the lowestPrice property.

Parameters:
value - allowed object is Price

getHighestPrice

public Price getHighestPrice()
Gets the value of the highestPrice property.

Returns:
possible object is Price

setHighestPrice

public void setHighestPrice(Price value)
Sets the value of the highestPrice 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

getSingleMerchantId

public java.lang.String getSingleMerchantId()
Gets the value of the singleMerchantId property.

Returns:
possible object is String

setSingleMerchantId

public void setSingleMerchantId(java.lang.String value)
Sets the value of the singleMerchantId property.

Parameters:
value - allowed object is String


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