|
||||||||||
| 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.PromotionEligibilityRequirement
public class PromotionEligibilityRequirement
Java class for PromotionEligibilityRequirement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionEligibilityRequirement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EligibilityRequirementType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CurrencyAmount" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Price |
currencyAmount
|
protected java.lang.String |
eligibilityRequirementType
|
protected java.lang.Integer |
quantity
|
| Constructor Summary | |
|---|---|
PromotionEligibilityRequirement()
|
|
| Method Summary | |
|---|---|
Price |
getCurrencyAmount()
Gets the value of the currencyAmount property. |
java.lang.String |
getEligibilityRequirementType()
Gets the value of the eligibilityRequirementType property. |
java.lang.Integer |
getQuantity()
Gets the value of the quantity property. |
void |
setCurrencyAmount(Price value)
Sets the value of the currencyAmount property. |
void |
setEligibilityRequirementType(java.lang.String value)
Sets the value of the eligibilityRequirementType property. |
void |
setQuantity(java.lang.Integer value)
Sets the value of the quantity property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String eligibilityRequirementType
protected java.lang.Integer quantity
protected Price currencyAmount
| Constructor Detail |
|---|
public PromotionEligibilityRequirement()
| Method Detail |
|---|
public java.lang.String getEligibilityRequirementType()
Stringpublic void setEligibilityRequirementType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getQuantity()
Integerpublic void setQuantity(java.lang.Integer value)
value - allowed object is
Integerpublic Price getCurrencyAmount()
Pricepublic void setCurrencyAmount(Price value)
value - allowed object is
Price
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||