The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::XSLFileType

DESCRIPTION

Describes an XSL file that would be returned from an Item Specifics or Pre-filled Item Information meta-data call (such as GetAttributesXSL or GetProductFinderXSL).

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::XSLFileType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setFileContent()

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.

SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=AttrXSLOverview Title: Working with Attribute XSL Stylesheets

# Argument: 'xs:string'

getFileContent()

  Calls: GetAttributesXSL
  Returned: Always
  Details: DetailLevel: ReturnAll
  SeeLink: HASH(0x47f0738)
           HASH(0x47f08a0)


  Calls: GetProductFinderXSL
  Returned: Always
  Details: DetailLevel: ReturnAll
  SeeLink: HASH(0x47f0be8)
           HASH(0x47f0d50)

# Returns: 'xs:string'

setFileName()

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

# Argument: 'xs:string'

getFileName()

  Calls: GetAttributesXSL
         GetProductFinderXSL
  Returned: Always
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:string'

setFileVersion()

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.

# Argument: 'xs:string'

getFileVersion()

  Calls: GetAttributesXSL
         GetProductFinderXSL
  Returned: Always
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:string'