|
||||||||||
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.Details
public static class Promotion.Details
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 |
---|
protected java.lang.String merchantId
protected java.lang.String owningMerchantId
protected java.lang.String promotionId
protected java.lang.String promotionCategory
protected java.lang.String merchantPromotionId
protected java.lang.String groupClaimCode
protected java.lang.String couponCombinationType
protected java.lang.String startDate
protected java.lang.String endDate
protected java.lang.String termsAndConditions
protected PromotionEligibilityRequirements eligibilityRequirements
protected PromotionBenefits benefits
protected PromotionItemApplicability itemApplicability
Constructor Detail |
---|
public Promotion.Details()
Method Detail |
---|
public java.lang.String getMerchantId()
String
public void setMerchantId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOwningMerchantId()
String
public void setOwningMerchantId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPromotionId()
String
public void setPromotionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPromotionCategory()
String
public void setPromotionCategory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMerchantPromotionId()
String
public void setMerchantPromotionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGroupClaimCode()
String
public void setGroupClaimCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCouponCombinationType()
String
public void setCouponCombinationType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStartDate()
String
public void setStartDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndDate()
String
public void setEndDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTermsAndConditions()
String
public void setTermsAndConditions(java.lang.String value)
value
- allowed object is
String
public PromotionEligibilityRequirements getEligibilityRequirements()
PromotionEligibilityRequirements
public void setEligibilityRequirements(PromotionEligibilityRequirements value)
value
- allowed object is
PromotionEligibilityRequirements
public PromotionBenefits getBenefits()
PromotionBenefits
public void setBenefits(PromotionBenefits value)
value
- allowed object is
PromotionBenefits
public PromotionItemApplicability getItemApplicability()
PromotionItemApplicability
public void setItemApplicability(PromotionItemApplicability value)
value
- allowed object is
PromotionItemApplicability
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |