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

Overview

This type is deprecated as the GetProduct* calls are no longer available.

@ingroup EBayAPIInterface

Tasks

  •   dataElement

    An HTML snippet that specifies hints for the user, help links, help graphics,
    and other supplemental information that varies per characteristic set.
    In GetProductSearchPage, one DataElement value contains a hint (including an empty HTML achor element),
    one DataElement value may contain a URL to insert into the HTML anchor as the href value,
    and one DataElement value may contain a URL that eBay uses as a help graphic.
    If no value is available in the meta-data, a dash (“–”) is returned instead.
    Usage of this information is optional and may require developers to inspect
    the information to determine how it can be applied in an application.
    Because this is returned as a string, the HTML markup elements are escaped with
    character entity references (e.g.,<a href=“”><Attributes>…).
    See the appendices in the eBay Web Services guide for general information about
    string data types.

    property
  •   dataElementID

    Identifier for a data element. This is primarily for internal use by eBay.
    Developers can choose to inspect this information and determine how it
    can be applied in their applications.

    property
  •   any

    (public property)

    property
  •   attributeSetID

    (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_DataElementSetType.h

attributeSetID

(public property)

@property (nonatomic, retain) NSNumber *attributeSetID

Discussion

(public property)

type : NSNumber, wrapper for primitive int

Declared In

Trading_DataElementSetType.h

dataElement

An HTML snippet that specifies hints for the user, help links, help graphics,
and other supplemental information that varies per characteristic set.
In GetProductSearchPage, one DataElement value contains a hint (including an empty HTML achor element),
one DataElement value may contain a URL to insert into the HTML anchor as the href value,
and one DataElement value may contain a URL that eBay uses as a help graphic.
If no value is available in the meta-data, a dash (“–”) is returned instead.
Usage of this information is optional and may require developers to inspect
the information to determine how it can be applied in an application.
Because this is returned as a string, the HTML markup elements are escaped with
character entity references (e.g.,<a href=“”><Attributes>…).
See the appendices in the eBay Web Services guide for general information about
string data types.

@property (nonatomic, retain) NSString *dataElement

Discussion

An HTML snippet that specifies hints for the user, help links, help graphics,
and other supplemental information that varies per characteristic set.
In GetProductSearchPage, one DataElement value contains a hint (including an empty HTML achor element),
one DataElement value may contain a URL to insert into the HTML anchor as the href value,
and one DataElement value may contain a URL that eBay uses as a help graphic.
If no value is available in the meta-data, a dash (“–”) is returned instead.
Usage of this information is optional and may require developers to inspect
the information to determine how it can be applied in an application.
Because this is returned as a string, the HTML markup elements are escaped with
character entity references (e.g.,<a href=“”><Attributes>…).
See the appendices in the eBay Web Services guide for general information about
string data types.

type : NSString, wrapper for primitive string

Declared In

Trading_DataElementSetType.h

dataElementID

Identifier for a data element. This is primarily for internal use by eBay.
Developers can choose to inspect this information and determine how it
can be applied in their applications.

@property (nonatomic, retain) NSNumber *dataElementID

Discussion

Identifier for a data element. This is primarily for internal use by eBay.
Developers can choose to inspect this information and determine how it
can be applied in their applications.

type : NSNumber, wrapper for primitive int

Declared In

Trading_DataElementSetType.h