|
||||||||||
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.Summary
public static class Promotion.Summary
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 |
---|
protected java.lang.String promotionId
protected java.lang.String category
protected java.lang.String startDate
protected java.lang.String endDate
protected java.lang.String eligibilityRequirementDescription
protected java.lang.String benefitDescription
protected java.lang.String termsAndConditions
Constructor Detail |
---|
public Promotion.Summary()
Method Detail |
---|
public java.lang.String getPromotionId()
String
public void setPromotionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCategory()
String
public void setCategory(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 getEligibilityRequirementDescription()
String
public void setEligibilityRequirementDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBenefitDescription()
String
public void setBenefitDescription(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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |