Class ICAdditionalOperationCHDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.ch.ICAdditionalOperationCHDTO

public class ICAdditionalOperationCHDTO extends Object
DTO to hold data for EU produced documents.
  • Field Details

    • referenceNumber

      public String referenceNumber
      Reference number of the additional operation.

      length=35

    • additionalOperationType

      public String additionalOperationType
      Specific additional operation type.
      • '10' for Carnet ATA
      • '20' for Carnet TIR
      • '30' for T2 corridor
      • '40' for AC corridor
      • '50' for Informal postponement
      • '60' for Shuttle service
      • '70' for Form-based procedures
      • '90' for Emergency procedures / others

      length=2

    • goodsDescription

      public String goodsDescription
      Goods description of the additional operation.

      length=512

    • grossMass

      public QuantityDTO grossMass
      Gross mass of the additional operation goods.
    • customsTariffNumber

      public String customsTariffNumber
      Customs tariff number of the additonal operation.

      length=9

    • numberOfPackages

      public Integer numberOfPackages
      Number of packages of the additional operation.
  • Constructor Details

    • ICAdditionalOperationCHDTO

      public ICAdditionalOperationCHDTO()