Trading_XSLFileType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_XSLFileType.h Trading_XSLFileType.m |
Overview
This type is deprecated because the calls that use it are deprected.
@ingroup EBayAPIInterface
Tasks
-
fileNameThe name of the XSL file. Store this information to use it
property
as input to the call in the future. -
fileVersionThe version number of the XSL file. Store this information to use it
property
as input to the call in the future. To get the current version value without
retrieving the XSL file, do not pass DetailLevel in the request. -
fileContentContains a MIME base-64-encoded representation of the XSL file.
property
See the eBay Web Services Guide for information on decoding
the XSL stylesheet file. If no XSL file is available (or if you passed no detail level),
this property is empty or not returned. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_XSLFileType.hfileContent
Contains a MIME base-64-encoded representation of the XSL file.
See the eBay Web Services Guide for information on decoding
the XSL stylesheet file. If no XSL file is available (or if you passed no detail level),
this property is empty or not returned.
@property (nonatomic, retain) NSString *fileContentDiscussion
Contains a MIME base-64-encoded representation of the XSL file.
See the eBay Web Services Guide for information on decoding
the XSL stylesheet file. If no XSL file is available (or if you passed no detail level),
this property is empty or not returned.
type : NSString, wrapper for primitive string
Declared In
Trading_XSLFileType.hfileName
The name of the XSL file. Store this information to use it
as input to the call in the future.
@property (nonatomic, retain) NSString *fileNameDiscussion
The name of the XSL file. Store this information to use it
as input to the call in the future.
type : NSString, wrapper for primitive string
Declared In
Trading_XSLFileType.hfileVersion
The version number of the XSL file. Store this information to use it
as input to the call in the future. To get the current version value without
retrieving the XSL file, do not pass DetailLevel in the request.
@property (nonatomic, retain) NSString *fileVersionDiscussion
The version number of the XSL file. Store this information to use it
as input to the call in the future. To get the current version value without
retrieving the XSL file, do not pass DetailLevel in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_XSLFileType.h