|
||||||||||
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.PromotionBenefit
public class PromotionBenefit
Java class for PromotionBenefit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionBenefit"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BenefitType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ComponentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PercentOff" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="FixedAmount" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/> <element name="Ceiling" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Price" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
benefitType
|
protected Price |
ceiling
|
protected java.lang.String |
componentType
|
protected Price |
fixedAmount
|
protected java.lang.Double |
percentOff
|
protected java.lang.Integer |
quantity
|
Constructor Summary | |
---|---|
PromotionBenefit()
|
Method Summary | |
---|---|
java.lang.String |
getBenefitType()
Gets the value of the benefitType property. |
Price |
getCeiling()
Gets the value of the ceiling property. |
java.lang.String |
getComponentType()
Gets the value of the componentType property. |
Price |
getFixedAmount()
Gets the value of the fixedAmount property. |
java.lang.Double |
getPercentOff()
Gets the value of the percentOff property. |
java.lang.Integer |
getQuantity()
Gets the value of the quantity property. |
void |
setBenefitType(java.lang.String value)
Sets the value of the benefitType property. |
void |
setCeiling(Price value)
Sets the value of the ceiling property. |
void |
setComponentType(java.lang.String value)
Sets the value of the componentType property. |
void |
setFixedAmount(Price value)
Sets the value of the fixedAmount property. |
void |
setPercentOff(java.lang.Double value)
Sets the value of the percentOff 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 benefitType
protected java.lang.String componentType
protected java.lang.Integer quantity
protected java.lang.Double percentOff
protected Price fixedAmount
protected Price ceiling
Constructor Detail |
---|
public PromotionBenefit()
Method Detail |
---|
public java.lang.String getBenefitType()
String
public void setBenefitType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getComponentType()
String
public void setComponentType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getQuantity()
Integer
public void setQuantity(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getPercentOff()
Double
public void setPercentOff(java.lang.Double value)
value
- allowed object is
Double
public Price getFixedAmount()
Price
public void setFixedAmount(Price value)
value
- allowed object is
Price
public Price getCeiling()
Price
public void setCeiling(Price value)
value
- allowed object is
Price
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |