public class IncentiveItemType
extends java.lang.Object
Java class for IncentiveItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PurchaseTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ItemCategoryList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ItemPrice" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="ItemQuantity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
itemCategoryList |
protected java.lang.String |
itemId |
protected BasicAmountType |
itemPrice |
protected java.math.BigInteger |
itemQuantity |
protected javax.xml.datatype.XMLGregorianCalendar |
purchaseTime |
| Constructor and Description |
|---|
IncentiveItemType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getItemCategoryList()
Gets the value of the itemCategoryList property.
|
java.lang.String |
getItemId()
Gets the value of the itemId property.
|
BasicAmountType |
getItemPrice()
Gets the value of the itemPrice property.
|
java.math.BigInteger |
getItemQuantity()
Gets the value of the itemQuantity property.
|
javax.xml.datatype.XMLGregorianCalendar |
getPurchaseTime()
Gets the value of the purchaseTime property.
|
void |
setItemCategoryList(java.lang.String value)
Sets the value of the itemCategoryList property.
|
void |
setItemId(java.lang.String value)
Sets the value of the itemId property.
|
void |
setItemPrice(BasicAmountType value)
Sets the value of the itemPrice property.
|
void |
setItemQuantity(java.math.BigInteger value)
Sets the value of the itemQuantity property.
|
void |
setPurchaseTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the purchaseTime property.
|
protected java.lang.String itemId
protected javax.xml.datatype.XMLGregorianCalendar purchaseTime
protected java.lang.String itemCategoryList
protected BasicAmountType itemPrice
protected java.math.BigInteger itemQuantity
public java.lang.String getItemId()
Stringpublic void setItemId(java.lang.String value)
value - the value
allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getPurchaseTime()
XMLGregorianCalendarpublic void setPurchaseTime(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic java.lang.String getItemCategoryList()
Stringpublic void setItemCategoryList(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getItemPrice()
BasicAmountTypepublic void setItemPrice(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.math.BigInteger getItemQuantity()
BigIntegerpublic void setItemQuantity(java.math.BigInteger value)
value - the value
allowed object is
BigIntegerstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.