|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetCategoriesRequestType
public class GetCategoriesRequestType
Retrieves the latest eBay category hierarchy for a given eBay site. Information returned for each category includes the category name and the unique ID for the category (unique within the eBay site for which categories are retrieved). A category ID is a required input when you list most items.
Java class for GetCategoriesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCategoriesRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="CategorySiteID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CategoryParent" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="LevelLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ViewAllNodes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
categoryParent
|
protected String |
categorySiteID
|
protected Integer |
levelLimit
|
protected Boolean |
viewAllNodes
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetCategoriesRequestType()
|
Method Summary | |
---|---|
protected List<String> |
_getCategoryParent()
|
String[] |
getCategoryParent()
|
String |
getCategoryParent(int idx)
|
int |
getCategoryParentLength()
|
String |
getCategorySiteID()
Gets the value of the categorySiteID property. |
Integer |
getLevelLimit()
Gets the value of the levelLimit property. |
Boolean |
isViewAllNodes()
Gets the value of the viewAllNodes property. |
String |
setCategoryParent(int idx,
String value)
|
void |
setCategoryParent(String[] values)
|
void |
setCategorySiteID(String value)
Sets the value of the categorySiteID property. |
void |
setLevelLimit(Integer value)
Sets the value of the levelLimit property. |
void |
setViewAllNodes(Boolean value)
Sets the value of the viewAllNodes property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String categorySiteID
protected List<String> categoryParent
protected Integer levelLimit
protected Boolean viewAllNodes
Constructor Detail |
---|
public GetCategoriesRequestType()
Method Detail |
---|
public String getCategorySiteID()
String
public void setCategorySiteID(String value)
value
- allowed object is
String
public String[] getCategoryParent()
String
public String getCategoryParent(int idx)
String
public int getCategoryParentLength()
public void setCategoryParent(String[] values)
values
- allowed objects are
String
protected List<String> _getCategoryParent()
public String setCategoryParent(int idx, String value)
value
- allowed object is
String
public Integer getLevelLimit()
Integer
public void setLevelLimit(Integer value)
value
- allowed object is
Integer
public Boolean isViewAllNodes()
Boolean
public void setViewAllNodes(Boolean value)
value
- allowed object is
Boolean
|
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.