Package DE_EPAGES::MeinPaket::API::DTO::UploadResponse
DTO Class for data structure UploadResponse
Base |
DE_EPAGES::MeinPaket::API::DTO::Response |
Functions
ConfirmationList
returns list of 'Confirmation' elements
Syntax |
$Object->ConfirmationList(); |
Return |
|
ErrorList
returns list of 'Error' elements
Syntax |
$Object->ErrorList(); |
Return |
|
popConfirmation
pops 'Confirmation' from stack
Syntax |
$Object->popConfirmation(); |
Return |
|
popError
pops 'Error' from stack
Syntax |
$Object->popError(); |
Return |
|
pushConfirmation
pushes 'Confirmation' on stack
Syntax |
$Object->pushConfirmation($Element); |
Input |
|
pushError
pushes 'Error' on stack
Syntax |
$Object->pushError($Element); |
Input |
|
toXML
XML serialization of object
Syntax |
$Object->toXML(); |
Return |
|