|
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.ContextSearchAssetType
public class ContextSearchAssetType
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>
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 |
---|
protected java.lang.String keyword
protected CategoryType category
protected java.lang.Integer ranking
Constructor Detail |
---|
public ContextSearchAssetType()
Method Detail |
---|
public java.lang.String getKeyword()
String
public void setKeyword(java.lang.String value)
value
- allowed object is
String
public CategoryType getCategory()
CategoryType
public void setCategory(CategoryType value)
value
- allowed object is
CategoryType
public java.lang.Integer getRanking()
Integer
public void setRanking(java.lang.Integer value)
value
- allowed object is
Integer
|
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.