com.amazon.webservices.awsecommerceservice._2007_04_04
Class Promotion.Summary

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Promotion.Summary
Enclosing class:
Promotion

public static class Promotion.Summary
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PromotionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EligibilityRequirementDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BenefitDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TermsAndConditions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String benefitDescription
           
protected  java.lang.String category
           
protected  java.lang.String eligibilityRequirementDescription
           
protected  java.lang.String endDate
           
protected  java.lang.String promotionId
           
protected  java.lang.String startDate
           
protected  java.lang.String termsAndConditions
           
 
Constructor Summary
Promotion.Summary()
           
 
Method Summary
 java.lang.String getBenefitDescription()
          Gets the value of the benefitDescription property.
 java.lang.String getCategory()
          Gets the value of the category property.
 java.lang.String getEligibilityRequirementDescription()
          Gets the value of the eligibilityRequirementDescription property.
 java.lang.String getEndDate()
          Gets the value of the endDate property.
 java.lang.String getPromotionId()
          Gets the value of the promotionId property.
 java.lang.String getStartDate()
          Gets the value of the startDate property.
 java.lang.String getTermsAndConditions()
          Gets the value of the termsAndConditions property.
 void setBenefitDescription(java.lang.String value)
          Sets the value of the benefitDescription property.
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setEligibilityRequirementDescription(java.lang.String value)
          Sets the value of the eligibilityRequirementDescription property.
 void setEndDate(java.lang.String value)
          Sets the value of the endDate property.
 void setPromotionId(java.lang.String value)
          Sets the value of the promotionId property.
 void setStartDate(java.lang.String value)
          Sets the value of the startDate property.
 void setTermsAndConditions(java.lang.String value)
          Sets the value of the termsAndConditions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

promotionId

protected java.lang.String promotionId

category

protected java.lang.String category

startDate

protected java.lang.String startDate

endDate

protected java.lang.String endDate

eligibilityRequirementDescription

protected java.lang.String eligibilityRequirementDescription

benefitDescription

protected java.lang.String benefitDescription

termsAndConditions

protected java.lang.String termsAndConditions
Constructor Detail

Promotion.Summary

public Promotion.Summary()
Method Detail

getPromotionId

public java.lang.String getPromotionId()
Gets the value of the promotionId property.

Returns:
possible object is String

setPromotionId

public void setPromotionId(java.lang.String value)
Sets the value of the promotionId property.

Parameters:
value - allowed object is String

getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getStartDate

public java.lang.String getStartDate()
Gets the value of the startDate property.

Returns:
possible object is String

setStartDate

public void setStartDate(java.lang.String value)
Sets the value of the startDate property.

Parameters:
value - allowed object is String

getEndDate

public java.lang.String getEndDate()
Gets the value of the endDate property.

Returns:
possible object is String

setEndDate

public void setEndDate(java.lang.String value)
Sets the value of the endDate property.

Parameters:
value - allowed object is String

getEligibilityRequirementDescription

public java.lang.String getEligibilityRequirementDescription()
Gets the value of the eligibilityRequirementDescription property.

Returns:
possible object is String

setEligibilityRequirementDescription

public void setEligibilityRequirementDescription(java.lang.String value)
Sets the value of the eligibilityRequirementDescription property.

Parameters:
value - allowed object is String

getBenefitDescription

public java.lang.String getBenefitDescription()
Gets the value of the benefitDescription property.

Returns:
possible object is String

setBenefitDescription

public void setBenefitDescription(java.lang.String value)
Sets the value of the benefitDescription property.

Parameters:
value - allowed object is String

getTermsAndConditions

public java.lang.String getTermsAndConditions()
Gets the value of the termsAndConditions property.

Returns:
possible object is String

setTermsAndConditions

public void setTermsAndConditions(java.lang.String value)
Sets the value of the termsAndConditions property.

Parameters:
value - allowed object is String


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