com.amazon.webservices.awsecommerceservice._2007_04_04
Class PromotionItemApplicability

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.PromotionItemApplicability

public class PromotionItemApplicability
extends java.lang.Object

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

asin

protected java.lang.String asin

isInBenefitSet

protected boolean isInBenefitSet

isInEligibilityRequirementSet

protected boolean isInEligibilityRequirementSet
Constructor Detail

PromotionItemApplicability

public PromotionItemApplicability()
Method Detail

getASIN

public java.lang.String getASIN()
Gets the value of the asin property.

Returns:
possible object is String

setASIN

public void setASIN(java.lang.String value)
Sets the value of the asin property.

Parameters:
value - allowed object is String

isIsInBenefitSet

public boolean isIsInBenefitSet()
Gets the value of the isInBenefitSet property.


setIsInBenefitSet

public void setIsInBenefitSet(boolean value)
Sets the value of the isInBenefitSet property.


isIsInEligibilityRequirementSet

public boolean isIsInEligibilityRequirementSet()
Gets the value of the isInEligibilityRequirementSet property.


setIsInEligibilityRequirementSet

public void setIsInEligibilityRequirementSet(boolean value)
Sets the value of the isInEligibilityRequirementSet property.



Copyright © 2007 orange-cafe.de. All Rights Reserved.