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()
Stringpublic void setItemID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPictureURL()
Stringpublic void setPictureURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Integer getPosition()
Integerpublic void setPosition(java.lang.Integer value)
value - the value
allowed object is
Integerpublic AmountType getPromotionPrice()
AmountTypepublic void setPromotionPrice(AmountType value)
value - the value
allowed object is
AmountTypepublic PromotionItemPriceTypeCodeType getPromotionPriceType()
PromotionItemPriceTypeCodeTypepublic void setPromotionPriceType(PromotionItemPriceTypeCodeType value)
value - the value
allowed object is
PromotionItemPriceTypeCodeTypepublic PromotionItemSelectionCodeType getSelectionType()
PromotionItemSelectionCodeTypepublic void setSelectionType(PromotionItemSelectionCodeType value)
value - the value
allowed object is
PromotionItemSelectionCodeTypepublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - the value
allowed object is
Stringpublic ListingTypeCodeType getListingType()
ListingTypeCodeTypepublic void setListingType(ListingTypeCodeType value)
value - the value
allowed object is
ListingTypeCodeTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.