public class PromotedItemType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
itemID |
protected ListingTypeCodeType |
listingType |
protected java.lang.String |
pictureURL |
protected java.lang.Integer |
position |
protected AmountType |
promotionPrice |
protected PromotionItemPriceTypeCodeType |
promotionPriceType |
protected PromotionItemSelectionCodeType |
selectionType |
protected java.lang.String |
title |
Constructor and Description |
---|
PromotedItemType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getItemID()
Gets the value of the itemID property.
|
ListingTypeCodeType |
getListingType()
Gets the value of the listingType property.
|
java.lang.String |
getPictureURL()
Gets the value of the pictureURL property.
|
java.lang.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.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setItemID(java.lang.String value)
Sets the value of the itemID property.
|
void |
setListingType(ListingTypeCodeType value)
Sets the value of the listingType property.
|
void |
setPictureURL(java.lang.String value)
Sets the value of the pictureURL property.
|
void |
setPosition(java.lang.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(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String itemID
protected java.lang.String pictureURL
protected java.lang.Integer position
protected AmountType promotionPrice
protected PromotionItemPriceTypeCodeType promotionPriceType
protected PromotionItemSelectionCodeType selectionType
protected java.lang.String title
protected ListingTypeCodeType listingType
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPictureURL()
String
public void setPictureURL(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Integer getPosition()
Integer
public void setPosition(java.lang.Integer value)
value
- the value
allowed object is
Integer
public AmountType getPromotionPrice()
AmountType
public void setPromotionPrice(AmountType value)
value
- the value
allowed object is
AmountType
public PromotionItemPriceTypeCodeType getPromotionPriceType()
PromotionItemPriceTypeCodeType
public void setPromotionPriceType(PromotionItemPriceTypeCodeType value)
value
- the value
allowed object is
PromotionItemPriceTypeCodeType
public PromotionItemSelectionCodeType getSelectionType()
PromotionItemSelectionCodeType
public void setSelectionType(PromotionItemSelectionCodeType value)
value
- the value
allowed object is
PromotionItemSelectionCodeType
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- the value
allowed object is
String
public ListingTypeCodeType getListingType()
ListingTypeCodeType
public void setListingType(ListingTypeCodeType value)
value
- the value
allowed object is
ListingTypeCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.