com.amazon.webservices.awsecommerceservice._2007_04_04
Class PromotionEligibilityRequirement

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

public class PromotionEligibilityRequirement
extends java.lang.Object

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

eligibilityRequirementType

protected java.lang.String eligibilityRequirementType

quantity

protected java.lang.Integer quantity

currencyAmount

protected Price currencyAmount
Constructor Detail

PromotionEligibilityRequirement

public PromotionEligibilityRequirement()
Method Detail

getEligibilityRequirementType

public java.lang.String getEligibilityRequirementType()
Gets the value of the eligibilityRequirementType property.

Returns:
possible object is String

setEligibilityRequirementType

public void setEligibilityRequirementType(java.lang.String value)
Sets the value of the eligibilityRequirementType property.

Parameters:
value - allowed object is String

getQuantity

public java.lang.Integer getQuantity()
Gets the value of the quantity property.

Returns:
possible object is Integer

setQuantity

public void setQuantity(java.lang.Integer value)
Sets the value of the quantity property.

Parameters:
value - allowed object is Integer

getCurrencyAmount

public Price getCurrencyAmount()
Gets the value of the currencyAmount property.

Returns:
possible object is Price

setCurrencyAmount

public void setCurrencyAmount(Price value)
Sets the value of the currencyAmount property.

Parameters:
value - allowed object is Price


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