Class TCGetCommodityCodesRequestDTO

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

public class TCGetCommodityCodesRequestDTO extends TCRequestDTO
DTO to hold request data to get a list of all valid commodity codes.
  • Field Details

    • decisiveDate

      public TCDateDTO decisiveDate
      Date for which all valid commodity codes should be returned.
    • languageISOCodes

      public String[] languageISOCodes
      The 2 letter ISO codes of the languages for the descriptions of the commodity codes.

      length=2

    • 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

    • withoutLeadingDashes

      public Boolean withoutLeadingDashes
      Removes the leading dashes from commodity code descriptions. By default the leading dashes are not removed.
    • withSpecialUnitCode

      public Boolean withSpecialUnitCode
      Determine whether in the result DTOs TCCommodityCodeDTO the special unit code shall be set (if available). This flag is to optimize runtime performance. If you don't need the special unit code set this flag to false.

      default true

  • Constructor Details

    • TCGetCommodityCodesRequestDTO

      public TCGetCommodityCodesRequestDTO()