Class DLPackageHazardousGoodsDataRequestDTO

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

public class DLPackageHazardousGoodsDataRequestDTO extends Object
Holds hazardous goods data concerning the package.
  • Field Details

    • HAZARDOUS_GOODS_TYPE_NONE

      public static final String HAZARDOUS_GOODS_TYPE_NONE

      Constant for hazardous goods type 'none'.

      See Also:
    • HAZARDOUS_GOODS_TYPE_NORMAL

      public static final String HAZARDOUS_GOODS_TYPE_NORMAL

      Constant for hazardous goods type 'normal'.

      See Also:
    • HAZARDOUS_GOODS_TYPE_LQ

      public static final String HAZARDOUS_GOODS_TYPE_LQ

      Constant for hazardous goods type 'LQ'.

      See Also:
    • HAZARDOUS_GOODS_TYPE_EQ

      public static final String HAZARDOUS_GOODS_TYPE_EQ

      Constant for hazardous goods type 'EQ'.

      See Also:
    • HAZARDOUS_GOODS_TYPE_SPECIAL_SUBSTANCE

      public static final String HAZARDOUS_GOODS_TYPE_SPECIAL_SUBSTANCE

      Constant for hazardous goods type 'SPECIAL_SUBSTANCE'.

      See Also:
    • HAZARDOUS_GOODS_TYPE_ORMD

      public static final String HAZARDOUS_GOODS_TYPE_ORMD

      Constant for hazardous goods type 'US_ORMD'. Only relevant for US. Since 2021 this code is not used anymore

      See Also:
    • HAZARDOUS_GOODS_TYPE_SMALL_QUANTITY

      public static final String HAZARDOUS_GOODS_TYPE_SMALL_QUANTITY

      Constant for hazardous goods type 'US_SMALL_QUANTITY'. Only relevant for US.

      See Also:
    • PACKAGING_TYPE_HANDLING_NONE

      public static final String PACKAGING_TYPE_HANDLING_NONE

      Constant for hazardous goods packaging type handling 'none'.

      See Also:
    • PACKAGING_TYPE_HANDLING_ALL_PACKED_IN_ONE

      public static final String PACKAGING_TYPE_HANDLING_ALL_PACKED_IN_ONE

      Constant for hazardous goods packaging type handling 'ALL_PACKED_IN_ONE'.

      See Also:
    • PACKAGING_TYPE_HANDLING_OVERPACK

      public static final String PACKAGING_TYPE_HANDLING_OVERPACK

      Constant for hazardous goods packaging type handling 'OVERPACK'.

      See Also:
    • hazardousGoodsType

      public String hazardousGoodsType
      Indicates the type of hazardous goods packaged in the package. Valid values are:
    • NONE (no hazardous goods)
    • NORMAL (hazardous goods)
    • EQ (excepted quantities)
    • LQ (limited quantities)
    • SPECIAL_SUBSTANCE (special substance)
    • US_ORMD (other regulated materials for domestic transport only) - Since 2021 this code is not used anymore
    • US_SMALL_QUANTITY (small quantity regulated materials) - only relevant for US
    • packagingTypeHandling

      public String packagingTypeHandling
      Indicates the hazardous goods material packaging type in the package. Valid values are:
    • NONE (no packaging type)
    • ALL_PACKED_IN_ONE (two or more hazardous goods items are all packed in the same package)
    • OVERPACK (enclosure to contain one or more packages and form one handling unit for convenience of handling and stowage)
    • hazardQValue

      @CoreProperty(length=2, scale=1) public BigDecimal hazardQValue
      The Q-value is calculated from a formula of the IATA-DGR. This determines the quantities of different hazardous goods that an outer packaging may contain.

      length=2, scale=1

  • Constructor Details

    • DLPackageHazardousGoodsDataRequestDTO

      public DLPackageHazardousGoodsDataRequestDTO()