public static class Promotion.Summary extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
benefitDescription |
protected String |
category |
protected String |
eligibilityRequirementDescription |
protected String |
endDate |
protected String |
promotionId |
protected String |
startDate |
protected String |
termsAndConditions |
| Constructor and Description |
|---|
Promotion.Summary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBenefitDescription()
Gets the value of the benefitDescription property.
|
String |
getCategory()
Gets the value of the category property.
|
String |
getEligibilityRequirementDescription()
Gets the value of the eligibilityRequirementDescription property.
|
String |
getEndDate()
Gets the value of the endDate property.
|
String |
getPromotionId()
Gets the value of the promotionId property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
String |
getTermsAndConditions()
Gets the value of the termsAndConditions property.
|
void |
setBenefitDescription(String value)
Sets the value of the benefitDescription property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setEligibilityRequirementDescription(String value)
Sets the value of the eligibilityRequirementDescription property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setPromotionId(String value)
Sets the value of the promotionId property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
void |
setTermsAndConditions(String value)
Sets the value of the termsAndConditions property.
|
protected String promotionId
protected String category
protected String startDate
protected String endDate
protected String eligibilityRequirementDescription
protected String benefitDescription
protected String termsAndConditions
public String getPromotionId()
Stringpublic void setPromotionId(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getStartDate()
Stringpublic void setStartDate(String value)
value - allowed object is
Stringpublic String getEndDate()
Stringpublic void setEndDate(String value)
value - allowed object is
Stringpublic String getEligibilityRequirementDescription()
Stringpublic void setEligibilityRequirementDescription(String value)
value - allowed object is
Stringpublic String getBenefitDescription()
Stringpublic void setBenefitDescription(String value)
value - allowed object is
Stringpublic String getTermsAndConditions()
StringCopyright © 2013. All Rights Reserved.