public class

GetIncentiveEvaluationResponseDetailsType

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

Class Overview

Java class for GetIncentiveEvaluationResponseDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetIncentiveEvaluationResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IncentiveDetails" type="{urn:ebay:apis:eBLBaseComponents}IncentiveDetailType" maxOccurs="1000" minOccurs="0"/>
         <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<IncentiveDetailType> incentiveDetails
protected String requestId
Public Constructors
GetIncentiveEvaluationResponseDetailsType()
Public Methods
List<IncentiveDetailType> getIncentiveDetails()
Gets the value of the incentiveDetails property.
String getRequestId()
Gets the value of the requestId property.
void setRequestId(String value)
Sets the value of the requestId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<IncentiveDetailType> incentiveDetails

protected String requestId

Public Constructors

public GetIncentiveEvaluationResponseDetailsType ()

Public Methods

public List<IncentiveDetailType> getIncentiveDetails ()

Gets the value of the incentiveDetails 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 incentiveDetails property.

For example, to add a new item, do as follows:

    getIncentiveDetails().add(newItem);
 

Objects of the following type(s) are allowed in the list IncentiveDetailType

public String getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is String

public void setRequestId (String value)

Sets the value of the requestId property.

Parameters
value Allowed object is String