public class IncentiveBucketType
extends java.lang.Object
Java class for IncentiveBucketType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveBucketType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Items" type="{urn:ebay:apis:eBLBaseComponents}IncentiveItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="BucketId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SellerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExternalSellerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BucketSubtotalAmt" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="BucketShippingAmt" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="BucketInsuranceAmt" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="BucketSalesTaxAmt" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="BucketTotalAmt" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bucketId |
protected BasicAmountType |
bucketInsuranceAmt |
protected BasicAmountType |
bucketSalesTaxAmt |
protected BasicAmountType |
bucketShippingAmt |
protected BasicAmountType |
bucketSubtotalAmt |
protected BasicAmountType |
bucketTotalAmt |
protected java.lang.String |
externalSellerId |
protected java.util.List<IncentiveItemType> |
items |
protected java.lang.String |
sellerId |
| Constructor and Description |
|---|
IncentiveBucketType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucketId()
Gets the value of the bucketId property.
|
BasicAmountType |
getBucketInsuranceAmt()
Gets the value of the bucketInsuranceAmt property.
|
BasicAmountType |
getBucketSalesTaxAmt()
Gets the value of the bucketSalesTaxAmt property.
|
BasicAmountType |
getBucketShippingAmt()
Gets the value of the bucketShippingAmt property.
|
BasicAmountType |
getBucketSubtotalAmt()
Gets the value of the bucketSubtotalAmt property.
|
BasicAmountType |
getBucketTotalAmt()
Gets the value of the bucketTotalAmt property.
|
java.lang.String |
getExternalSellerId()
Gets the value of the externalSellerId property.
|
java.util.List<IncentiveItemType> |
getItems()
Gets the value of the items property.
|
java.lang.String |
getSellerId()
Gets the value of the sellerId property.
|
void |
setBucketId(java.lang.String value)
Sets the value of the bucketId property.
|
void |
setBucketInsuranceAmt(BasicAmountType value)
Sets the value of the bucketInsuranceAmt property.
|
void |
setBucketSalesTaxAmt(BasicAmountType value)
Sets the value of the bucketSalesTaxAmt property.
|
void |
setBucketShippingAmt(BasicAmountType value)
Sets the value of the bucketShippingAmt property.
|
void |
setBucketSubtotalAmt(BasicAmountType value)
Sets the value of the bucketSubtotalAmt property.
|
void |
setBucketTotalAmt(BasicAmountType value)
Sets the value of the bucketTotalAmt property.
|
void |
setExternalSellerId(java.lang.String value)
Sets the value of the externalSellerId property.
|
void |
setSellerId(java.lang.String value)
Sets the value of the sellerId property.
|
protected java.util.List<IncentiveItemType> items
protected java.lang.String bucketId
protected java.lang.String sellerId
protected java.lang.String externalSellerId
protected BasicAmountType bucketSubtotalAmt
protected BasicAmountType bucketShippingAmt
protected BasicAmountType bucketInsuranceAmt
protected BasicAmountType bucketSalesTaxAmt
protected BasicAmountType bucketTotalAmt
public java.util.List<IncentiveItemType> getItems()
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 items property.
For example, to add a new item, do as follows:
getItems().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveItemType
public java.lang.String getBucketId()
Stringpublic void setBucketId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSellerId()
Stringpublic void setSellerId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getExternalSellerId()
Stringpublic void setExternalSellerId(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getBucketSubtotalAmt()
BasicAmountTypepublic void setBucketSubtotalAmt(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getBucketShippingAmt()
BasicAmountTypepublic void setBucketShippingAmt(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getBucketInsuranceAmt()
BasicAmountTypepublic void setBucketInsuranceAmt(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getBucketSalesTaxAmt()
BasicAmountTypepublic void setBucketSalesTaxAmt(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getBucketTotalAmt()
BasicAmountTypepublic void setBucketTotalAmt(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.