Package DE_EPAGES::MeinPaket::API::DTO::Consignment
DTO Class for data structure Consignment
Base |
DE_EPAGES::MeinPaket::API::DTO::DTO |
Functions
- ConsignmentEntryList
- consignmentId
- deliveryDate
- orderId
- popConsignmentEntry
- pushConsignmentEntry
- shippingDate
- shippingMethod
- toXML
- trackingId
ConsignmentEntryList
returns list of 'ConsignmentEntry' elements
Syntax |
$Object->ConsignmentEntryList(); |
Return |
|
consignmentId
getter/setter for 'consignmentId'
Syntax |
my $consignmentId = $Object->consignmentId; $Object->consignmentId('value'); |
Input |
|
Return |
|
deliveryDate
getter/setter for 'deliveryDate'
Syntax |
my $deliveryDate = $Object->deliveryDate; $Object->deliveryDate('value'); |
Input |
|
Return |
|
orderId
getter/setter for 'orderId'
Syntax |
my $orderId = $Object->orderId; $Object->orderId('value'); |
Input |
|
Return |
|
popConsignmentEntry
pops 'ConsignmentEntry' from stack
Syntax |
$Object->popConsignmentEntry(); |
Return |
|
pushConsignmentEntry
pushes 'ConsignmentEntry' on stack
Syntax |
$Object->pushConsignmentEntry($Element); |
Input |
|
shippingDate
getter/setter for 'shippingDate'
Syntax |
my $shippingDate = $Object->shippingDate; $Object->shippingDate('value'); |
Input |
|
Return |
|
shippingMethod
getter/setter for 'shippingMethod'
Syntax |
my $shippingMethod = $Object->shippingMethod; $Object->shippingMethod('value'); |
Input |
|
Return |
|
toXML
XML serialization of object
Syntax |
$Object->toXML(); |
Return |
|
trackingId
getter/setter for 'trackingId'
Syntax |
my $trackingId = $Object->trackingId; $Object->trackingId('value'); |
Input |
|
Return |
|