Class DLTransportEquipmentDTO

java.lang.Object
de.aeb.xnsg.dl.bf.DLTransportEquipmentDTO

public class DLTransportEquipmentDTO extends Object
DTO representing a specific transport equipment such as a containers or a pallets.
  • Field Details

    • identification

      public String identification
      The identification of the transport equipment, e.g. the container number.

      length=50

    • equipmentTransactionId

      public String equipmentTransactionId
      The shipment wide unique id for the transport equipment. Is included in the response.

      length=50

    • equipmentTypeIdentCode

      public String 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

      public QuantityDTO grossWeight
      Gross weight
    • dimensions

      public DLCuboidDimensionsDTO dimensions
      Dimensions
    • containerData

      public DLContainerDataDTO containerData
      Container detail data. May only be used for container equipment types.
    • sealNumbers

      public String[] sealNumbers
      Seal (serial number and/or barcode) of the transport equipment.

      length=35

  • Constructor Details

    • DLTransportEquipmentDTO

      public DLTransportEquipmentDTO()