|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.OfferSummary
public class OfferSummary
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 |
---|
protected Price lowestNewPrice
protected Price lowestUsedPrice
protected Price lowestCollectiblePrice
protected Price lowestRefurbishedPrice
protected java.lang.String totalNew
protected java.lang.String totalUsed
protected java.lang.String totalCollectible
protected java.lang.String totalRefurbished
Constructor Detail |
---|
public OfferSummary()
Method Detail |
---|
public Price getLowestNewPrice()
Price
public void setLowestNewPrice(Price value)
value
- allowed object is
Price
public Price getLowestUsedPrice()
Price
public void setLowestUsedPrice(Price value)
value
- allowed object is
Price
public Price getLowestCollectiblePrice()
Price
public void setLowestCollectiblePrice(Price value)
value
- allowed object is
Price
public Price getLowestRefurbishedPrice()
Price
public void setLowestRefurbishedPrice(Price value)
value
- allowed object is
Price
public java.lang.String getTotalNew()
String
public void setTotalNew(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTotalUsed()
String
public void setTotalUsed(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTotalCollectible()
String
public void setTotalCollectible(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTotalRefurbished()
String
public void setTotalRefurbished(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |