Tim Keefer > eBay-API > eBay::API::XML::Call::GetDescriptionTemplates::GetDescriptionTemplatesResponseType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::Call::GetDescriptionTemplates::GetDescriptionTemplatesResponseType

DESCRIPTION ^

Returned after calling GetDescriptionTemplatesRequest.

SYNOPSIS ^

INHERITANCE ^

eBay::API::XML::Call::GetDescriptionTemplates::GetDescriptionTemplatesResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines: ^

setDescriptionTemplate()

The information for one Theme or one Layout. There can be multiple DescriptionTemplates.

# Argument: reference to an array of 'ns:DescriptionTemplateType'

getDescriptionTemplate()

  Returned: Always
#    Returns: reference to an array  
                      of 'ns:DescriptionTemplateType'

setLayoutTotal()

The number of Layout templates returned (that is, the number of DescriptionTemplates for which Type is "Layout").

# Argument: 'xs:int'

getLayoutTotal()

  Returned: Always
#    Returns: 'xs:int'

setObsoleteLayoutID()

The ID of a returned layout that is obsolete. There can be zero or more IDs.

# Argument: reference to an array of 'xs:int'

getObsoleteLayoutID()

  Returned: Conditionally
#    Returns: reference to an array  
                      of 'xs:int'

setObsoleteThemeID()

The ID of a returned theme that is obsolete. There can be zero or more IDs.

# Argument: reference to an array of 'xs:int'

getObsoleteThemeID()

  Returned: Conditionally
#    Returns: reference to an array  
                      of 'xs:int'

setThemeGroup()

Data for one theme group. There can be multiple ThemeGroups in the response.

# Argument: reference to an array of 'ns:ThemeGroupType'

getThemeGroup()

  Returned: Conditionally
#    Returns: reference to an array  
                      of 'ns:ThemeGroupType'

setThemeTotal()

The number of Theme templates returned (that is, the number of DescriptionTemplates for which Type is "Theme").

# Argument: 'xs:int'

getThemeTotal()

  Returned: Always
#    Returns: 'xs:int'
syntax highlighting: