Package de.aeb.xnsg.tariffcontent.bf
Class TCGetAdditionalCodeProposalsRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCGetAdditionalCodeProposalsRequestDTO
DTO to hold request data to get additional codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCommodity codeCode of the content the commodity codes belongs to (e.g.ISO code of the country of destination or departure.Date for which the proposals must be valid.ISO code of the language of the descriptions.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
-
contentIdentCode
Code of the content the commodity codes belongs to (e.g. BANZ.EU.NCL.EXP for the export content of the EU)length=50
-
commodityCode
Commodity codelength=15
-
decisiveDate
Date for which the proposals must be valid. -
countryISOCode
ISO code of the country of destination or departure.length=2
-
languageISOCode
ISO code of the language of the descriptions. This field might be left empty. In this case German will be used as default.length=2
-
-
Constructor Details
-
TCGetAdditionalCodeProposalsRequestDTO
public TCGetAdditionalCodeProposalsRequestDTO()
-