Package DE_EPAGES::MeinPaket::API::DTO::DownloadResponse
DTO Class for data structure DownloadResponse
Base |
DE_EPAGES::MeinPaket::API::DTO::DTO |
Functions
- CategoryHash
- ErrorList
- VariantConfigurationArray
- addCategory
- addVariantConfiguration
- getCategory
- popError
- pushError
- rootCategory
- toXML
CategoryHash
returns 'Category' hash
Syntax |
$Object->CategoryHash(); |
Return |
|
ErrorList
returns list of 'Error' elements
Syntax |
$Object->ErrorList(); |
Return |
|
VariantConfigurationArray
returns 'VariantConfiguration' array
Syntax |
$Object->VariantConfigurationArray(); |
Return |
|
addCategory
pushes 'Category' to hash
Syntax |
$Object->addCategory($Key, $Element); |
Input |
|
addVariantConfiguration
pushes 'VariantConfiguration' to array
Syntax |
$Object->addVariantConfiguration($Element); |
Input |
|
getCategory
gets 'Category' from hash
Syntax |
$Object->getCategory($key); |
Input |
|
Return |
|
popError
pops 'Error' from stack
Syntax |
$Object->popError(); |
Return |
|
pushError
pushes 'Error' on stack
Syntax |
$Object->pushError($Element); |
Input |
|
rootCategory
getter/setter for 'rootCategory'
Syntax |
my $rootCategory = $Object->rootCategory; $Object->rootCategory('value'); |
Input |
|
Return |
|
toXML
XML serialization of object
Syntax |
$Object->toXML(); |
Return |
|