Package de.aeb.xnsg.dl.intbf
Class DLShippingProposalPackageDTO
java.lang.Object
de.aeb.xnsg.dl.intbf.DLShippingProposalPackageDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionDimensionsGross weightHazardous goods data concerning the package.The serial number of the package within the shipment.IdentCode of the package type.Package reference number. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
packageNumber
The serial number of the package within the shipment. This number is mainly used to sort the packages in lists or in business logic (e.g. to detect the "first" package as master package).
When the field is left empty, the numbers will automatically computed by the engine.length=4
-
referenceNumber1
Package reference number. Is included in the response.length=50
-
packageTypeIdentCode
IdentCode of the package type. Valid values are depending on the client's package types in the master file data.length=20
-
dimensions
Dimensions -
grossWeight
Gross weight -
hazardousGoodsData
Hazardous goods data concerning the package. Only relevant when shipping hazardous goods.
-
-
Constructor Details
-
DLShippingProposalPackageDTO
public DLShippingProposalPackageDTO()
-