|
||||||||||
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.PromotionItemApplicability
public class PromotionItemApplicability
Java class for PromotionItemApplicability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionItemApplicability"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="IsInBenefitSet" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="IsInEligibilityRequirementSet" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
asin
|
protected boolean |
isInBenefitSet
|
protected boolean |
isInEligibilityRequirementSet
|
Constructor Summary | |
---|---|
PromotionItemApplicability()
|
Method Summary | |
---|---|
java.lang.String |
getASIN()
Gets the value of the asin property. |
boolean |
isIsInBenefitSet()
Gets the value of the isInBenefitSet property. |
boolean |
isIsInEligibilityRequirementSet()
Gets the value of the isInEligibilityRequirementSet property. |
void |
setASIN(java.lang.String value)
Sets the value of the asin property. |
void |
setIsInBenefitSet(boolean value)
Sets the value of the isInBenefitSet property. |
void |
setIsInEligibilityRequirementSet(boolean value)
Sets the value of the isInEligibilityRequirementSet 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 asin
protected boolean isInBenefitSet
protected boolean isInEligibilityRequirementSet
Constructor Detail |
---|
public PromotionItemApplicability()
Method Detail |
---|
public java.lang.String getASIN()
String
public void setASIN(java.lang.String value)
value
- allowed object is
String
public boolean isIsInBenefitSet()
public void setIsInBenefitSet(boolean value)
public boolean isIsInEligibilityRequirementSet()
public void setIsInEligibilityRequirementSet(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |