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:
java.io.Serializable

public class GetContextualKeywordsRequestType
extends AbstractRequestType
implements java.io.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  java.util.List<java.lang.String> categoryID
           
protected  java.lang.String encoding
           
protected  java.lang.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  java.util.List<java.lang.String> _getCategoryID()
           
 java.lang.String[] getCategoryID()
           
 java.lang.String getCategoryID(int idx)
           
 int getCategoryIDLength()
           
 java.lang.String getEncoding()
          Gets the value of the encoding property.
 java.lang.String getURL()
          Gets the value of the url property.
 java.lang.String setCategoryID(int idx, java.lang.String value)
           
 void setCategoryID(java.lang.String[] values)
           
 void setEncoding(java.lang.String value)
          Sets the value of the encoding property.
 void setURL(java.lang.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 java.lang.String url

encoding

protected java.lang.String encoding

categoryID

protected java.util.List<java.lang.String> categoryID
Constructor Detail

GetContextualKeywordsRequestType

public GetContextualKeywordsRequestType()
Method Detail

getURL

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

Returns:
possible object is String

setURL

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

Parameters:
value - allowed object is String

getEncoding

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

Returns:
possible object is String

setEncoding

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

Parameters:
value - allowed object is String

getCategoryID

public java.lang.String[] getCategoryID()
Returns:
array of String

getCategoryID

public java.lang.String getCategoryID(int idx)
Returns:
one of String

getCategoryIDLength

public int getCategoryIDLength()

setCategoryID

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

_getCategoryID

protected java.util.List<java.lang.String> _getCategoryID()

setCategoryID

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