|
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 java.util.List<java.lang.Object> |
any
|
protected java.util.List<java.lang.String> |
favoriteItemID
|
protected ListingTypeCodeType |
listingType
|
protected AmountType |
maxPrice
|
protected AmountType |
minPrice
|
protected java.lang.String |
searchKeywords
|
protected StoreItemListSortOrderCodeType |
searchSortOrder
|
protected java.lang.Long |
storeCategoryID
|
Constructor Summary | |
---|---|
SellerFavoriteItemPreferencesType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<java.lang.String> |
_getFavoriteItemID()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String[] |
getFavoriteItemID()
|
java.lang.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. |
java.lang.String |
getSearchKeywords()
Gets the value of the searchKeywords property. |
StoreItemListSortOrderCodeType |
getSearchSortOrder()
Gets the value of the searchSortOrder property. |
java.lang.Long |
getStoreCategoryID()
Gets the value of the storeCategoryID property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
java.lang.String |
setFavoriteItemID(int idx,
java.lang.String value)
|
void |
setFavoriteItemID(java.lang.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(java.lang.String value)
Sets the value of the searchKeywords property. |
void |
setSearchSortOrder(StoreItemListSortOrderCodeType value)
Sets the value of the searchSortOrder property. |
void |
setStoreCategoryID(java.lang.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 java.lang.String searchKeywords
protected java.lang.Long storeCategoryID
protected ListingTypeCodeType listingType
protected StoreItemListSortOrderCodeType searchSortOrder
protected AmountType minPrice
protected AmountType maxPrice
protected java.util.List<java.lang.String> favoriteItemID
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellerFavoriteItemPreferencesType()
Method Detail |
---|
public java.lang.String getSearchKeywords()
String
public void setSearchKeywords(java.lang.String value)
value
- allowed object is
String
public java.lang.Long getStoreCategoryID()
Long
public void setStoreCategoryID(java.lang.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 java.lang.String[] getFavoriteItemID()
String
public java.lang.String getFavoriteItemID(int idx)
String
public int getFavoriteItemIDLength()
public void setFavoriteItemID(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getFavoriteItemID()
public java.lang.String setFavoriteItemID(int idx, java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.