public class

IncentiveItemType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.IncentiveItemType

Class Overview

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>
 

Summary

Fields
protected String itemCategoryList
protected String itemId
protected BasicAmountType itemPrice
protected BigInteger itemQuantity
protected XMLGregorianCalendar purchaseTime
Public Constructors
IncentiveItemType()
Public Methods
String getItemCategoryList()
Gets the value of the itemCategoryList property.
String getItemId()
Gets the value of the itemId property.
BasicAmountType getItemPrice()
Gets the value of the itemPrice property.
BigInteger getItemQuantity()
Gets the value of the itemQuantity property.
XMLGregorianCalendar getPurchaseTime()
Gets the value of the purchaseTime property.
void setItemCategoryList(String value)
Sets the value of the itemCategoryList property.
void setItemId(String value)
Sets the value of the itemId property.
void setItemPrice(BasicAmountType value)
Sets the value of the itemPrice property.
void setItemQuantity(BigInteger value)
Sets the value of the itemQuantity property.
void setPurchaseTime(XMLGregorianCalendar value)
Sets the value of the purchaseTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String itemCategoryList

protected String itemId

protected BasicAmountType itemPrice

protected BigInteger itemQuantity

protected XMLGregorianCalendar purchaseTime

Public Constructors

public IncentiveItemType ()

Public Methods

public String getItemCategoryList ()

Gets the value of the itemCategoryList property.

Returns
  • possible object is String

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public BasicAmountType getItemPrice ()

Gets the value of the itemPrice property.

Returns

public BigInteger getItemQuantity ()

Gets the value of the itemQuantity property.

Returns
  • possible object is BigInteger

public XMLGregorianCalendar getPurchaseTime ()

Gets the value of the purchaseTime property.

Returns
  • possible object is XMLGregorianCalendar

public void setItemCategoryList (String value)

Sets the value of the itemCategoryList property.

Parameters
value Allowed object is String

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setItemPrice (BasicAmountType value)

Sets the value of the itemPrice property.

Parameters
value Allowed object is BasicAmountType

public void setItemQuantity (BigInteger value)

Sets the value of the itemQuantity property.

Parameters
value Allowed object is BigInteger

public void setPurchaseTime (XMLGregorianCalendar value)

Sets the value of the purchaseTime property.

Parameters
value Allowed object is XMLGregorianCalendar