Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetContextualKeywordsRequestType

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

public class GetContextualKeywordsRequestType
extends AbstractRequestType
implements Serializable

Retrieves top-ranked contextual eBay keywords and categories for a specified web page.

Java class for GetContextualKeywordsRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetContextualKeywordsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="Encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<String> categoryID
           
protected  String encoding
           
protected  String url
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetContextualKeywordsRequestType()
           
 
Method Summary
protected  List<String> _getCategoryID()
           
 String[] getCategoryID()
           
 String getCategoryID(int idx)
           
 int getCategoryIDLength()
           
 String getEncoding()
          Gets the value of the encoding property.
 String getURL()
          Gets the value of the url property.
 String setCategoryID(int idx, String value)
           
 void setCategoryID(String[] values)
           
 void setEncoding(String value)
          Sets the value of the encoding property.
 void setURL(String value)
          Sets the value of the url 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

url

protected String url

encoding

protected String encoding

categoryID

protected List<String> categoryID
Constructor Detail

GetContextualKeywordsRequestType

public GetContextualKeywordsRequestType()
Method Detail

getURL

public String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getEncoding

public String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String

getCategoryID

public String[] getCategoryID()
Returns:
array of String

getCategoryID

public String getCategoryID(int idx)
Returns:
one of String

getCategoryIDLength

public int getCategoryIDLength()

setCategoryID

public void setCategoryID(String[] values)
Parameters:
values - allowed objects are String

_getCategoryID

protected List<String> _getCategoryID()

setCategoryID

public String setCategoryID(int idx,
                            String value)
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.