public class IncentiveDetailType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IncentiveAppliedToType> |
appliedTo |
protected java.lang.String |
displayCode |
protected java.lang.String |
errorCode |
protected java.lang.String |
incentiveDescription |
protected IncentiveTypeCodeType |
incentiveType |
protected java.lang.String |
programId |
protected java.lang.String |
redemptionCode |
protected java.lang.String |
status |
Constructor and Description |
---|
IncentiveDetailType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IncentiveAppliedToType> |
getAppliedTo()
Gets the value of the appliedTo property.
|
java.lang.String |
getDisplayCode()
Gets the value of the displayCode property.
|
java.lang.String |
getErrorCode()
Gets the value of the errorCode property.
|
java.lang.String |
getIncentiveDescription()
Gets the value of the incentiveDescription property.
|
IncentiveTypeCodeType |
getIncentiveType()
Gets the value of the incentiveType property.
|
java.lang.String |
getProgramId()
Gets the value of the programId property.
|
java.lang.String |
getRedemptionCode()
Gets the value of the redemptionCode property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
void |
setDisplayCode(java.lang.String value)
Sets the value of the displayCode property.
|
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property.
|
void |
setIncentiveDescription(java.lang.String value)
Sets the value of the incentiveDescription property.
|
void |
setIncentiveType(IncentiveTypeCodeType value)
Sets the value of the incentiveType property.
|
void |
setProgramId(java.lang.String value)
Sets the value of the programId property.
|
void |
setRedemptionCode(java.lang.String value)
Sets the value of the redemptionCode property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
protected java.lang.String redemptionCode
protected java.lang.String displayCode
protected java.lang.String programId
protected IncentiveTypeCodeType incentiveType
protected java.lang.String incentiveDescription
protected java.util.List<IncentiveAppliedToType> appliedTo
protected java.lang.String status
protected java.lang.String errorCode
public java.lang.String getRedemptionCode()
String
public void setRedemptionCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getDisplayCode()
String
public void setDisplayCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getProgramId()
String
public void setProgramId(java.lang.String value)
value
- the value
allowed object is
String
public IncentiveTypeCodeType getIncentiveType()
IncentiveTypeCodeType
public void setIncentiveType(IncentiveTypeCodeType value)
value
- the value
allowed object is
IncentiveTypeCodeType
public java.lang.String getIncentiveDescription()
String
public void setIncentiveDescription(java.lang.String value)
value
- the value
allowed object is
String
public java.util.List<IncentiveAppliedToType> getAppliedTo()
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
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getErrorCode()
String
public void setErrorCode(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.