Trading_GetAttributesCSResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetAttributesCSResponseType.h Trading_GetAttributesCSResponseType.m |
Tasks
-
attributeSystemVersion
Current version of the Item Specifics meta-data system for
property
the site.
This value changes each time changes are made to the meta-data.
The current version value is not necessarily greater than
the previous value. Therefore, when comparing versions, only
compare whether the value has changed. -
attributeData
A string containing a list of all the attributes that are
property
applicable to the site (or characteristic sets in the request),
along with related meta-data.
The meta-data specifies all the possible values of each attribute,
the logic for presenting attributes to a user, and rules for
validating the user’s selections. Individual
elements are not described in the eBay schema format.
For information about each element in the AttributeData string,
see the attribute model documentation in the
eBay Web Services guide (see links below).
Because this is returned as a string, the XML markup elements
are escaped with character entity references (e.g.,
<eBay><Attributes>
See the appendices in the eBay Web Services guide for general
information about string data types.
Properties
attributeData
A string containing a list of all the attributes that are
applicable to the site (or characteristic sets in the request),
along with related meta-data.
The meta-data specifies all the possible values of each attribute,
the logic for presenting attributes to a user, and rules for
validating the user’s selections. Individual
elements are not described in the eBay schema format.
For information about each element in the AttributeData string,
see the attribute model documentation in the
eBay Web Services guide (see links below).
Because this is returned as a string, the XML markup elements
are escaped with character entity references (e.g.,
<eBay><Attributes>
See the appendices in the eBay Web Services guide for general
information about string data types.
@property (nonatomic, retain) NSString *attributeData
Discussion
A string containing a list of all the attributes that are
applicable to the site (or characteristic sets in the request),
along with related meta-data.
The meta-data specifies all the possible values of each attribute,
the logic for presenting attributes to a user, and rules for
validating the user’s selections. Individual
elements are not described in the eBay schema format.
For information about each element in the AttributeData string,
see the attribute model documentation in the
eBay Web Services guide (see links below).
Because this is returned as a string, the XML markup elements
are escaped with character entity references (e.g.,
<eBay><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_GetAttributesCSResponseType.h
attributeSystemVersion
Current version of the Item Specifics meta-data system for
the site.
This value changes each time changes are made to the meta-data.
The current version value is not necessarily greater than
the previous value. Therefore, when comparing versions, only
compare whether the value has changed.
@property (nonatomic, retain) NSString *attributeSystemVersion
Discussion
Current version of the Item Specifics meta-data system for
the site.
This value changes each time changes are made to the meta-data.
The current version value is not necessarily greater than
the previous value. Therefore, when comparing versions, only
compare whether the value has changed.
type : NSString, wrapper for primitive string
Declared In
Trading_GetAttributesCSResponseType.h