public class IncentiveInfoType
extends java.lang.Object
Java class for IncentiveInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IncentiveCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ApplyIndication" type="{urn:ebay:apis:eBLBaseComponents}IncentiveApplyIndicationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IncentiveApplyIndicationType> |
applyIndication |
protected java.lang.String |
incentiveCode |
Constructor and Description |
---|
IncentiveInfoType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IncentiveApplyIndicationType> |
getApplyIndication()
Gets the value of the applyIndication property.
|
java.lang.String |
getIncentiveCode()
Gets the value of the incentiveCode property.
|
void |
setIncentiveCode(java.lang.String value)
Sets the value of the incentiveCode property.
|
protected java.lang.String incentiveCode
protected java.util.List<IncentiveApplyIndicationType> applyIndication
public java.lang.String getIncentiveCode()
String
public void setIncentiveCode(java.lang.String value)
value
- the value
allowed object is
String
public java.util.List<IncentiveApplyIndicationType> getApplyIndication()
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 applyIndication property.
For example, to add a new item, do as follows:
getApplyIndication().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveApplyIndicationType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.