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

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

public static class Promotion.Details
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="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OwningMerchantId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PromotionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PromotionCategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MerchantPromotionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GroupClaimCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CouponCombinationType" 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="TermsAndConditions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EligibilityRequirements" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}PromotionEligibilityRequirements" minOccurs="0"/>
         <element name="Benefits" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}PromotionBenefits" minOccurs="0"/>
         <element name="ItemApplicability" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}PromotionItemApplicability" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PromotionBenefits benefits
           
protected  java.lang.String couponCombinationType
           
protected  PromotionEligibilityRequirements eligibilityRequirements
           
protected  java.lang.String endDate
           
protected  java.lang.String groupClaimCode
           
protected  PromotionItemApplicability itemApplicability
           
protected  java.lang.String merchantId
           
protected  java.lang.String merchantPromotionId
           
protected  java.lang.String owningMerchantId
           
protected  java.lang.String promotionCategory
           
protected  java.lang.String promotionId
           
protected  java.lang.String startDate
           
protected  java.lang.String termsAndConditions
           
 
Constructor Summary
Promotion.Details()
           
 
Method Summary
 PromotionBenefits getBenefits()
          Gets the value of the benefits property.
 java.lang.String getCouponCombinationType()
          Gets the value of the couponCombinationType property.
 PromotionEligibilityRequirements getEligibilityRequirements()
          Gets the value of the eligibilityRequirements property.
 java.lang.String getEndDate()
          Gets the value of the endDate property.
 java.lang.String getGroupClaimCode()
          Gets the value of the groupClaimCode property.
 PromotionItemApplicability getItemApplicability()
          Gets the value of the itemApplicability property.
 java.lang.String getMerchantId()
          Gets the value of the merchantId property.
 java.lang.String getMerchantPromotionId()
          Gets the value of the merchantPromotionId property.
 java.lang.String getOwningMerchantId()
          Gets the value of the owningMerchantId property.
 java.lang.String getPromotionCategory()
          Gets the value of the promotionCategory 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 setBenefits(PromotionBenefits value)
          Sets the value of the benefits property.
 void setCouponCombinationType(java.lang.String value)
          Sets the value of the couponCombinationType property.
 void setEligibilityRequirements(PromotionEligibilityRequirements value)
          Sets the value of the eligibilityRequirements property.
 void setEndDate(java.lang.String value)
          Sets the value of the endDate property.
 void setGroupClaimCode(java.lang.String value)
          Sets the value of the groupClaimCode property.
 void setItemApplicability(PromotionItemApplicability value)
          Sets the value of the itemApplicability property.
 void setMerchantId(java.lang.String value)
          Sets the value of the merchantId property.
 void setMerchantPromotionId(java.lang.String value)
          Sets the value of the merchantPromotionId property.
 void setOwningMerchantId(java.lang.String value)
          Sets the value of the owningMerchantId property.
 void setPromotionCategory(java.lang.String value)
          Sets the value of the promotionCategory 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

merchantId

protected java.lang.String merchantId

owningMerchantId

protected java.lang.String owningMerchantId

promotionId

protected java.lang.String promotionId

promotionCategory

protected java.lang.String promotionCategory

merchantPromotionId

protected java.lang.String merchantPromotionId

groupClaimCode

protected java.lang.String groupClaimCode

couponCombinationType

protected java.lang.String couponCombinationType

startDate

protected java.lang.String startDate

endDate

protected java.lang.String endDate

termsAndConditions

protected java.lang.String termsAndConditions

eligibilityRequirements

protected PromotionEligibilityRequirements eligibilityRequirements

benefits

protected PromotionBenefits benefits

itemApplicability

protected PromotionItemApplicability itemApplicability
Constructor Detail

Promotion.Details

public Promotion.Details()
Method Detail

getMerchantId

public java.lang.String getMerchantId()
Gets the value of the merchantId property.

Returns:
possible object is String

setMerchantId

public void setMerchantId(java.lang.String value)
Sets the value of the merchantId property.

Parameters:
value - allowed object is String

getOwningMerchantId

public java.lang.String getOwningMerchantId()
Gets the value of the owningMerchantId property.

Returns:
possible object is String

setOwningMerchantId

public void setOwningMerchantId(java.lang.String value)
Sets the value of the owningMerchantId property.

Parameters:
value - allowed object is String

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

getPromotionCategory

public java.lang.String getPromotionCategory()
Gets the value of the promotionCategory property.

Returns:
possible object is String

setPromotionCategory

public void setPromotionCategory(java.lang.String value)
Sets the value of the promotionCategory property.

Parameters:
value - allowed object is String

getMerchantPromotionId

public java.lang.String getMerchantPromotionId()
Gets the value of the merchantPromotionId property.

Returns:
possible object is String

setMerchantPromotionId

public void setMerchantPromotionId(java.lang.String value)
Sets the value of the merchantPromotionId property.

Parameters:
value - allowed object is String

getGroupClaimCode

public java.lang.String getGroupClaimCode()
Gets the value of the groupClaimCode property.

Returns:
possible object is String

setGroupClaimCode

public void setGroupClaimCode(java.lang.String value)
Sets the value of the groupClaimCode property.

Parameters:
value - allowed object is String

getCouponCombinationType

public java.lang.String getCouponCombinationType()
Gets the value of the couponCombinationType property.

Returns:
possible object is String

setCouponCombinationType

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

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

getEligibilityRequirements

public PromotionEligibilityRequirements getEligibilityRequirements()
Gets the value of the eligibilityRequirements property.

Returns:
possible object is PromotionEligibilityRequirements

setEligibilityRequirements

public void setEligibilityRequirements(PromotionEligibilityRequirements value)
Sets the value of the eligibilityRequirements property.

Parameters:
value - allowed object is PromotionEligibilityRequirements

getBenefits

public PromotionBenefits getBenefits()
Gets the value of the benefits property.

Returns:
possible object is PromotionBenefits

setBenefits

public void setBenefits(PromotionBenefits value)
Sets the value of the benefits property.

Parameters:
value - allowed object is PromotionBenefits

getItemApplicability

public PromotionItemApplicability getItemApplicability()
Gets the value of the itemApplicability property.

Returns:
possible object is PromotionItemApplicability

setItemApplicability

public void setItemApplicability(PromotionItemApplicability value)
Sets the value of the itemApplicability property.

Parameters:
value - allowed object is PromotionItemApplicability


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