com.amazon.webservices.awsecommerceservice._2007_04_04
Class OfferSummary

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

public class OfferSummary
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="LowestNewPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
         <element name="LowestUsedPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
         <element name="LowestCollectiblePrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
         <element name="LowestRefurbishedPrice" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
         <element name="TotalNew" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TotalUsed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TotalCollectible" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TotalRefurbished" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Price lowestCollectiblePrice
           
protected  Price lowestNewPrice
           
protected  Price lowestRefurbishedPrice
           
protected  Price lowestUsedPrice
           
protected  java.lang.String totalCollectible
           
protected  java.lang.String totalNew
           
protected  java.lang.String totalRefurbished
           
protected  java.lang.String totalUsed
           
 
Constructor Summary
OfferSummary()
           
 
Method Summary
 Price getLowestCollectiblePrice()
          Gets the value of the lowestCollectiblePrice property.
 Price getLowestNewPrice()
          Gets the value of the lowestNewPrice property.
 Price getLowestRefurbishedPrice()
          Gets the value of the lowestRefurbishedPrice property.
 Price getLowestUsedPrice()
          Gets the value of the lowestUsedPrice property.
 java.lang.String getTotalCollectible()
          Gets the value of the totalCollectible property.
 java.lang.String getTotalNew()
          Gets the value of the totalNew property.
 java.lang.String getTotalRefurbished()
          Gets the value of the totalRefurbished property.
 java.lang.String getTotalUsed()
          Gets the value of the totalUsed property.
 void setLowestCollectiblePrice(Price value)
          Sets the value of the lowestCollectiblePrice property.
 void setLowestNewPrice(Price value)
          Sets the value of the lowestNewPrice property.
 void setLowestRefurbishedPrice(Price value)
          Sets the value of the lowestRefurbishedPrice property.
 void setLowestUsedPrice(Price value)
          Sets the value of the lowestUsedPrice property.
 void setTotalCollectible(java.lang.String value)
          Sets the value of the totalCollectible property.
 void setTotalNew(java.lang.String value)
          Sets the value of the totalNew property.
 void setTotalRefurbished(java.lang.String value)
          Sets the value of the totalRefurbished property.
 void setTotalUsed(java.lang.String value)
          Sets the value of the totalUsed property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowestNewPrice

protected Price lowestNewPrice

lowestUsedPrice

protected Price lowestUsedPrice

lowestCollectiblePrice

protected Price lowestCollectiblePrice

lowestRefurbishedPrice

protected Price lowestRefurbishedPrice

totalNew

protected java.lang.String totalNew

totalUsed

protected java.lang.String totalUsed

totalCollectible

protected java.lang.String totalCollectible

totalRefurbished

protected java.lang.String totalRefurbished
Constructor Detail

OfferSummary

public OfferSummary()
Method Detail

getLowestNewPrice

public Price getLowestNewPrice()
Gets the value of the lowestNewPrice property.

Returns:
possible object is Price

setLowestNewPrice

public void setLowestNewPrice(Price value)
Sets the value of the lowestNewPrice property.

Parameters:
value - allowed object is Price

getLowestUsedPrice

public Price getLowestUsedPrice()
Gets the value of the lowestUsedPrice property.

Returns:
possible object is Price

setLowestUsedPrice

public void setLowestUsedPrice(Price value)
Sets the value of the lowestUsedPrice property.

Parameters:
value - allowed object is Price

getLowestCollectiblePrice

public Price getLowestCollectiblePrice()
Gets the value of the lowestCollectiblePrice property.

Returns:
possible object is Price

setLowestCollectiblePrice

public void setLowestCollectiblePrice(Price value)
Sets the value of the lowestCollectiblePrice property.

Parameters:
value - allowed object is Price

getLowestRefurbishedPrice

public Price getLowestRefurbishedPrice()
Gets the value of the lowestRefurbishedPrice property.

Returns:
possible object is Price

setLowestRefurbishedPrice

public void setLowestRefurbishedPrice(Price value)
Sets the value of the lowestRefurbishedPrice property.

Parameters:
value - allowed object is Price

getTotalNew

public java.lang.String getTotalNew()
Gets the value of the totalNew property.

Returns:
possible object is String

setTotalNew

public void setTotalNew(java.lang.String value)
Sets the value of the totalNew property.

Parameters:
value - allowed object is String

getTotalUsed

public java.lang.String getTotalUsed()
Gets the value of the totalUsed property.

Returns:
possible object is String

setTotalUsed

public void setTotalUsed(java.lang.String value)
Sets the value of the totalUsed property.

Parameters:
value - allowed object is String

getTotalCollectible

public java.lang.String getTotalCollectible()
Gets the value of the totalCollectible property.

Returns:
possible object is String

setTotalCollectible

public void setTotalCollectible(java.lang.String value)
Sets the value of the totalCollectible property.

Parameters:
value - allowed object is String

getTotalRefurbished

public java.lang.String getTotalRefurbished()
Gets the value of the totalRefurbished property.

Returns:
possible object is String

setTotalRefurbished

public void setTotalRefurbished(java.lang.String value)
Sets the value of the totalRefurbished property.

Parameters:
value - allowed object is String


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