Package de.aeb.xnsg.customs.dto.ext.ch
Class ICAdditionalOperationCHDTO
java.lang.Object
de.aeb.xnsg.customs.dto.ext.ch.ICAdditionalOperationCHDTO
DTO to hold data for EU produced documents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecific additional operation type.Customs tariff number of the additonal operation.Goods description of the additional operation.Gross mass of the additional operation goods.Number of packages of the additional operation.Reference number of the additional operation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
referenceNumber
Reference number of the additional operation.length=35
-
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
Goods description of the additional operation.length=512
-
grossMass
Gross mass of the additional operation goods. -
customsTariffNumber
Customs tariff number of the additonal operation.length=9
-
numberOfPackages
Number of packages of the additional operation.
-
-
Constructor Details
-
ICAdditionalOperationCHDTO
public ICAdditionalOperationCHDTO()
-