public class IncentiveAppliedToType
extends java.lang.Object
Java class for IncentiveAppliedToType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveAppliedToType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BucketId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IncentiveAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="SubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bucketId |
protected BasicAmountType |
incentiveAmount |
protected java.lang.String |
itemId |
protected java.lang.String |
subType |
| Constructor and Description |
|---|
IncentiveAppliedToType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucketId()
Gets the value of the bucketId property.
|
BasicAmountType |
getIncentiveAmount()
Gets the value of the incentiveAmount property.
|
java.lang.String |
getItemId()
Gets the value of the itemId property.
|
java.lang.String |
getSubType()
Gets the value of the subType property.
|
void |
setBucketId(java.lang.String value)
Sets the value of the bucketId property.
|
void |
setIncentiveAmount(BasicAmountType value)
Sets the value of the incentiveAmount property.
|
void |
setItemId(java.lang.String value)
Sets the value of the itemId property.
|
void |
setSubType(java.lang.String value)
Sets the value of the subType property.
|
protected java.lang.String bucketId
protected java.lang.String itemId
protected BasicAmountType incentiveAmount
protected java.lang.String subType
public java.lang.String getBucketId()
Stringpublic void setBucketId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemId()
Stringpublic void setItemId(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getIncentiveAmount()
BasicAmountTypepublic void setIncentiveAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getSubType()
Stringpublic void setSubType(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.