public class

IncentiveRequestDetailsType

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

Class Overview

Java class for IncentiveRequestDetailsType complex type.

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

 <complexType name="IncentiveRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RequestType" type="{urn:ebay:apis:eBLBaseComponents}IncentiveRequestCodeType" minOccurs="0"/>
         <element name="RequestDetailLevel" type="{urn:ebay:apis:eBLBaseComponents}IncentiveRequestDetailLevelCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IncentiveRequestDetailLevelCodeType requestDetailLevel
protected String requestId
protected IncentiveRequestCodeType requestType
Public Constructors
IncentiveRequestDetailsType()
Public Methods
IncentiveRequestDetailLevelCodeType getRequestDetailLevel()
Gets the value of the requestDetailLevel property.
String getRequestId()
Gets the value of the requestId property.
IncentiveRequestCodeType getRequestType()
Gets the value of the requestType property.
void setRequestDetailLevel(IncentiveRequestDetailLevelCodeType value)
Sets the value of the requestDetailLevel property.
void setRequestId(String value)
Sets the value of the requestId property.
void setRequestType(IncentiveRequestCodeType value)
Sets the value of the requestType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IncentiveRequestDetailLevelCodeType requestDetailLevel

protected String requestId

protected IncentiveRequestCodeType requestType

Public Constructors

public IncentiveRequestDetailsType ()

Public Methods

public IncentiveRequestDetailLevelCodeType getRequestDetailLevel ()

Gets the value of the requestDetailLevel property.

Returns

public String getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is String

public IncentiveRequestCodeType getRequestType ()

Gets the value of the requestType property.

Returns

public void setRequestDetailLevel (IncentiveRequestDetailLevelCodeType value)

Sets the value of the requestDetailLevel property.

Parameters
value Allowed object is IncentiveRequestDetailLevelCodeType

public void setRequestId (String value)

Sets the value of the requestId property.

Parameters
value Allowed object is String

public void setRequestType (IncentiveRequestCodeType value)

Sets the value of the requestType property.

Parameters
value Allowed object is IncentiveRequestCodeType