com.amazon.webservices.awsecommerceservice._2007_04_04
Class Promotion

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

public class Promotion
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="Summary" minOccurs="0">
           <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>
         </element>
         <element name="Details" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Promotion.Details
          Java class for anonymous complex type.
static class Promotion.Summary
          Java class for anonymous complex type.
 
Field Summary
protected  Promotion.Details details
           
protected  Promotion.Summary summary
           
 
Constructor Summary
Promotion()
           
 
Method Summary
 Promotion.Details getDetails()
          Gets the value of the details property.
 Promotion.Summary getSummary()
          Gets the value of the summary property.
 void setDetails(Promotion.Details value)
          Sets the value of the details property.
 void setSummary(Promotion.Summary value)
          Sets the value of the summary property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

summary

protected Promotion.Summary summary

details

protected Promotion.Details details
Constructor Detail

Promotion

public Promotion()
Method Detail

getSummary

public Promotion.Summary getSummary()
Gets the value of the summary property.

Returns:
possible object is Promotion.Summary

setSummary

public void setSummary(Promotion.Summary value)
Sets the value of the summary property.

Parameters:
value - allowed object is Promotion.Summary

getDetails

public Promotion.Details getDetails()
Gets the value of the details property.

Returns:
possible object is Promotion.Details

setDetails

public void setDetails(Promotion.Details value)
Sets the value of the details property.

Parameters:
value - allowed object is Promotion.Details


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