Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ThemeGroupType.h
Trading_ThemeGroupType.m

Overview

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

@ingroup EBayAPIInterface

Tasks

  •   groupID

    Unique identifier for this theme group.

    property
  •   groupName

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

    property
  •   themeID

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

    property
  •   themeTotal

    The number of ThemeID elements in this group.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_ThemeGroupType.h

groupID

Unique identifier for this theme group.

@property (nonatomic, retain) NSNumber *groupID

Discussion

Unique identifier for this theme group.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ThemeGroupType.h

groupName

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

@property (nonatomic, retain) NSString *groupName

Discussion

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

type : NSString, wrapper for primitive string

Declared In

Trading_ThemeGroupType.h

themeID

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

@property (nonatomic, retain) NSMutableArray *themeID

Discussion

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

entry type : NSNumber, wrapper for primitive int

Declared In

Trading_ThemeGroupType.h

themeTotal

The number of ThemeID elements in this group.

@property (nonatomic, retain) NSNumber *themeTotal

Discussion

The number of ThemeID elements in this group.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ThemeGroupType.h