public class GetIncentiveEvaluationRequestDetailsType
extends java.lang.Object
Java class for GetIncentiveEvaluationRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetIncentiveEvaluationRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExternalBuyerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IncentiveCodes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="1000" minOccurs="0"/>
<element name="ApplyIndication" type="{urn:ebay:apis:eBLBaseComponents}IncentiveApplyIndicationType" maxOccurs="1000" minOccurs="0"/>
<element name="Buckets" type="{urn:ebay:apis:eBLBaseComponents}IncentiveBucketType" maxOccurs="100" minOccurs="0"/>
<element name="CartTotalAmt" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="RequestDetails" type="{urn:ebay:apis:eBLBaseComponents}IncentiveRequestDetailsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<IncentiveApplyIndicationType> |
applyIndication |
protected java.util.List<IncentiveBucketType> |
buckets |
protected BasicAmountType |
cartTotalAmt |
protected java.lang.String |
externalBuyerId |
protected java.util.List<java.lang.String> |
incentiveCodes |
protected IncentiveRequestDetailsType |
requestDetails |
| Constructor and Description |
|---|
GetIncentiveEvaluationRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IncentiveApplyIndicationType> |
getApplyIndication()
Gets the value of the applyIndication property.
|
java.util.List<IncentiveBucketType> |
getBuckets()
Gets the value of the buckets property.
|
BasicAmountType |
getCartTotalAmt()
Gets the value of the cartTotalAmt property.
|
java.lang.String |
getExternalBuyerId()
Gets the value of the externalBuyerId property.
|
java.util.List<java.lang.String> |
getIncentiveCodes()
Gets the value of the incentiveCodes property.
|
IncentiveRequestDetailsType |
getRequestDetails()
Gets the value of the requestDetails property.
|
void |
setCartTotalAmt(BasicAmountType value)
Sets the value of the cartTotalAmt property.
|
void |
setExternalBuyerId(java.lang.String value)
Sets the value of the externalBuyerId property.
|
void |
setRequestDetails(IncentiveRequestDetailsType value)
Sets the value of the requestDetails property.
|
protected java.lang.String externalBuyerId
protected java.util.List<java.lang.String> incentiveCodes
protected java.util.List<IncentiveApplyIndicationType> applyIndication
protected java.util.List<IncentiveBucketType> buckets
protected BasicAmountType cartTotalAmt
protected IncentiveRequestDetailsType requestDetails
public GetIncentiveEvaluationRequestDetailsType()
public java.lang.String getExternalBuyerId()
Stringpublic void setExternalBuyerId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<java.lang.String> getIncentiveCodes()
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 incentiveCodes property.
For example, to add a new item, do as follows:
getIncentiveCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<IncentiveApplyIndicationType> getApplyIndication()
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 applyIndication property.
For example, to add a new item, do as follows:
getApplyIndication().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveApplyIndicationType
public java.util.List<IncentiveBucketType> getBuckets()
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 buckets property.
For example, to add a new item, do as follows:
getBuckets().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveBucketType
public BasicAmountType getCartTotalAmt()
BasicAmountTypepublic void setCartTotalAmt(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic IncentiveRequestDetailsType getRequestDetails()
IncentiveRequestDetailsTypepublic void setRequestDetails(IncentiveRequestDetailsType value)
value - the value
allowed object is
IncentiveRequestDetailsTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.