The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::ContextSearchAssetType

DESCRIPTION

Score and rank for a keyword identified for a web page.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::ContextSearchAssetType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setCategory()

The eBay category in which the keyword is used.

# Argument: 'ns:CategoryType'

getCategory()

  Calls: GetContextualKeywords
  Returned: Always

# Returns: 'ns:CategoryType'

setKeyword()

The keyword.

MaxLength: 64

# Argument: 'xs:string'

getKeyword()

  Calls: GetContextualKeywords
  Returned: Always

# Returns: 'xs:string'

setRanking()

The ranking of this keyword and category relative to other keywords and categories (when scores are sorted).

Max: 2147483647 Min: 1

# Argument: 'xs:int'

getRanking()

  Calls: GetContextualKeywords
  Returned: Always

# Returns: 'xs:int'