com.amazonaws.a2s.model
Class VariationSummary

java.lang.Object
  extended by com.amazonaws.a2s.model.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-10-29}Price" minOccurs="0"/>
         <element name="HighestPrice" 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"/>
         <element name="SingleMerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


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.
 boolean isSetHighestPrice()
           
 boolean isSetHighestSalePrice()
           
 boolean isSetLowestPrice()
           
 boolean isSetLowestSalePrice()
           
 boolean isSetSingleMerchantId()
           
 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.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 VariationSummary withHighestPrice(Price value)
          Sets the value of the HighestPrice property.
 VariationSummary withHighestSalePrice(Price value)
          Sets the value of the HighestSalePrice property.
 VariationSummary withLowestPrice(Price value)
          Sets the value of the LowestPrice property.
 VariationSummary withLowestSalePrice(Price value)
          Sets the value of the LowestSalePrice property.
 VariationSummary withSingleMerchantId(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

isSetLowestPrice

public boolean isSetLowestPrice()

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

isSetHighestPrice

public boolean isSetHighestPrice()

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()

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

isSetSingleMerchantId

public boolean isSetSingleMerchantId()

withLowestPrice

public VariationSummary withLowestPrice(Price value)
Sets the value of the LowestPrice property.

Parameters:
value -
Returns:
this instance

withHighestPrice

public VariationSummary withHighestPrice(Price value)
Sets the value of the HighestPrice property.

Parameters:
value -
Returns:
this instance

withLowestSalePrice

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

Parameters:
value -
Returns:
this instance

withHighestSalePrice

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

Parameters:
value -
Returns:
this instance

withSingleMerchantId

public VariationSummary withSingleMerchantId(java.lang.String value)
Sets the value of the SingleMerchantId 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