| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.IncentiveDetailType |
Java class for IncentiveDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RedemptionCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DisplayCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProgramId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IncentiveType" type="{urn:ebay:apis:eBLBaseComponents}IncentiveTypeCodeType" minOccurs="0"/>
<element name="IncentiveDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AppliedTo" type="{urn:ebay:apis:eBLBaseComponents}IncentiveAppliedToType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| appliedTo | |||||||||||
| displayCode | |||||||||||
| errorCode | |||||||||||
| incentiveDescription | |||||||||||
| incentiveType | |||||||||||
| programId | |||||||||||
| redemptionCode | |||||||||||
| status | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the appliedTo property.
| |||||||||||
Gets the value of the displayCode property.
| |||||||||||
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the incentiveDescription property.
| |||||||||||
Gets the value of the incentiveType property.
| |||||||||||
Gets the value of the programId property.
| |||||||||||
Gets the value of the redemptionCode property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Sets the value of the displayCode property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the incentiveDescription property.
| |||||||||||
Sets the value of the incentiveType property.
| |||||||||||
Sets the value of the programId property.
| |||||||||||
Sets the value of the redemptionCode property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the appliedTo property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the appliedTo property.
For example, to add a new item, do as follows:
getAppliedTo().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveAppliedToType
Gets the value of the displayCode property.
Gets the value of the errorCode property.
Gets the value of the incentiveDescription property.
Gets the value of the incentiveType property.
IncentiveTypeCodeType
Gets the value of the programId property.
Gets the value of the redemptionCode property.
Gets the value of the status property.
Sets the value of the displayCode property.
| value | Allowed object is String |
|---|
Sets the value of the errorCode property.
| value | Allowed object is String |
|---|
Sets the value of the incentiveDescription property.
| value | Allowed object is String |
|---|
Sets the value of the incentiveType property.
| value | Allowed object is
IncentiveTypeCodeType
|
|---|
Sets the value of the programId property.
| value | Allowed object is String |
|---|
Sets the value of the redemptionCode property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|