|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Promotion
public class Promotion
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 |
---|
protected Promotion.Summary summary
protected Promotion.Details details
Constructor Detail |
---|
public Promotion()
Method Detail |
---|
public Promotion.Summary getSummary()
Promotion.Summary
public void setSummary(Promotion.Summary value)
value
- allowed object is
Promotion.Summary
public Promotion.Details getDetails()
Promotion.Details
public void setDetails(Promotion.Details value)
value
- allowed object is
Promotion.Details
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |