Package de.aeb.xnsg.tariffcontent.bf
Class TCGetCommodityCodesRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCGetCommodityCodesRequestDTO
DTO to hold request data to get a list of all valid commodity codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode of the content the commodity codes belongs to (e.g.Date for which all valid commodity codes should be returned.String[]The 2 letter ISO codes of the languages for the descriptions of the commodity codes.Removes the leading dashes from commodity code descriptions.Determine whether in the result DTOsTCCommodityCodeDTOthe special unit code shall be set (if available).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 all valid commodity codes should be returned. -
languageISOCodes
The 2 letter ISO codes of the languages for the descriptions of the commodity codes.length=2
-
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
Removes the leading dashes from commodity code descriptions. By default the leading dashes are not removed. -
withSpecialUnitCode
Determine whether in the result DTOsTCCommodityCodeDTOthe 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()
-