eBay::API::XML::DataType::ThemeGroupType - eBay::API::XML::DataType::ThemeGroupType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::ThemeGroupType

DESCRIPTION

Top

Data for one theme group. Returned for GetDescriptionTemplates if theme groups are requested.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setGroupID()

Unique identifier for this theme group.

# Argument: 'xs:int'

getGroupID()

  Calls: GetDescriptionTemplates
  Returned: Conditionally

# Returns: 'xs:int'

setGroupName()

Name of this theme group (localized to the language associated with the eBay site).

# Argument: 'xs:string'

getGroupName()

  Calls: GetDescriptionTemplates
  Returned: Conditionally

# Returns: 'xs:string'

setThemeID()

Unique identifier for each theme in this group. There is at least one theme in a theme group.

# Argument: reference to an array of 'xs:int'

getThemeID()

  Calls: GetDescriptionTemplates
  Returned: Conditionally

# Returns: reference to an array of 'xs:int'

setThemeTotal()

The number of ThemeID elements in this group.

# Argument: 'xs:int'

getThemeTotal()

  Calls: GetDescriptionTemplates
  Returned: Conditionally

# Returns: 'xs:int'


eBay-API documentation  | view source Contained in the eBay-API distribution.