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

  •   fileName

    The name of the XSL file. Store this information to use it
    as input to the call in the future.

    property
  •   fileVersion

    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
  •   fileContent

    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
  •   any

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

fileContent

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 *fileContent

Discussion

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

fileName

The name of the XSL file. Store this information to use it
as input to the call in the future.

@property (nonatomic, retain) NSString *fileName

Discussion

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

fileVersion

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 *fileVersion

Discussion

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