public class

PromotedItemType

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

Class Overview

Merchandizing info for an Item. This contains a list of crosssell or upsell items.

Java class for PromotedItemType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PromotedItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType"/>
         <element name="PictureURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="position" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PromotionPrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="PromotionPriceType" type="{urn:ebay:apis:eBLBaseComponents}PromotionItemPriceTypeCodeType" minOccurs="0"/>
         <element name="SelectionType" type="{urn:ebay:apis:eBLBaseComponents}PromotionItemSelectionCodeType" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ListingType" type="{urn:ebay:apis:eBLBaseComponents}ListingTypeCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String itemID
protected ListingTypeCodeType listingType
protected String pictureURL
protected Integer position
protected AmountType promotionPrice
protected PromotionItemPriceTypeCodeType promotionPriceType
protected PromotionItemSelectionCodeType selectionType
protected String title
Public Constructors
PromotedItemType()
Public Methods
String getItemID()
Gets the value of the itemID property.
ListingTypeCodeType getListingType()
Gets the value of the listingType property.
String getPictureURL()
Gets the value of the pictureURL property.
Integer getPosition()
Gets the value of the position property.
AmountType getPromotionPrice()
Gets the value of the promotionPrice property.
PromotionItemPriceTypeCodeType getPromotionPriceType()
Gets the value of the promotionPriceType property.
PromotionItemSelectionCodeType getSelectionType()
Gets the value of the selectionType property.
String getTitle()
Gets the value of the title property.
void setItemID(String value)
Sets the value of the itemID property.
void setListingType(ListingTypeCodeType value)
Sets the value of the listingType property.
void setPictureURL(String value)
Sets the value of the pictureURL property.
void setPosition(Integer value)
Sets the value of the position property.
void setPromotionPrice(AmountType value)
Sets the value of the promotionPrice property.
void setPromotionPriceType(PromotionItemPriceTypeCodeType value)
Sets the value of the promotionPriceType property.
void setSelectionType(PromotionItemSelectionCodeType value)
Sets the value of the selectionType property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String itemID

protected ListingTypeCodeType listingType

protected String pictureURL

protected Integer position

protected AmountType promotionPrice

protected PromotionItemPriceTypeCodeType promotionPriceType

protected PromotionItemSelectionCodeType selectionType

protected String title

Public Constructors

public PromotedItemType ()

Public Methods

public String getItemID ()

Gets the value of the itemID property.

Returns
  • possible object is String

public ListingTypeCodeType getListingType ()

Gets the value of the listingType property.

Returns

public String getPictureURL ()

Gets the value of the pictureURL property.

Returns
  • possible object is String

public Integer getPosition ()

Gets the value of the position property.

Returns
  • possible object is Integer

public AmountType getPromotionPrice ()

Gets the value of the promotionPrice property.

Returns

public PromotionItemPriceTypeCodeType getPromotionPriceType ()

Gets the value of the promotionPriceType property.

Returns

public PromotionItemSelectionCodeType getSelectionType ()

Gets the value of the selectionType property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setItemID (String value)

Sets the value of the itemID property.

Parameters
value Allowed object is String

public void setListingType (ListingTypeCodeType value)

Sets the value of the listingType property.

Parameters
value Allowed object is ListingTypeCodeType

public void setPictureURL (String value)

Sets the value of the pictureURL property.

Parameters
value Allowed object is String

public void setPosition (Integer value)

Sets the value of the position property.

Parameters
value Allowed object is Integer

public void setPromotionPrice (AmountType value)

Sets the value of the promotionPrice property.

Parameters
value Allowed object is AmountType

public void setPromotionPriceType (PromotionItemPriceTypeCodeType value)

Sets the value of the promotionPriceType property.

Parameters
value Allowed object is PromotionItemPriceTypeCodeType

public void setSelectionType (PromotionItemSelectionCodeType value)

Sets the value of the selectionType property.

Parameters
value Allowed object is PromotionItemSelectionCodeType

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String