Class ICGetBrokerDeclarationsRequestDTO

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

public class ICGetBrokerDeclarationsRequestDTO extends AbstractRequestDTO implements CustomsProcessTypeDTOProvider
Request for broker declaration data.
  • Field Details

    • TYPE_CODE_EXPINST

      public static final String TYPE_CODE_EXPINST
      Export instruction
      See Also:
    • TYPE_CODE_IMPINST

      public static final String TYPE_CODE_IMPINST
      Import instruction
      See Also:
    • instructionTypeCode

      public String instructionTypeCode
      Type of instruction.

      Possible values:

    • businessObjectIds

      public String[] businessObjectIds
      IDs of the instructions. Either the businessObjectIds or the consignmentIdClientSystem must be filled. If the consignmentIdClientSystem is filled. The businessObjectsIds will be ignored.

      length=20

    • consignmentIdClientSystem

      public String consignmentIdClientSystem
      ConsignmentID of the client system of the instructions. Either the businessObjectIds or the consignmentIdClientSystem must be filled. If the consignmentIdClientSystem is filled the businessObjectsIds will be ignored.

      length=255

    • scenarios

      public String[] scenarios
      Scenarios defining the data to be included. If no scenario is given, BASE is assumed.

      Possible values:

      • BASE - Some basic data
      • ATTACHMENTS - Documents (e.g. EAD)
  • Constructor Details

    • ICGetBrokerDeclarationsRequestDTO

      public ICGetBrokerDeclarationsRequestDTO()
  • Method Details