|
||||||||||
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.VariationSummary
public class VariationSummary
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 |
---|
protected Price lowestPrice
protected Price highestPrice
protected Price lowestSalePrice
protected Price highestSalePrice
protected java.lang.String singleMerchantId
Constructor Detail |
---|
public VariationSummary()
Method Detail |
---|
public Price getLowestPrice()
Price
public void setLowestPrice(Price value)
value
- allowed object is
Price
public Price getHighestPrice()
Price
public void setHighestPrice(Price value)
value
- allowed object is
Price
public Price getLowestSalePrice()
Price
public void setLowestSalePrice(Price value)
value
- allowed object is
Price
public Price getHighestSalePrice()
Price
public void setHighestSalePrice(Price value)
value
- allowed object is
Price
public java.lang.String getSingleMerchantId()
String
public void setSingleMerchantId(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 |