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

NAME

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

DESCRIPTION

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

SYNOPSIS

INHERITANCE

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

Subroutines:

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'