|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.PromotedItemType
public class PromotedItemType
This type is deprecated.
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" minOccurs="0"/> <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="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"/> <element name="PromotionDetails" type="{urn:ebay:apis:eBLBaseComponents}PromotionDetailsType" maxOccurs="unbounded" minOccurs="0"/> <element name="TimeLeft" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
itemID
|
protected ListingTypeCodeType |
listingType
|
protected String |
pictureURL
|
protected Integer |
position
|
protected List<PromotionDetailsType> |
promotionDetails
|
protected PromotionItemSelectionCodeType |
selectionType
|
protected Duration |
timeLeft
|
protected String |
title
|
Constructor Summary | |
---|---|
PromotedItemType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<PromotionDetailsType> |
_getPromotionDetails()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
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. |
PromotionDetailsType[] |
getPromotionDetails()
|
PromotionDetailsType |
getPromotionDetails(int idx)
|
int |
getPromotionDetailsLength()
|
PromotionItemSelectionCodeType |
getSelectionType()
Gets the value of the selectionType property. |
Duration |
getTimeLeft()
Gets the value of the timeLeft property. |
String |
getTitle()
Gets the value of the title property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
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. |
PromotionDetailsType |
setPromotionDetails(int idx,
PromotionDetailsType value)
|
void |
setPromotionDetails(PromotionDetailsType[] values)
|
void |
setSelectionType(PromotionItemSelectionCodeType value)
Sets the value of the selectionType property. |
void |
setTimeLeft(Duration value)
Sets the value of the timeLeft property. |
void |
setTitle(String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String itemID
protected String pictureURL
protected Integer position
protected PromotionItemSelectionCodeType selectionType
protected String title
protected ListingTypeCodeType listingType
protected List<PromotionDetailsType> promotionDetails
protected Duration timeLeft
protected List<Object> any
Constructor Detail |
---|
public PromotedItemType()
Method Detail |
---|
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public String getPictureURL()
String
public void setPictureURL(String value)
value
- allowed object is
String
public Integer getPosition()
Integer
public void setPosition(Integer value)
value
- allowed object is
Integer
public PromotionItemSelectionCodeType getSelectionType()
PromotionItemSelectionCodeType
public void setSelectionType(PromotionItemSelectionCodeType value)
value
- allowed object is
PromotionItemSelectionCodeType
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public ListingTypeCodeType getListingType()
ListingTypeCodeType
public void setListingType(ListingTypeCodeType value)
value
- allowed object is
ListingTypeCodeType
public PromotionDetailsType[] getPromotionDetails()
PromotionDetailsType
public PromotionDetailsType getPromotionDetails(int idx)
PromotionDetailsType
public int getPromotionDetailsLength()
public void setPromotionDetails(PromotionDetailsType[] values)
values
- allowed objects are
PromotionDetailsType
protected List<PromotionDetailsType> _getPromotionDetails()
public PromotionDetailsType setPromotionDetails(int idx, PromotionDetailsType value)
value
- allowed object is
PromotionDetailsType
public Duration getTimeLeft()
Duration
public void setTimeLeft(Duration value)
value
- allowed object is
Duration
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.