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

NAME

eBay::API::XML::DataType::DescriptionTemplateType

DESCRIPTION

The information for one Theme or one Layout.

SYNOPSIS

INHERITANCE

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

Subroutines:

setGroupID()

Unique identifier for the group in which a Theme falls (holidays, special events, etc.). Not returned for Layouts.

# Argument: 'xs:int'

getGroupID()

  Calls: GetDescriptionTemplates
  Returned: Always

# Returns: 'xs:int'

setID()

Unique identifier for one Theme or Layout.

# Argument: 'xs:int'

getID()

  Calls: GetDescriptionTemplates
  Returned: Always

# Returns: 'xs:int'

setImageURL()

URL for a small (100x120 pixel) image providing a sample of how a Theme or Layout looks.

# Argument: 'xs:anyURI'

getImageURL()

  Calls: GetDescriptionTemplates
  Returned: Always

# Returns: 'xs:anyURI'

setName()

Unique text name of the Theme or Layout.

# Argument: 'xs:string'

getName()

  Calls: GetDescriptionTemplates
  Returned: Always

# Returns: 'xs:string'

setTemplateXML()

XML defining the template. Elements you must include in your XML: ThemeTop, ThemeUserCellTop, ThemeUserContent, ThemeUserCellBottom, ThemeBottom. Not returned for Layouts.

# Argument: 'xs:string'

getTemplateXML()

  Calls: GetDescriptionTemplates
  Returned: Always

# Returns: 'xs:string'

setType()

Either Layout or Theme.

# Argument: 'ns:DescriptionTemplateCodeType'

getType()

  Calls: GetDescriptionTemplates
  Returned: Always

# Returns: 'ns:DescriptionTemplateCodeType'