| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.IncentiveBucketType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bucketId | |||||||||||
| bucketInsuranceAmt | |||||||||||
| bucketSalesTaxAmt | |||||||||||
| bucketShippingAmt | |||||||||||
| bucketSubtotalAmt | |||||||||||
| bucketTotalAmt | |||||||||||
| externalSellerId | |||||||||||
| items | |||||||||||
| sellerId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bucketId property.
| |||||||||||
Gets the value of the bucketInsuranceAmt property.
| |||||||||||
Gets the value of the bucketSalesTaxAmt property.
| |||||||||||
Gets the value of the bucketShippingAmt property.
| |||||||||||
Gets the value of the bucketSubtotalAmt property.
| |||||||||||
Gets the value of the bucketTotalAmt property.
| |||||||||||
Gets the value of the externalSellerId property.
| |||||||||||
Gets the value of the items property.
| |||||||||||
Gets the value of the sellerId property.
| |||||||||||
Sets the value of the bucketId property.
| |||||||||||
Sets the value of the bucketInsuranceAmt property.
| |||||||||||
Sets the value of the bucketSalesTaxAmt property.
| |||||||||||
Sets the value of the bucketShippingAmt property.
| |||||||||||
Sets the value of the bucketSubtotalAmt property.
| |||||||||||
Sets the value of the bucketTotalAmt property.
| |||||||||||
Sets the value of the externalSellerId property.
| |||||||||||
Sets the value of the sellerId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bucketId property.
Gets the value of the bucketInsuranceAmt property.
BasicAmountType
Gets the value of the bucketSalesTaxAmt property.
BasicAmountType
Gets the value of the bucketShippingAmt property.
BasicAmountType
Gets the value of the bucketSubtotalAmt property.
BasicAmountType
Gets the value of the bucketTotalAmt property.
BasicAmountType
Gets the value of the externalSellerId property.
Gets the value of the items 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 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
Gets the value of the sellerId property.
Sets the value of the bucketId property.
| value | Allowed object is String |
|---|
Sets the value of the bucketInsuranceAmt property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the bucketSalesTaxAmt property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the bucketShippingAmt property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the bucketSubtotalAmt property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the bucketTotalAmt property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the externalSellerId property.
| value | Allowed object is String |
|---|
Sets the value of the sellerId property.
| value | Allowed object is String |
|---|