Package de.aeb.xnsg.tariffcontent.bf
Class TCGetCertificateProposalsRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCGetCertificateProposalsRequestDTO
DTO to hold request data to get certificate/document proposals.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional list of additional codes to limit result to measures with theses codes.Commodity 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
-
additionalCodes
Optional list of additional codes to limit result to measures with theses codes.
-
-
Constructor Details
-
TCGetCertificateProposalsRequestDTO
public TCGetCertificateProposalsRequestDTO()
-