|
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.GetCategory2CSRequestType
public class GetCategory2CSRequestType
No longer recommended. This supports an older ID-based format for
describing item specifics and product details.
Most eBay categories no longer support ID-based attributes.
The remaining categories (e.g., US eBay Motors) will drop support
for ID-based attributes by May 2012.
New applications should not use ID-based attributes.
Existing applications should be updated to remove all dependencies
on ID-based attributes now. Instead, use GetCategoryFeatures for the
newer Custom Item Specifics model, and use FindProducts in
eBay's Shopping API to search for product details.
Retrieves mappings between categories and characteristic sets
that are available for an eBay site.
Java class for GetCategory2CSRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCategory2CSRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AttributeSystemVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
attributeSystemVersion
|
protected String |
categoryID
|
| Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
|---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
| Constructor Summary | |
|---|---|
GetCategory2CSRequestType()
|
|
| Method Summary | |
|---|---|
String |
getAttributeSystemVersion()
Gets the value of the attributeSystemVersion property. |
String |
getCategoryID()
Gets the value of the categoryID property. |
void |
setAttributeSystemVersion(String value)
Sets the value of the attributeSystemVersion property. |
void |
setCategoryID(String value)
Sets the value of the categoryID 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 categoryID
protected String attributeSystemVersion
| Constructor Detail |
|---|
public GetCategory2CSRequestType()
| Method Detail |
|---|
public String getCategoryID()
Stringpublic void setCategoryID(String value)
value - allowed object is
Stringpublic String getAttributeSystemVersion()
Stringpublic void setAttributeSystemVersion(String value)
value - allowed object is
String
|
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.