public class Promotion 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="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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Promotion.Summary
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Promotion.Summary |
summary |
| Constructor and Description |
|---|
Promotion() |
| Modifier and Type | Method and Description |
|---|---|
Promotion.Summary |
getSummary()
Gets the value of the summary property.
|
void |
setSummary(Promotion.Summary value)
Sets the value of the summary property.
|
protected Promotion.Summary summary
public Promotion.Summary getSummary()
Promotion.Summarypublic void setSummary(Promotion.Summary value)
value - allowed object is
Promotion.SummaryCopyright © 2013. All Rights Reserved.