public class OfferSummary extends Object implements Serializable
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/2011-08-01}Price" minOccurs="0"/>
<element name="LowestUsedPrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="LowestCollectiblePrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Price" minOccurs="0"/>
<element name="LowestRefurbishedPrice" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}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>
| Modifier and Type | Field and Description |
|---|---|
protected Price |
lowestCollectiblePrice |
protected Price |
lowestNewPrice |
protected Price |
lowestRefurbishedPrice |
protected Price |
lowestUsedPrice |
protected String |
totalCollectible |
protected String |
totalNew |
protected String |
totalRefurbished |
protected String |
totalUsed |
| Constructor and Description |
|---|
OfferSummary() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getTotalCollectible()
Gets the value of the totalCollectible property.
|
String |
getTotalNew()
Gets the value of the totalNew property.
|
String |
getTotalRefurbished()
Gets the value of the totalRefurbished property.
|
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(String value)
Sets the value of the totalCollectible property.
|
void |
setTotalNew(String value)
Sets the value of the totalNew property.
|
void |
setTotalRefurbished(String value)
Sets the value of the totalRefurbished property.
|
void |
setTotalUsed(String value)
Sets the value of the totalUsed property.
|
protected Price lowestNewPrice
protected Price lowestUsedPrice
protected Price lowestCollectiblePrice
protected Price lowestRefurbishedPrice
protected String totalNew
protected String totalUsed
protected String totalCollectible
protected String totalRefurbished
public Price getLowestNewPrice()
Pricepublic void setLowestNewPrice(Price value)
value - allowed object is
Pricepublic Price getLowestUsedPrice()
Pricepublic void setLowestUsedPrice(Price value)
value - allowed object is
Pricepublic Price getLowestCollectiblePrice()
Pricepublic void setLowestCollectiblePrice(Price value)
value - allowed object is
Pricepublic Price getLowestRefurbishedPrice()
Pricepublic void setLowestRefurbishedPrice(Price value)
value - allowed object is
Pricepublic String getTotalNew()
Stringpublic void setTotalNew(String value)
value - allowed object is
Stringpublic String getTotalUsed()
Stringpublic void setTotalUsed(String value)
value - allowed object is
Stringpublic String getTotalCollectible()
Stringpublic void setTotalCollectible(String value)
value - allowed object is
Stringpublic String getTotalRefurbished()
StringCopyright © 2013. All Rights Reserved.