|
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.MyeBayFavoriteSearchType
public class MyeBayFavoriteSearchType
Type defining the FavoriteSearch container returned in GetMyeBayBuying. The FavoriteSearch container consists of options and filtering used in a buyer's Saved Search on My eBay, and is only returned in GetMyeBayBuying if the FavoriteSearches container is included the request, and if there is at least one Saved Search for the buyer.
Java class for MyeBayFavoriteSearchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MyeBayFavoriteSearchType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SearchName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SearchQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="QueryKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemSort" type="{urn:ebay:apis:eBLBaseComponents}SimpleItemSortCodeType" minOccurs="0"/> <element name="SortOrder" type="{urn:ebay:apis:eBLBaseComponents}SortOrderCodeType" minOccurs="0"/> <element name="EndTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EndTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="MaxDistance" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemType" type="{urn:ebay:apis:eBLBaseComponents}ItemTypeCodeType" minOccurs="0"/> <element name="PriceMax" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="PriceMin" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="Currency" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/> <element name="BidCountMax" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="BidCountMin" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SearchFlag" type="{urn:ebay:apis:eBLBaseComponents}SearchFlagCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="PaymentMethod" type="{urn:ebay:apis:eBLBaseComponents}PaymentMethodSearchCodeType" minOccurs="0"/> <element name="PreferredLocation" type="{urn:ebay:apis:eBLBaseComponents}PreferredLocationCodeType" minOccurs="0"/> <element name="SellerID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="SellerIDExclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="ItemsAvailableTo" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/> <element name="ItemsLocatedIn" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/> <element name="SellerBusinessType" type="{urn:ebay:apis:eBLBaseComponents}SellerBusinessCodeType" minOccurs="0"/> <element name="Condition" type="{urn:ebay:apis:eBLBaseComponents}ItemConditionCodeType" minOccurs="0"/> <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="QuantityOperator" type="{urn:ebay:apis:eBLBaseComponents}QuantityOperatorCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MyeBayFavoriteSearchType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<SearchFlagCodeType> |
_getSearchFlag()
|
protected List<String> |
_getSellerID()
|
protected List<String> |
_getSellerIDExclude()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
Integer |
getBidCountMax()
Gets the value of the bidCountMax property. |
Integer |
getBidCountMin()
Gets the value of the bidCountMin property. |
String |
getCategoryID()
Gets the value of the categoryID property. |
ItemConditionCodeType |
getCondition()
Gets the value of the condition property. |
CurrencyCodeType |
getCurrency()
Gets the value of the currency property. |
Calendar |
getEndTimeFrom()
Gets the value of the endTimeFrom property. |
Calendar |
getEndTimeTo()
Gets the value of the endTimeTo property. |
CountryCodeType |
getItemsAvailableTo()
Gets the value of the itemsAvailableTo property. |
CountryCodeType |
getItemsLocatedIn()
Gets the value of the itemsLocatedIn property. |
SimpleItemSortCodeType |
getItemSort()
Gets the value of the itemSort property. |
ItemTypeCodeType |
getItemType()
Gets the value of the itemType property. |
Integer |
getMaxDistance()
Gets the value of the maxDistance property. |
PaymentMethodSearchCodeType |
getPaymentMethod()
Gets the value of the paymentMethod property. |
String |
getPostalCode()
Gets the value of the postalCode property. |
PreferredLocationCodeType |
getPreferredLocation()
Gets the value of the preferredLocation property. |
AmountType |
getPriceMax()
Gets the value of the priceMax property. |
AmountType |
getPriceMin()
Gets the value of the priceMin property. |
Integer |
getQuantity()
Gets the value of the quantity property. |
QuantityOperatorCodeType |
getQuantityOperator()
Gets the value of the quantityOperator property. |
String |
getQueryKeywords()
Gets the value of the queryKeywords property. |
SearchFlagCodeType[] |
getSearchFlag()
|
SearchFlagCodeType |
getSearchFlag(int idx)
|
int |
getSearchFlagLength()
|
String |
getSearchName()
Gets the value of the searchName property. |
String |
getSearchQuery()
Gets the value of the searchQuery property. |
SellerBusinessCodeType |
getSellerBusinessType()
Gets the value of the sellerBusinessType property. |
String[] |
getSellerID()
|
String |
getSellerID(int idx)
|
String[] |
getSellerIDExclude()
|
String |
getSellerIDExclude(int idx)
|
int |
getSellerIDExcludeLength()
|
int |
getSellerIDLength()
|
SortOrderCodeType |
getSortOrder()
Gets the value of the sortOrder property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setBidCountMax(Integer value)
Sets the value of the bidCountMax property. |
void |
setBidCountMin(Integer value)
Sets the value of the bidCountMin property. |
void |
setCategoryID(String value)
Sets the value of the categoryID property. |
void |
setCondition(ItemConditionCodeType value)
Sets the value of the condition property. |
void |
setCurrency(CurrencyCodeType value)
Sets the value of the currency property. |
void |
setEndTimeFrom(Calendar value)
Sets the value of the endTimeFrom property. |
void |
setEndTimeTo(Calendar value)
Sets the value of the endTimeTo property. |
void |
setItemsAvailableTo(CountryCodeType value)
Sets the value of the itemsAvailableTo property. |
void |
setItemsLocatedIn(CountryCodeType value)
Sets the value of the itemsLocatedIn property. |
void |
setItemSort(SimpleItemSortCodeType value)
Sets the value of the itemSort property. |
void |
setItemType(ItemTypeCodeType value)
Sets the value of the itemType property. |
void |
setMaxDistance(Integer value)
Sets the value of the maxDistance property. |
void |
setPaymentMethod(PaymentMethodSearchCodeType value)
Sets the value of the paymentMethod property. |
void |
setPostalCode(String value)
Sets the value of the postalCode property. |
void |
setPreferredLocation(PreferredLocationCodeType value)
Sets the value of the preferredLocation property. |
void |
setPriceMax(AmountType value)
Sets the value of the priceMax property. |
void |
setPriceMin(AmountType value)
Sets the value of the priceMin property. |
void |
setQuantity(Integer value)
Sets the value of the quantity property. |
void |
setQuantityOperator(QuantityOperatorCodeType value)
Sets the value of the quantityOperator property. |
void |
setQueryKeywords(String value)
Sets the value of the queryKeywords property. |
SearchFlagCodeType |
setSearchFlag(int idx,
SearchFlagCodeType value)
|
void |
setSearchFlag(SearchFlagCodeType[] values)
|
void |
setSearchName(String value)
Sets the value of the searchName property. |
void |
setSearchQuery(String value)
Sets the value of the searchQuery property. |
void |
setSellerBusinessType(SellerBusinessCodeType value)
Sets the value of the sellerBusinessType property. |
String |
setSellerID(int idx,
String value)
|
void |
setSellerID(String[] values)
|
String |
setSellerIDExclude(int idx,
String value)
|
void |
setSellerIDExclude(String[] values)
|
void |
setSortOrder(SortOrderCodeType value)
Sets the value of the sortOrder property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String searchName
protected String searchQuery
protected String queryKeywords
protected String categoryID
protected SimpleItemSortCodeType itemSort
protected SortOrderCodeType sortOrder
protected Calendar endTimeFrom
protected Calendar endTimeTo
protected Integer maxDistance
protected String postalCode
protected ItemTypeCodeType itemType
protected AmountType priceMax
protected AmountType priceMin
protected CurrencyCodeType currency
protected Integer bidCountMax
protected Integer bidCountMin
protected List<SearchFlagCodeType> searchFlag
protected PaymentMethodSearchCodeType paymentMethod
protected PreferredLocationCodeType preferredLocation
protected List<String> sellerID
protected List<String> sellerIDExclude
protected CountryCodeType itemsAvailableTo
protected CountryCodeType itemsLocatedIn
protected SellerBusinessCodeType sellerBusinessType
protected ItemConditionCodeType condition
protected Integer quantity
protected QuantityOperatorCodeType quantityOperator
protected List<Object> any
Constructor Detail |
---|
public MyeBayFavoriteSearchType()
Method Detail |
---|
public String getSearchName()
String
public void setSearchName(String value)
value
- allowed object is
String
public String getSearchQuery()
String
public void setSearchQuery(String value)
value
- allowed object is
String
public String getQueryKeywords()
String
public void setQueryKeywords(String value)
value
- allowed object is
String
public String getCategoryID()
String
public void setCategoryID(String value)
value
- allowed object is
String
public SimpleItemSortCodeType getItemSort()
SimpleItemSortCodeType
public void setItemSort(SimpleItemSortCodeType value)
value
- allowed object is
SimpleItemSortCodeType
public SortOrderCodeType getSortOrder()
SortOrderCodeType
public void setSortOrder(SortOrderCodeType value)
value
- allowed object is
SortOrderCodeType
public Calendar getEndTimeFrom()
String
public void setEndTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getEndTimeTo()
String
public void setEndTimeTo(Calendar value)
value
- allowed object is
String
public Integer getMaxDistance()
Integer
public void setMaxDistance(Integer value)
value
- allowed object is
Integer
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public ItemTypeCodeType getItemType()
ItemTypeCodeType
public void setItemType(ItemTypeCodeType value)
value
- allowed object is
ItemTypeCodeType
public AmountType getPriceMax()
AmountType
public void setPriceMax(AmountType value)
value
- allowed object is
AmountType
public AmountType getPriceMin()
AmountType
public void setPriceMin(AmountType value)
value
- allowed object is
AmountType
public CurrencyCodeType getCurrency()
CurrencyCodeType
public void setCurrency(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
public Integer getBidCountMax()
Integer
public void setBidCountMax(Integer value)
value
- allowed object is
Integer
public Integer getBidCountMin()
Integer
public void setBidCountMin(Integer value)
value
- allowed object is
Integer
public SearchFlagCodeType[] getSearchFlag()
SearchFlagCodeType
public SearchFlagCodeType getSearchFlag(int idx)
SearchFlagCodeType
public int getSearchFlagLength()
public void setSearchFlag(SearchFlagCodeType[] values)
values
- allowed objects are
SearchFlagCodeType
protected List<SearchFlagCodeType> _getSearchFlag()
public SearchFlagCodeType setSearchFlag(int idx, SearchFlagCodeType value)
value
- allowed object is
SearchFlagCodeType
public PaymentMethodSearchCodeType getPaymentMethod()
PaymentMethodSearchCodeType
public void setPaymentMethod(PaymentMethodSearchCodeType value)
value
- allowed object is
PaymentMethodSearchCodeType
public PreferredLocationCodeType getPreferredLocation()
PreferredLocationCodeType
public void setPreferredLocation(PreferredLocationCodeType value)
value
- allowed object is
PreferredLocationCodeType
public String[] getSellerID()
String
public String getSellerID(int idx)
String
public int getSellerIDLength()
public void setSellerID(String[] values)
values
- allowed objects are
String
protected List<String> _getSellerID()
public String setSellerID(int idx, String value)
value
- allowed object is
String
public String[] getSellerIDExclude()
String
public String getSellerIDExclude(int idx)
String
public int getSellerIDExcludeLength()
public void setSellerIDExclude(String[] values)
values
- allowed objects are
String
protected List<String> _getSellerIDExclude()
public String setSellerIDExclude(int idx, String value)
value
- allowed object is
String
public CountryCodeType getItemsAvailableTo()
CountryCodeType
public void setItemsAvailableTo(CountryCodeType value)
value
- allowed object is
CountryCodeType
public CountryCodeType getItemsLocatedIn()
CountryCodeType
public void setItemsLocatedIn(CountryCodeType value)
value
- allowed object is
CountryCodeType
public SellerBusinessCodeType getSellerBusinessType()
SellerBusinessCodeType
public void setSellerBusinessType(SellerBusinessCodeType value)
value
- allowed object is
SellerBusinessCodeType
public ItemConditionCodeType getCondition()
ItemConditionCodeType
public void setCondition(ItemConditionCodeType value)
value
- allowed object is
ItemConditionCodeType
public Integer getQuantity()
Integer
public void setQuantity(Integer value)
value
- allowed object is
Integer
public QuantityOperatorCodeType getQuantityOperator()
QuantityOperatorCodeType
public void setQuantityOperator(QuantityOperatorCodeType value)
value
- allowed object is
QuantityOperatorCodeType
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.