| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.GetIncentiveEvaluationResponseDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| incentiveDetails | |||||||||||
| requestId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the incentiveDetails property.
| |||||||||||
Gets the value of the requestId property.
| |||||||||||
Sets the value of the requestId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the requestId property.
Sets the value of the requestId property.
| value | Allowed object is String |
|---|