Package de.aeb.xnsg.dl.bf
Class DLTransportEquipmentDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLTransportEquipmentDTO
DTO representing a specific transport equipment such as a containers or a pallets.
-
Field Summary
FieldsModifier and TypeFieldDescriptionContainer detail data.DimensionsThe shipment wide unique id for the transport equipment.IdentCode of the equipment type (Container, pallet etc.).Gross weightThe identification of the transport equipment, e.g. the container number.String[]Seal (serial number and/or barcode) of the transport equipment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identification
The identification of the transport equipment, e.g. the container number.length=50
-
equipmentTransactionId
The shipment wide unique id for the transport equipment. Is included in the response.length=50
-
equipmentTypeIdentCode
IdentCode of the equipment type (Container, pallet etc.). All entries in the client's package type master file data are allowed. So the valid values are depending on the configured entries there.length=20
-
grossWeight
Gross weight -
dimensions
Dimensions -
containerData
Container detail data. May only be used for container equipment types. -
sealNumbers
Seal (serial number and/or barcode) of the transport equipment.length=35
-
-
Constructor Details
-
DLTransportEquipmentDTO
public DLTransportEquipmentDTO()
-