Class TCGetCertificateProposalsRequestDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCGetCertificateProposalsRequestDTO

public class TCGetCertificateProposalsRequestDTO extends TCRequestDTO
DTO to hold request data to get certificate/document proposals.
  • Field Details

    • contentIdentCode

      public String 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

      public String commodityCode
      Commodity code

      length=15

    • decisiveDate

      public TCDateDTO decisiveDate
      Date for which the proposals must be valid.
    • countryISOCode

      public String countryISOCode
      ISO code of the country of destination or departure.

      length=2

    • languageISOCode

      public String 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

      public TCCommodityCodeAdditionalCodeDTO[] additionalCodes
      Optional list of additional codes to limit result to measures with theses codes.
  • Constructor Details

    • TCGetCertificateProposalsRequestDTO

      public TCGetCertificateProposalsRequestDTO()