|
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.SellerFavoriteItemPreferencesType
public class SellerFavoriteItemPreferencesType
Contains the data for the seller favorite item preferences, i.e. the manual or automatic selection criteria to display items for buyer's favourite seller opt in email marketing.
Java class for SellerFavoriteItemPreferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellerFavoriteItemPreferencesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SearchKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="StoreCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ListingType" type="{urn:ebay:apis:eBLBaseComponents}ListingTypeCodeType" minOccurs="0"/> <element name="SearchSortOrder" type="{urn:ebay:apis:eBLBaseComponents}StoreItemListSortOrderCodeType" minOccurs="0"/> <element name="MinPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="MaxPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="FavoriteItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected List<String> |
favoriteItemID
|
protected ListingTypeCodeType |
listingType
|
protected AmountType |
maxPrice
|
protected AmountType |
minPrice
|
protected String |
searchKeywords
|
protected StoreItemListSortOrderCodeType |
searchSortOrder
|
protected Long |
storeCategoryID
|
Constructor Summary | |
---|---|
SellerFavoriteItemPreferencesType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<String> |
_getFavoriteItemID()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String[] |
getFavoriteItemID()
|
String |
getFavoriteItemID(int idx)
|
int |
getFavoriteItemIDLength()
|
ListingTypeCodeType |
getListingType()
Gets the value of the listingType property. |
AmountType |
getMaxPrice()
Gets the value of the maxPrice property. |
AmountType |
getMinPrice()
Gets the value of the minPrice property. |
String |
getSearchKeywords()
Gets the value of the searchKeywords property. |
StoreItemListSortOrderCodeType |
getSearchSortOrder()
Gets the value of the searchSortOrder property. |
Long |
getStoreCategoryID()
Gets the value of the storeCategoryID property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
String |
setFavoriteItemID(int idx,
String value)
|
void |
setFavoriteItemID(String[] values)
|
void |
setListingType(ListingTypeCodeType value)
Sets the value of the listingType property. |
void |
setMaxPrice(AmountType value)
Sets the value of the maxPrice property. |
void |
setMinPrice(AmountType value)
Sets the value of the minPrice property. |
void |
setSearchKeywords(String value)
Sets the value of the searchKeywords property. |
void |
setSearchSortOrder(StoreItemListSortOrderCodeType value)
Sets the value of the searchSortOrder property. |
void |
setStoreCategoryID(Long value)
Sets the value of the storeCategoryID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String searchKeywords
protected Long storeCategoryID
protected ListingTypeCodeType listingType
protected StoreItemListSortOrderCodeType searchSortOrder
protected AmountType minPrice
protected AmountType maxPrice
protected List<String> favoriteItemID
protected List<Object> any
Constructor Detail |
---|
public SellerFavoriteItemPreferencesType()
Method Detail |
---|
public String getSearchKeywords()
String
public void setSearchKeywords(String value)
value
- allowed object is
String
public Long getStoreCategoryID()
Long
public void setStoreCategoryID(Long value)
value
- allowed object is
Long
public ListingTypeCodeType getListingType()
ListingTypeCodeType
public void setListingType(ListingTypeCodeType value)
value
- allowed object is
ListingTypeCodeType
public StoreItemListSortOrderCodeType getSearchSortOrder()
StoreItemListSortOrderCodeType
public void setSearchSortOrder(StoreItemListSortOrderCodeType value)
value
- allowed object is
StoreItemListSortOrderCodeType
public AmountType getMinPrice()
AmountType
public void setMinPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getMaxPrice()
AmountType
public void setMaxPrice(AmountType value)
value
- allowed object is
AmountType
public String[] getFavoriteItemID()
String
public String getFavoriteItemID(int idx)
String
public int getFavoriteItemIDLength()
public void setFavoriteItemID(String[] values)
values
- allowed objects are
String
protected List<String> _getFavoriteItemID()
public String setFavoriteItemID(int idx, String value)
value
- allowed object is
String
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.