Trading_DataElementSetType Class Reference
| 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
-
dataElementAn HTML snippet that specifies hints for the user, help links, help graphics,
property
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. -
dataElementIDIdentifier for a data element. This is primarily for internal use by eBay.
property
Developers can choose to inspect this information and determine how it
can be applied in their applications. -
any(public property)
property -
attributeSetID(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DataElementSetType.hattributeSetID
(public property)
@property (nonatomic, retain) NSNumber *attributeSetIDDiscussion
(public property)
type : NSNumber, wrapper for primitive int
Declared In
Trading_DataElementSetType.hdataElement
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 *dataElementDiscussion
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.hdataElementID
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 *dataElementIDDiscussion
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