public class IncentiveRequestDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected IncentiveRequestDetailLevelCodeType |
requestDetailLevel |
protected java.lang.String |
requestId |
protected IncentiveRequestCodeType |
requestType |
Constructor and Description |
---|
IncentiveRequestDetailsType() |
Modifier and Type | Method and Description |
---|---|
IncentiveRequestDetailLevelCodeType |
getRequestDetailLevel()
Gets the value of the requestDetailLevel property.
|
java.lang.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(java.lang.String value)
Sets the value of the requestId property.
|
void |
setRequestType(IncentiveRequestCodeType value)
Sets the value of the requestType property.
|
protected java.lang.String requestId
protected IncentiveRequestCodeType requestType
protected IncentiveRequestDetailLevelCodeType requestDetailLevel
public java.lang.String getRequestId()
String
public void setRequestId(java.lang.String value)
value
- the value
allowed object is
String
public IncentiveRequestCodeType getRequestType()
IncentiveRequestCodeType
public void setRequestType(IncentiveRequestCodeType value)
value
- the value
allowed object is
IncentiveRequestCodeType
public IncentiveRequestDetailLevelCodeType getRequestDetailLevel()
IncentiveRequestDetailLevelCodeType
public void setRequestDetailLevel(IncentiveRequestDetailLevelCodeType value)
value
- the value
allowed object is
IncentiveRequestDetailLevelCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.