public class

IncentiveAppliedToType

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

Class Overview

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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String bucketId
protected BasicAmountType incentiveAmount
protected String itemId
Public Constructors
IncentiveAppliedToType()
Public Methods
String getBucketId()
Gets the value of the bucketId property.
BasicAmountType getIncentiveAmount()
Gets the value of the incentiveAmount property.
String getItemId()
Gets the value of the itemId property.
void setBucketId(String value)
Sets the value of the bucketId property.
void setIncentiveAmount(BasicAmountType value)
Sets the value of the incentiveAmount property.
void setItemId(String value)
Sets the value of the itemId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String bucketId

protected BasicAmountType incentiveAmount

protected String itemId

Public Constructors

public IncentiveAppliedToType ()

Public Methods

public String getBucketId ()

Gets the value of the bucketId property.

Returns
  • possible object is String

public BasicAmountType getIncentiveAmount ()

Gets the value of the incentiveAmount property.

Returns

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public void setBucketId (String value)

Sets the value of the bucketId property.

Parameters
value Allowed object is String

public void setIncentiveAmount (BasicAmountType value)

Sets the value of the incentiveAmount property.

Parameters
value Allowed object is BasicAmountType

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String