ePages 6.17.43 - DE_EPAGES/MeinPaket/API/DTO/Consignment.pm

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
$ConsignmentEntryList (any.array.ref)
element list of ConsignmentEntry

consignmentId

getter/setter for 'consignmentId'

Syntax
my $consignmentId = $Object->consignmentId;
$Object->consignmentId('value');
Input
$consignmentId (any)
value of consignmentId
Return
$consignmentId (any)
value of consignmentId

deliveryDate

getter/setter for 'deliveryDate'

Syntax
my $deliveryDate = $Object->deliveryDate;
$Object->deliveryDate('value');
Input
$deliveryDate (any)
value of deliveryDate
Return
$deliveryDate (any)
value of deliveryDate

orderId

getter/setter for 'orderId'

Syntax
my $orderId = $Object->orderId;
$Object->orderId('value');
Input
$orderId (any)
value of orderId
Return
$orderId (any)
value of orderId

popConsignmentEntry

pops 'ConsignmentEntry' from stack

Syntax
$Object->popConsignmentEntry();
Return
$ConsignmentEntry (any)
last element of ConsignmentEntry

pushConsignmentEntry

pushes 'ConsignmentEntry' on stack

Syntax
$Object->pushConsignmentEntry($Element);
Input
$ConsignmentEntry (any)
value of ConsignmentEntry

shippingDate

getter/setter for 'shippingDate'

Syntax
my $shippingDate = $Object->shippingDate;
$Object->shippingDate('value');
Input
$shippingDate (any)
value of shippingDate
Return
$shippingDate (any)
value of shippingDate

shippingMethod

getter/setter for 'shippingMethod'

Syntax
my $shippingMethod = $Object->shippingMethod;
$Object->shippingMethod('value');
Input
$shippingMethod (any)
value of shippingMethod
Return
$shippingMethod (any)
value of shippingMethod

toXML

XML serialization of object

Syntax
$Object->toXML();
Return
$xml (string)
serialized version of object as xml string

trackingId

getter/setter for 'trackingId'

Syntax
my $trackingId = $Object->trackingId;
$Object->trackingId('value');
Input
$trackingId (any)
value of trackingId
Return
$trackingId (any)
value of trackingId