Package de.aeb.xnsg.dl.bf
Class DLPackageHazardousGoodsDataRequestDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLPackageHazardousGoodsDataRequestDTO
Holds hazardous goods data concerning the package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant for hazardous goods type 'EQ'.static final StringConstant for hazardous goods type 'LQ'.static final StringConstant for hazardous goods type 'none'.static final StringConstant for hazardous goods type 'normal'.static final StringConstant for hazardous goods type 'US_ORMD'.static final StringConstant for hazardous goods type 'US_SMALL_QUANTITY'.static final StringConstant for hazardous goods type 'SPECIAL_SUBSTANCE'.Indicates the type of hazardous goods packaged in the package.The Q-value is calculated from a formula of the IATA-DGR.static final StringConstant for hazardous goods packaging type handling 'ALL_PACKED_IN_ONE'.static final StringConstant for hazardous goods packaging type handling 'none'.static final StringConstant for hazardous goods packaging type handling 'OVERPACK'.Indicates the hazardous goods material packaging type in the package. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HAZARDOUS_GOODS_TYPE_NONE
Constant for hazardous goods type 'none'.
- See Also:
-
HAZARDOUS_GOODS_TYPE_NORMAL
Constant for hazardous goods type 'normal'.
- See Also:
-
HAZARDOUS_GOODS_TYPE_LQ
Constant for hazardous goods type 'LQ'.
- See Also:
-
HAZARDOUS_GOODS_TYPE_EQ
Constant for hazardous goods type 'EQ'.
- See Also:
-
HAZARDOUS_GOODS_TYPE_SPECIAL_SUBSTANCE
Constant for hazardous goods type 'SPECIAL_SUBSTANCE'.
- See Also:
-
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
Constant for hazardous goods type 'US_SMALL_QUANTITY'. Only relevant for US.
- See Also:
-
PACKAGING_TYPE_HANDLING_NONE
Constant for hazardous goods packaging type handling 'none'.
- See Also:
-
PACKAGING_TYPE_HANDLING_ALL_PACKED_IN_ONE
Constant for hazardous goods packaging type handling 'ALL_PACKED_IN_ONE'.
- See Also:
-
PACKAGING_TYPE_HANDLING_OVERPACK
Constant for hazardous goods packaging type handling 'OVERPACK'.
- See Also:
-
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
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
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()
-