Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ContextSearchAssetType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.ContextSearchAssetType
All Implemented Interfaces:
java.io.Serializable

public class ContextSearchAssetType
extends java.lang.Object
implements java.io.Serializable

Type defining the ContextSearchAsset container that is returned in the GetContextualKeywords response for each keyword that is found.

Java class for ContextSearchAssetType complex type.

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

 <complexType name="ContextSearchAssetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Keyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Category" type="{urn:ebay:apis:eBLBaseComponents}CategoryType" minOccurs="0"/>
         <element name="Ranking" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CategoryType category
           
protected  java.lang.String keyword
           
protected  java.lang.Integer ranking
           
 
Constructor Summary
ContextSearchAssetType()
           
 
Method Summary
 CategoryType getCategory()
          Gets the value of the category property.
 java.lang.String getKeyword()
          Gets the value of the keyword property.
 java.lang.Integer getRanking()
          Gets the value of the ranking property.
 void setCategory(CategoryType value)
          Sets the value of the category property.
 void setKeyword(java.lang.String value)
          Sets the value of the keyword property.
 void setRanking(java.lang.Integer value)
          Sets the value of the ranking property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyword

protected java.lang.String keyword

category

protected CategoryType category

ranking

protected java.lang.Integer ranking
Constructor Detail

ContextSearchAssetType

public ContextSearchAssetType()
Method Detail

getKeyword

public java.lang.String getKeyword()
Gets the value of the keyword property.

Returns:
possible object is String

setKeyword

public void setKeyword(java.lang.String value)
Sets the value of the keyword property.

Parameters:
value - allowed object is String

getCategory

public CategoryType getCategory()
Gets the value of the category property.

Returns:
possible object is CategoryType

setCategory

public void setCategory(CategoryType value)
Sets the value of the category property.

Parameters:
value - allowed object is CategoryType

getRanking

public java.lang.Integer getRanking()
Gets the value of the ranking property.

Returns:
possible object is Integer

setRanking

public void setRanking(java.lang.Integer value)
Sets the value of the ranking property.

Parameters:
value - allowed object is Integer

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.