Class DLShippingProposalPackageDTO

java.lang.Object
de.aeb.xnsg.dl.intbf.DLShippingProposalPackageDTO

public class DLShippingProposalPackageDTO extends Object
  • Field Details

    • packageNumber

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

      public String referenceNumber1
      Package reference number. Is included in the response.

      length=50

    • packageTypeIdentCode

      public String packageTypeIdentCode
      IdentCode of the package type. Valid values are depending on the client's package types in the master file data.

      length=20

    • dimensions

      public DLCuboidDimensionsDTO dimensions
      Dimensions
    • grossWeight

      public QuantityDTO grossWeight
      Gross weight
    • hazardousGoodsData

      public DLShippingProposalPackageHazardousGoodsDTO hazardousGoodsData
      Hazardous goods data concerning the package. Only relevant when shipping hazardous goods.
  • Constructor Details

    • DLShippingProposalPackageDTO

      public DLShippingProposalPackageDTO()