Package de.aeb.xnsg.customs.dto.common
Class ICClassificationDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICClassificationDTO
DTO to hold data for classification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecific classification type: COCOEXPORT - Commodity code export COCOIMPORT - Commodity code import UNDG - UNDG number ADDCODE1 - Additional code 1 of the commodity code ADDCODE2 - Additional code 2 of the commodity code '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=COMMODITY_CLASSIFICATION_TYPEE.g. the commodity code, depends on the type above.Specific customs process. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classificationType
Specific classification type:- COCOEXPORT - Commodity code export
- COCOIMPORT - Commodity code import
- UNDG - UNDG number
- ADDCODE1 - Additional code 1 of the commodity code
- ADDCODE2 - Additional code 2 of the commodity code
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=COMMODITY_CLASSIFICATION_TYPE
length=35
-
classificationValue
E.g. the commodity code, depends on the type above.length=35
-
customsProcess
Specific customs process.- 'EXPORT_BE' - Export process for Belgium
- 'EXPORT_SE' - Export process for Sweden
- 'EXPORT_NL' - Export process for Netherlands
- 'TRANSIT_NL' - Transit process for Netherlands
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_PROCESS_TYPE *
length=20
-
-
Constructor Details
-
ICClassificationDTO
public ICClassificationDTO()
-