Package de.aeb.xnsg.tariffcontent.bf
Class TCGetExportControlNumberRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCGetExportControlNumberRequestDTO
DTO to hold request data to get exactly one export control number.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode of the content the commodity codes belongs to (e.g.Date for which the AL number must be valid.Export control numberString[]
The 2 letter ISO codes of the languages for the descriptions of the export control numbers.Fields inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
clientIdentCode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
equals, hashCode
-
Field Details
-
decisiveDate
Date for which the AL number must be valid. -
languageISOCodes
The 2 letter ISO codes of the languages for the descriptions of the export control numbers.length=2
-
exportControlNumber
Export control numberlength=5
-
contentIdentCode
Code of the content the commodity codes belongs to (e.g. BANZ.DE.ECN for the Ausfuhrliste in DE)length=50
-
-
Constructor Details
-
TCGetExportControlNumberRequestDTO
public TCGetExportControlNumberRequestDTO()
-