public class

IncentiveInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.IncentiveInfoType

Class Overview

Details of incentive application on individual bucket.

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>
 

Summary

Fields
protected List<IncentiveApplyIndicationType> applyIndication
protected String incentiveCode
Public Constructors
IncentiveInfoType()
Public Methods
List<IncentiveApplyIndicationType> getApplyIndication()
Gets the value of the applyIndication property.
String getIncentiveCode()
Gets the value of the incentiveCode property.
void setIncentiveCode(String value)
Sets the value of the incentiveCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<IncentiveApplyIndicationType> applyIndication

protected String incentiveCode

Public Constructors

public IncentiveInfoType ()

Public Methods

public List<IncentiveApplyIndicationType> getApplyIndication ()

Gets the value of the applyIndication 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 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

public String getIncentiveCode ()

Gets the value of the incentiveCode property.

Returns
  • possible object is String

public void setIncentiveCode (String value)

Sets the value of the incentiveCode property.

Parameters
value Allowed object is String