Trading_GetProductFinderResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetProductFinderResponseType.h Trading_GetProductFinderResponseType.m |
Tasks
-
attributeSystemVersion
Current version of the product search page data for the site.
property
This value changes each time changes are made to the search page data.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed. -
productFinderData
A string containing a list of search attributes that can be used in a
property
“Product Finder” style query, along with related meta-data. The meta-data
specifies possible values of each attribute, the logic for presenting
attributes to a user, and rules for validating the user’s selections. For
backward compatibility, this data is in the same XML format that was used
in the Legacy XML API so that you can apply the same Product Finder XSL
stylesheet to it. That is, individual elements are not described using the
new eBay XML schema format. For information about each element in the
ProductFinderData string, see the product finder model documentation in
the eBay Web Services guide (see links below).
Because this is returned as a string, the XML markup is escaped with
character entity references (e.g., <eBay><ProductFinders>…).
See the appendices in the eBay Web Services guide for general information about
string data types.
Properties
attributeSystemVersion
Current version of the product search page data for the site.
This value changes each time changes are made to the search page 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 product search page data for the site.
This value changes each time changes are made to the search page 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_GetProductFinderResponseType.h
productFinderData
A string containing a list of search attributes that can be used in a
“Product Finder” style query, along with related meta-data. The meta-data
specifies possible values of each attribute, the logic for presenting
attributes to a user, and rules for validating the user’s selections. For
backward compatibility, this data is in the same XML format that was used
in the Legacy XML API so that you can apply the same Product Finder XSL
stylesheet to it. That is, individual elements are not described using the
new eBay XML schema format. For information about each element in the
ProductFinderData string, see the product finder model documentation in
the eBay Web Services guide (see links below).
Because this is returned as a string, the XML markup is escaped with
character entity references (e.g., <eBay><ProductFinders>…).
See the appendices in the eBay Web Services guide for general information about
string data types.
@property (nonatomic, retain) NSString *productFinderData
Discussion
A string containing a list of search attributes that can be used in a
“Product Finder” style query, along with related meta-data. The meta-data
specifies possible values of each attribute, the logic for presenting
attributes to a user, and rules for validating the user’s selections. For
backward compatibility, this data is in the same XML format that was used
in the Legacy XML API so that you can apply the same Product Finder XSL
stylesheet to it. That is, individual elements are not described using the
new eBay XML schema format. For information about each element in the
ProductFinderData string, see the product finder model documentation in
the eBay Web Services guide (see links below).
Because this is returned as a string, the XML markup is escaped with
character entity references (e.g., <eBay><ProductFinders>…).
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_GetProductFinderResponseType.h