public class

GetIncentiveEvaluationResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.GetIncentiveEvaluationResponseType

Class Overview

Java class for GetIncentiveEvaluationResponseType complex type.

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

 <complexType name="GetIncentiveEvaluationResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}GetIncentiveEvaluationResponseDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetIncentiveEvaluationResponseDetailsType getIncentiveEvaluationResponseDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetIncentiveEvaluationResponseType()
Public Methods
GetIncentiveEvaluationResponseDetailsType getGetIncentiveEvaluationResponseDetails()
Gets the value of the getIncentiveEvaluationResponseDetails property.
void setGetIncentiveEvaluationResponseDetails(GetIncentiveEvaluationResponseDetailsType value)
Sets the value of the getIncentiveEvaluationResponseDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected GetIncentiveEvaluationResponseDetailsType getIncentiveEvaluationResponseDetails

Public Constructors

public GetIncentiveEvaluationResponseType ()

Public Methods

public GetIncentiveEvaluationResponseDetailsType getGetIncentiveEvaluationResponseDetails ()

Gets the value of the getIncentiveEvaluationResponseDetails property.

Returns

public void setGetIncentiveEvaluationResponseDetails (GetIncentiveEvaluationResponseDetailsType value)

Sets the value of the getIncentiveEvaluationResponseDetails property.

Parameters
value Allowed object is GetIncentiveEvaluationResponseDetailsType