|
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>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.Integer |
bidCountMax
|
protected java.lang.Integer |
bidCountMin
|
protected java.lang.String |
categoryID
|
protected ItemConditionCodeType |
condition
|
protected CurrencyCodeType |
currency
|
protected java.util.Calendar |
endTimeFrom
|
protected java.util.Calendar |
endTimeTo
|
protected CountryCodeType |
itemsAvailableTo
|
protected CountryCodeType |
itemsLocatedIn
|
protected SimpleItemSortCodeType |
itemSort
|
protected ItemTypeCodeType |
itemType
|
protected java.lang.Integer |
maxDistance
|
protected PaymentMethodSearchCodeType |
paymentMethod
|
protected java.lang.String |
postalCode
|
protected PreferredLocationCodeType |
preferredLocation
|
protected AmountType |
priceMax
|
protected AmountType |
priceMin
|
protected java.lang.Integer |
quantity
|
protected QuantityOperatorCodeType |
quantityOperator
|
protected java.lang.String |
queryKeywords
|
protected java.util.List<SearchFlagCodeType> |
searchFlag
|
protected java.lang.String |
searchName
|
protected java.lang.String |
searchQuery
|
protected SellerBusinessCodeType |
sellerBusinessType
|
protected java.util.List<java.lang.String> |
sellerID
|
protected java.util.List<java.lang.String> |
sellerIDExclude
|
protected SortOrderCodeType |
sortOrder
|
Constructor Summary | |
---|---|
MyeBayFavoriteSearchType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<SearchFlagCodeType> |
_getSearchFlag()
|
protected java.util.List<java.lang.String> |
_getSellerID()
|
protected java.util.List<java.lang.String> |
_getSellerIDExclude()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.Integer |
getBidCountMax()
Gets the value of the bidCountMax property. |
java.lang.Integer |
getBidCountMin()
Gets the value of the bidCountMin property. |
java.lang.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. |
java.util.Calendar |
getEndTimeFrom()
Gets the value of the endTimeFrom property. |
java.util.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. |
java.lang.Integer |
getMaxDistance()
Gets the value of the maxDistance property. |
PaymentMethodSearchCodeType |
getPaymentMethod()
Gets the value of the paymentMethod property. |
java.lang.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. |
java.lang.Integer |
getQuantity()
Gets the value of the quantity property. |
QuantityOperatorCodeType |
getQuantityOperator()
Gets the value of the quantityOperator property. |
java.lang.String |
getQueryKeywords()
Gets the value of the queryKeywords property. |
SearchFlagCodeType[] |
getSearchFlag()
|
SearchFlagCodeType |
getSearchFlag(int idx)
|
int |
getSearchFlagLength()
|
java.lang.String |
getSearchName()
Gets the value of the searchName property. |
java.lang.String |
getSearchQuery()
Gets the value of the searchQuery property. |
SellerBusinessCodeType |
getSellerBusinessType()
Gets the value of the sellerBusinessType property. |
java.lang.String[] |
getSellerID()
|
java.lang.String |
getSellerID(int idx)
|
java.lang.String[] |
getSellerIDExclude()
|
java.lang.String |
getSellerIDExclude(int idx)
|
int |
getSellerIDExcludeLength()
|
int |
getSellerIDLength()
|
SortOrderCodeType |
getSortOrder()
Gets the value of the sortOrder property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBidCountMax(java.lang.Integer value)
Sets the value of the bidCountMax property. |
void |
setBidCountMin(java.lang.Integer value)
Sets the value of the bidCountMin property. |
void |
setCategoryID(java.lang.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(java.util.Calendar value)
Sets the value of the endTimeFrom property. |
void |
setEndTimeTo(java.util.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(java.lang.Integer value)
Sets the value of the maxDistance property. |
void |
setPaymentMethod(PaymentMethodSearchCodeType value)
Sets the value of the paymentMethod property. |
void |
setPostalCode(java.lang.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(java.lang.Integer value)
Sets the value of the quantity property. |
void |
setQuantityOperator(QuantityOperatorCodeType value)
Sets the value of the quantityOperator property. |
void |
setQueryKeywords(java.lang.String value)
Sets the value of the queryKeywords property. |
SearchFlagCodeType |
setSearchFlag(int idx,
SearchFlagCodeType value)
|
void |
setSearchFlag(SearchFlagCodeType[] values)
|
void |
setSearchName(java.lang.String value)
Sets the value of the searchName property. |
void |
setSearchQuery(java.lang.String value)
Sets the value of the searchQuery property. |
void |
setSellerBusinessType(SellerBusinessCodeType value)
Sets the value of the sellerBusinessType property. |
java.lang.String |
setSellerID(int idx,
java.lang.String value)
|
void |
setSellerID(java.lang.String[] values)
|
java.lang.String |
setSellerIDExclude(int idx,
java.lang.String value)
|
void |
setSellerIDExclude(java.lang.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 java.lang.String searchName
protected java.lang.String searchQuery
protected java.lang.String queryKeywords
protected java.lang.String categoryID
protected SimpleItemSortCodeType itemSort
protected SortOrderCodeType sortOrder
protected java.util.Calendar endTimeFrom
protected java.util.Calendar endTimeTo
protected java.lang.Integer maxDistance
protected java.lang.String postalCode
protected ItemTypeCodeType itemType
protected AmountType priceMax
protected AmountType priceMin
protected CurrencyCodeType currency
protected java.lang.Integer bidCountMax
protected java.lang.Integer bidCountMin
protected java.util.List<SearchFlagCodeType> searchFlag
protected PaymentMethodSearchCodeType paymentMethod
protected PreferredLocationCodeType preferredLocation
protected java.util.List<java.lang.String> sellerID
protected java.util.List<java.lang.String> sellerIDExclude
protected CountryCodeType itemsAvailableTo
protected CountryCodeType itemsLocatedIn
protected SellerBusinessCodeType sellerBusinessType
protected ItemConditionCodeType condition
protected java.lang.Integer quantity
protected QuantityOperatorCodeType quantityOperator
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public MyeBayFavoriteSearchType()
Method Detail |
---|
public java.lang.String getSearchName()
String
public void setSearchName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSearchQuery()
String
public void setSearchQuery(java.lang.String value)
value
- allowed object is
String
public java.lang.String getQueryKeywords()
String
public void setQueryKeywords(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCategoryID()
String
public void setCategoryID(java.lang.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 java.util.Calendar getEndTimeFrom()
String
public void setEndTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndTimeTo()
String
public void setEndTimeTo(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Integer getMaxDistance()
Integer
public void setMaxDistance(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getPostalCode()
String
public void setPostalCode(java.lang.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 java.lang.Integer getBidCountMax()
Integer
public void setBidCountMax(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getBidCountMin()
Integer
public void setBidCountMin(java.lang.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 java.util.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 java.lang.String[] getSellerID()
String
public java.lang.String getSellerID(int idx)
String
public int getSellerIDLength()
public void setSellerID(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getSellerID()
public java.lang.String setSellerID(int idx, java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getSellerIDExclude()
String
public java.lang.String getSellerIDExclude(int idx)
String
public int getSellerIDExcludeLength()
public void setSellerIDExclude(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getSellerIDExclude()
public java.lang.String setSellerIDExclude(int idx, java.lang.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 java.lang.Integer getQuantity()
Integer
public void setQuantity(java.lang.Integer value)
value
- allowed object is
Integer
public QuantityOperatorCodeType getQuantityOperator()
QuantityOperatorCodeType
public void setQuantityOperator(QuantityOperatorCodeType value)
value
- allowed object is
QuantityOperatorCodeType
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.