|
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"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected int |
attributeSetID
|
protected java.lang.Boolean |
availableItemsOnly
|
protected CharacteristicSetIDsType |
characteristicSetIDs
|
protected java.lang.Integer |
maxChildrenPerFamily
|
protected PaginationType |
pagination
|
protected java.lang.Integer |
productFinderID
|
protected java.lang.String |
productID
|
protected java.lang.String |
productReferenceID
|
protected java.lang.String |
productSearchID
|
protected java.lang.String |
queryKeywords
|
protected java.util.List<SearchAttributesType> |
searchAttributes
|
protected java.lang.Integer |
sortAttributeID
|
Constructor Summary | |
---|---|
ProductSearchType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<SearchAttributesType> |
_getSearchAttributes()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
int |
getAttributeSetID()
Gets the value of the attributeSetID property. |
CharacteristicSetIDsType |
getCharacteristicSetIDs()
Gets the value of the characteristicSetIDs property. |
java.lang.Integer |
getMaxChildrenPerFamily()
Gets the value of the maxChildrenPerFamily property. |
PaginationType |
getPagination()
Gets the value of the pagination property. |
java.lang.Integer |
getProductFinderID()
Gets the value of the productFinderID property. |
java.lang.String |
getProductID()
Gets the value of the productID property. |
java.lang.String |
getProductReferenceID()
Gets the value of the productReferenceID property. |
java.lang.String |
getProductSearchID()
Gets the value of the productSearchID property. |
java.lang.String |
getQueryKeywords()
Gets the value of the queryKeywords property. |
SearchAttributesType[] |
getSearchAttributes()
|
SearchAttributesType |
getSearchAttributes(int idx)
|
int |
getSearchAttributesLength()
|
java.lang.Integer |
getSortAttributeID()
Gets the value of the sortAttributeID property. |
java.lang.Boolean |
isAvailableItemsOnly()
Gets the value of the availableItemsOnly property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setAttributeSetID(int value)
Sets the value of the attributeSetID property. |
void |
setAvailableItemsOnly(java.lang.Boolean value)
Sets the value of the availableItemsOnly property. |
void |
setCharacteristicSetIDs(CharacteristicSetIDsType value)
Sets the value of the characteristicSetIDs property. |
void |
setMaxChildrenPerFamily(java.lang.Integer value)
Sets the value of the maxChildrenPerFamily property. |
void |
setPagination(PaginationType value)
Sets the value of the pagination property. |
void |
setProductFinderID(java.lang.Integer value)
Sets the value of the productFinderID property. |
void |
setProductID(java.lang.String value)
Sets the value of the productID property. |
void |
setProductReferenceID(java.lang.String value)
Sets the value of the productReferenceID property. |
void |
setProductSearchID(java.lang.String value)
Sets the value of the productSearchID property. |
void |
setQueryKeywords(java.lang.String value)
Sets the value of the queryKeywords property. |
SearchAttributesType |
setSearchAttributes(int idx,
SearchAttributesType value)
|
void |
setSearchAttributes(SearchAttributesType[] values)
|
void |
setSortAttributeID(java.lang.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 java.lang.String productSearchID
protected int attributeSetID
protected java.lang.Integer productFinderID
protected java.lang.String productID
protected java.lang.Integer sortAttributeID
protected java.lang.Integer maxChildrenPerFamily
protected java.util.List<SearchAttributesType> searchAttributes
protected PaginationType pagination
protected java.lang.Boolean availableItemsOnly
protected java.lang.String queryKeywords
protected CharacteristicSetIDsType characteristicSetIDs
protected java.lang.String productReferenceID
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public ProductSearchType()
Method Detail |
---|
public java.lang.String getProductSearchID()
String
public void setProductSearchID(java.lang.String value)
value
- allowed object is
String
public int getAttributeSetID()
public void setAttributeSetID(int value)
public java.lang.Integer getProductFinderID()
Integer
public void setProductFinderID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getProductID()
String
public void setProductID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSortAttributeID()
Integer
public void setSortAttributeID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxChildrenPerFamily()
Integer
public void setMaxChildrenPerFamily(java.lang.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 java.util.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 java.lang.Boolean isAvailableItemsOnly()
Boolean
public void setAvailableItemsOnly(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getQueryKeywords()
String
public void setQueryKeywords(java.lang.String value)
value
- allowed object is
String
public CharacteristicSetIDsType getCharacteristicSetIDs()
CharacteristicSetIDsType
public void setCharacteristicSetIDs(CharacteristicSetIDsType value)
value
- allowed object is
CharacteristicSetIDsType
public java.lang.String getProductReferenceID()
String
public void setProductReferenceID(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.