Package DE_EPAGES::DHLIntraship::API::SOAP::ShippingLabelRequest::LeafNodeHelper
Helper to manage request node assembly
Functions
addLeaf
processes requirements and adds a new leaf to the list, with possible warnings
Syntax |
$self->addLeaf($nodeName, $nodeValue); |
Input |
|
getLeaf
returns the value of the specified leaf name
Syntax |
my $leafValue = $self->getLeaf($leafName); |
Input |
|
Return |
|
getWarnings
returns the array of generated warnings
Syntax |
my $aWarnings = $self->getWarnings(); |
Return |
|
new
Object manager contructor.
Syntax |
$LeafNodeHelper = DE_EPAGES::DHLIntraship::API::SOAP::ShippingLabelRequest::LeafNodeHelper->new(); |
Return |
|