Class ICClassificationDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICClassificationDTO

public class ICClassificationDTO extends Object
DTO to hold data for classification.
  • Field Details

    • classificationType

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

      public String classificationValue
      E.g. the commodity code, depends on the type above.

      length=35

    • customsProcess

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