Package de.aeb.xnsg.dl.intbf
Class DLShippingProposalDTO
java.lang.Object
de.aeb.xnsg.dl.intbf.DLShippingProposalDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionCarrier of the shipment.Carrier info texts for the shipment.Consignee of the shipment.Indicates whether the shipment is a document shipment or not.The loading meters needed for the shipment.Packages of the shipment.The pallet places needed for the shipment.The pick up address of the shipment.Service to apply on the shipment.Shipping point of the shipment.IdentCode of the terms of delivery.ID uniquely referencing the corresponding business transaction in the client system.Value added services for the shipment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
transactionId
ID uniquely referencing the corresponding business transaction in the client system.
length=250
-
carrierIdentCode
Carrier of the shipment.length=20
-
serviceCode
Service to apply on the shipment. Service must be available within the carrier identified bycarrierIdentCode
.length=20
-
shippingPt
Shipping point of the shipment. If no value is supplied, the shipping point is initialized by the user's default setting in the engine. -
consignee
Consignee of the shipment. -
pickupAddress
The pick up address of the shipment. Required in case of return shipments because otherwise it's equal to the shipping point. -
termsOfDeliveryCode
IdentCode of the terms of delivery. Valid values are depending on the client's terms of delivery in the master file data.length=20
-
isDocumentShipment
Indicates whether the shipment is a document shipment or not.
Note that this flag also defines which services can be used for the shipment.
-
loadingMeters
The loading meters needed for the shipment. If a value is given, it overwrites the loading meters in 'packageCumulations'.length=10, scale=3
-
palletPlaces
The pallet places needed for the shipment. If a value is given, it overwrites the pallet places in 'packageCumulations'.length=10, scale=3
-
packages
Packages of the shipment. -
valueAddedServices
Value added services for the shipment. -
carrierInfoTexts
Carrier info texts for the shipment.
-
-
Constructor Details
-
DLShippingProposalDTO
public DLShippingProposalDTO()
-