public class GetIncentiveEvaluationResponseDetailsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<IncentiveDetailType> |
incentiveDetails |
protected java.lang.String |
requestId |
| Constructor and Description |
|---|
GetIncentiveEvaluationResponseDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IncentiveDetailType> |
getIncentiveDetails()
Gets the value of the incentiveDetails property.
|
java.lang.String |
getRequestId()
Gets the value of the requestId property.
|
void |
setRequestId(java.lang.String value)
Sets the value of the requestId property.
|
protected java.util.List<IncentiveDetailType> incentiveDetails
protected java.lang.String requestId
public GetIncentiveEvaluationResponseDetailsType()
public java.util.List<IncentiveDetailType> getIncentiveDetails()
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 java.lang.String getRequestId()
Stringpublic void setRequestId(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.