| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PromotedItemType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemID | |||||||||||
| listingType | |||||||||||
| pictureURL | |||||||||||
| position | |||||||||||
| promotionPrice | |||||||||||
| promotionPriceType | |||||||||||
| selectionType | |||||||||||
| title | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemID property.
| |||||||||||
Gets the value of the listingType property.
| |||||||||||
Gets the value of the pictureURL property.
| |||||||||||
Gets the value of the position property.
| |||||||||||
Gets the value of the promotionPrice property.
| |||||||||||
Gets the value of the promotionPriceType property.
| |||||||||||
Gets the value of the selectionType property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the itemID property.
| |||||||||||
Sets the value of the listingType property.
| |||||||||||
Sets the value of the pictureURL property.
| |||||||||||
Sets the value of the position property.
| |||||||||||
Sets the value of the promotionPrice property.
| |||||||||||
Sets the value of the promotionPriceType property.
| |||||||||||
Sets the value of the selectionType property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the itemID property.
Gets the value of the listingType property.
ListingTypeCodeType
Gets the value of the pictureURL property.
Gets the value of the position property.
Gets the value of the promotionPrice property.
AmountType
Gets the value of the promotionPriceType property.
PromotionItemPriceTypeCodeType
Gets the value of the selectionType property.
PromotionItemSelectionCodeType
Gets the value of the title property.
Sets the value of the itemID property.
| value | Allowed object is String |
|---|
Sets the value of the listingType property.
| value | Allowed object is
ListingTypeCodeType
|
|---|
Sets the value of the pictureURL property.
| value | Allowed object is String |
|---|
Sets the value of the position property.
| value | Allowed object is Integer |
|---|
Sets the value of the promotionPrice property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the promotionPriceType property.
| value | Allowed object is
PromotionItemPriceTypeCodeType
|
|---|
Sets the value of the selectionType property.
| value | Allowed object is
PromotionItemSelectionCodeType
|
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|