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()
String
public void setBucketId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSellerId()
String
public void setSellerId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getExternalSellerId()
String
public void setExternalSellerId(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getBucketSubtotalAmt()
BasicAmountType
public void setBucketSubtotalAmt(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getBucketShippingAmt()
BasicAmountType
public void setBucketShippingAmt(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getBucketInsuranceAmt()
BasicAmountType
public void setBucketInsuranceAmt(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getBucketSalesTaxAmt()
BasicAmountType
public void setBucketSalesTaxAmt(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getBucketTotalAmt()
BasicAmountType
public void setBucketTotalAmt(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.