| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.IncentiveItemType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemCategoryList | |||||||||||
| itemId | |||||||||||
| itemPrice | |||||||||||
| itemQuantity | |||||||||||
| purchaseTime | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemCategoryList property.
| |||||||||||
Gets the value of the itemId property.
| |||||||||||
Gets the value of the itemPrice property.
| |||||||||||
Gets the value of the itemQuantity property.
| |||||||||||
Gets the value of the purchaseTime property.
| |||||||||||
Sets the value of the itemCategoryList property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the itemPrice property.
| |||||||||||
Sets the value of the itemQuantity property.
| |||||||||||
Sets the value of the purchaseTime property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the itemCategoryList property.
Gets the value of the itemId property.
Gets the value of the itemPrice property.
BasicAmountType
Gets the value of the itemQuantity property.
Gets the value of the purchaseTime property.
Sets the value of the itemCategoryList property.
| value | Allowed object is String |
|---|
Sets the value of the itemId property.
| value | Allowed object is String |
|---|
Sets the value of the itemPrice property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the itemQuantity property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the purchaseTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|