|
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.ProductSearchType
public class ProductSearchType
This type is deprecated.
Java class for ProductSearchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductSearchType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ProductSearchID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AttributeSetID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ProductFinderID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProductID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SortAttributeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MaxChildrenPerFamily" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SearchAttributes" type="{urn:ebay:apis:eBLBaseComponents}SearchAttributesType" maxOccurs="unbounded" minOccurs="0"/> <element name="Pagination" type="{urn:ebay:apis:eBLBaseComponents}PaginationType" minOccurs="0"/> <element name="AvailableItemsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="QueryKeywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CharacteristicSetIDs" type="{urn:ebay:apis:eBLBaseComponents}CharacteristicSetIDsType" minOccurs="0"/> <element name="ProductReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExternalProductID" type="{urn:ebay:apis:eBLBaseComponents}ExternalProductIDType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected int |
attributeSetID
|
protected Boolean |
availableItemsOnly
|
protected CharacteristicSetIDsType |
characteristicSetIDs
|
protected ExternalProductIDType |
externalProductID
|
protected Integer |
maxChildrenPerFamily
|
protected PaginationType |
pagination
|
protected Integer |
productFinderID
|
protected String |
productID
|
protected String |
productReferenceID
|
protected String |
productSearchID
|
protected String |
queryKeywords
|
protected List<SearchAttributesType> |
searchAttributes
|
protected Integer |
sortAttributeID
|
Constructor Summary | |
---|---|
ProductSearchType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<SearchAttributesType> |
_getSearchAttributes()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
int |
getAttributeSetID()
Gets the value of the attributeSetID property. |
CharacteristicSetIDsType |
getCharacteristicSetIDs()
Gets the value of the characteristicSetIDs property. |
ExternalProductIDType |
getExternalProductID()
Gets the value of the externalProductID property. |
Integer |
getMaxChildrenPerFamily()
Gets the value of the maxChildrenPerFamily property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
Integer |
getProductFinderID()
Gets the value of the productFinderID property. |
String |
getProductID()
Gets the value of the productID property. |
String |
getProductReferenceID()
Gets the value of the productReferenceID property. |
String |
getProductSearchID()
Gets the value of the productSearchID property. |
String |
getQueryKeywords()
Gets the value of the queryKeywords property. |
SearchAttributesType[] |
getSearchAttributes()
|
SearchAttributesType |
getSearchAttributes(int idx)
|
int |
getSearchAttributesLength()
|
Integer |
getSortAttributeID()
Gets the value of the sortAttributeID property. |
Boolean |
isAvailableItemsOnly()
Gets the value of the availableItemsOnly property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setAttributeSetID(int value)
Sets the value of the attributeSetID property. |
void |
setAvailableItemsOnly(Boolean value)
Sets the value of the availableItemsOnly property. |
void |
setCharacteristicSetIDs(CharacteristicSetIDsType value)
Sets the value of the characteristicSetIDs property. |
void |
setExternalProductID(ExternalProductIDType value)
Sets the value of the externalProductID property. |
void |
setMaxChildrenPerFamily(Integer value)
Sets the value of the maxChildrenPerFamily property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setProductFinderID(Integer value)
Sets the value of the productFinderID property. |
void |
setProductID(String value)
Sets the value of the productID property. |
void |
setProductReferenceID(String value)
Sets the value of the productReferenceID property. |
void |
setProductSearchID(String value)
Sets the value of the productSearchID property. |
void |
setQueryKeywords(String value)
Sets the value of the queryKeywords property. |
SearchAttributesType |
setSearchAttributes(int idx,
SearchAttributesType value)
|
void |
setSearchAttributes(SearchAttributesType[] values)
|
void |
setSortAttributeID(Integer value)
Sets the value of the sortAttributeID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String productSearchID
protected int attributeSetID
protected Integer productFinderID
protected String productID
protected Integer sortAttributeID
protected Integer maxChildrenPerFamily
protected List<SearchAttributesType> searchAttributes
protected PaginationType pagination
protected Boolean availableItemsOnly
protected String queryKeywords
protected CharacteristicSetIDsType characteristicSetIDs
protected String productReferenceID
protected ExternalProductIDType externalProductID
protected List<Object> any
Constructor Detail |
---|
public ProductSearchType()
Method Detail |
---|
public String getProductSearchID()
String
public void setProductSearchID(String value)
value
- allowed object is
String
public int getAttributeSetID()
public void setAttributeSetID(int value)
public Integer getProductFinderID()
Integer
public void setProductFinderID(Integer value)
value
- allowed object is
Integer
public String getProductID()
String
public void setProductID(String value)
value
- allowed object is
String
public Integer getSortAttributeID()
Integer
public void setSortAttributeID(Integer value)
value
- allowed object is
Integer
public Integer getMaxChildrenPerFamily()
Integer
public void setMaxChildrenPerFamily(Integer value)
value
- allowed object is
Integer
public SearchAttributesType[] getSearchAttributes()
SearchAttributesType
public SearchAttributesType getSearchAttributes(int idx)
SearchAttributesType
public int getSearchAttributesLength()
public void setSearchAttributes(SearchAttributesType[] values)
values
- allowed objects are
SearchAttributesType
protected List<SearchAttributesType> _getSearchAttributes()
public SearchAttributesType setSearchAttributes(int idx, SearchAttributesType value)
value
- allowed object is
SearchAttributesType
public PaginationType getPagination()
PaginationType
public void setPagination(PaginationType value)
value
- allowed object is
PaginationType
public Boolean isAvailableItemsOnly()
Boolean
public void setAvailableItemsOnly(Boolean value)
value
- allowed object is
Boolean
public String getQueryKeywords()
String
public void setQueryKeywords(String value)
value
- allowed object is
String
public CharacteristicSetIDsType getCharacteristicSetIDs()
CharacteristicSetIDsType
public void setCharacteristicSetIDs(CharacteristicSetIDsType value)
value
- allowed object is
CharacteristicSetIDsType
public String getProductReferenceID()
String
public void setProductReferenceID(String value)
value
- allowed object is
String
public ExternalProductIDType getExternalProductID()
ExternalProductIDType
public void setExternalProductID(ExternalProductIDType value)
value
- allowed object is
ExternalProductIDType
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.