Class ICGetCodesRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.codes.ICGetCodesRequestDTO
All Implemented Interfaces:
CustomsProcessTypeDTOProvider

public class ICGetCodesRequestDTO extends AbstractRequestDTO implements CustomsProcessTypeDTOProvider
Request for a desired code list.
  • Field Details

    • CUSTOMS_PROCESS_NOT_CONFIGURED

      public static final String CUSTOMS_PROCESS_NOT_CONFIGURED
      Possible messageIdentCode: \"CUSTOMS_PROCESS_NOT_CONFIGURED\": The given customs process has not been set up completely for the client.
      See Also:
    • customsProcess

      @Deprecated public String customsProcess
      Deprecated.
      The identification of the customs process.
      This field is optional.

      length=20

    • customsProcessType

      public ICCustomsProcessTypeDTO customsProcessType
      The specific customs process.
      This field is mandatory.
    • codeListCode

      public String codeListCode
      Ident code of the code list which will be returned. To retrieve a possible list of inputs use CODELISTS as input.
      This field is mandatory.

      length=50

  • Constructor Details

    • ICGetCodesRequestDTO

      public ICGetCodesRequestDTO()
  • Method Details