Package DE_EPAGES::MeinPaket::API::DTO::DownloadResponse
DTO Class for data structure DownloadResponse
Base |
DE_EPAGES::MeinPaket::API::DTO::DTO |
Functions
CategoryHash
returns 'Category' hash
Syntax |
$Object->CategoryHash(); |
Return |
|
ErrorList
returns list of 'Error' elements
Syntax |
$Object->ErrorList(); |
Return |
|
addCategory
pushes 'Category' to hash
Syntax |
$Object->addCategory($Key, $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 |
|