|
||||||||||
| 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()
Stringpublic void setPromotionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStartDate()
Stringpublic void setStartDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndDate()
Stringpublic void setEndDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEligibilityRequirementDescription()
Stringpublic void setEligibilityRequirementDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBenefitDescription()
Stringpublic void setBenefitDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTermsAndConditions()
Stringpublic 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 | |||||||||