Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetCategory2CSRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetCategory2CSRequestType
All Implemented Interfaces:
Serializable

public class GetCategory2CSRequestType
extends AbstractRequestType
implements Serializable

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>
 

See Also:
Serialized Form

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

categoryID

protected String categoryID

attributeSystemVersion

protected String attributeSystemVersion
Constructor Detail

GetCategory2CSRequestType

public GetCategory2CSRequestType()
Method Detail

getCategoryID

public String getCategoryID()
Gets the value of the categoryID property.

Returns:
possible object is String

setCategoryID

public void setCategoryID(String value)
Sets the value of the categoryID property.

Parameters:
value - allowed object is String

getAttributeSystemVersion

public String getAttributeSystemVersion()
Gets the value of the attributeSystemVersion property.

Returns:
possible object is String

setAttributeSystemVersion

public void setAttributeSystemVersion(String value)
Sets the value of the attributeSystemVersion property.

Parameters:
value - allowed object is String

Changes since
the last release

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.