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

NAME

eBay::API::XML::DataType::HistogramEntryType

DESCRIPTION

A generic histogram entry type.

SYNOPSIS

INHERITANCE

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

Subroutines:

setCount()

For GetProducts, the number of products found in the domain (characteristic set or attribute set). If a product is mapped to more than one domain, it will be counted separately for each domain. (For example, if the same product can be found in both Children's Books and Fiction Books, the count for both of these domains will include that product.) Furthermore, when a product is mapped to more than one domain, Product.AttributeSetID only returns the most applicable domain, as determined by eBay.

# Argument: 'xs:int'

getCount()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:int'

setId()

For GetProducts, this is the domain ID (attribute set ID or characteristic set ID).

# Argument: 'xs:string'

getId()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:string'

setName()

For GetProducts, this is the domain name (attribute set name or characteristic set name). A domain is like a high-level category.

# Argument: 'xs:string'

getName()

  Calls: GetProducts
  Returned: Conditionally

# Returns: 'xs:string'