com.amazon.webservices.awsecommerceservice._2007_04_04
Class PromotionBenefit

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

public class PromotionBenefit
extends java.lang.Object

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

benefitType

protected java.lang.String benefitType

componentType

protected java.lang.String componentType

quantity

protected java.lang.Integer quantity

percentOff

protected java.lang.Double percentOff

fixedAmount

protected Price fixedAmount

ceiling

protected Price ceiling
Constructor Detail

PromotionBenefit

public PromotionBenefit()
Method Detail

getBenefitType

public java.lang.String getBenefitType()
Gets the value of the benefitType property.

Returns:
possible object is String

setBenefitType

public void setBenefitType(java.lang.String value)
Sets the value of the benefitType property.

Parameters:
value - allowed object is String

getComponentType

public java.lang.String getComponentType()
Gets the value of the componentType property.

Returns:
possible object is String

setComponentType

public void setComponentType(java.lang.String value)
Sets the value of the componentType 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

getPercentOff

public java.lang.Double getPercentOff()
Gets the value of the percentOff property.

Returns:
possible object is Double

setPercentOff

public void setPercentOff(java.lang.Double value)
Sets the value of the percentOff property.

Parameters:
value - allowed object is Double

getFixedAmount

public Price getFixedAmount()
Gets the value of the fixedAmount property.

Returns:
possible object is Price

setFixedAmount

public void setFixedAmount(Price value)
Sets the value of the fixedAmount property.

Parameters:
value - allowed object is Price

getCeiling

public Price getCeiling()
Gets the value of the ceiling property.

Returns:
possible object is Price

setCeiling

public void setCeiling(Price value)
Sets the value of the ceiling property.

Parameters:
value - allowed object is Price


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