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 Summary
FieldsModifier and TypeFieldDescriptionString[]IDs of the instructions.ConsignmentID of the client system of the instructions.Type of instruction.String[]Scenarios defining the data to be included.static final StringExport instructionstatic final StringImport instructionFields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_CODE_EXPINST
Export instruction- See Also:
-
TYPE_CODE_IMPINST
Import instruction- See Also:
-
instructionTypeCode
-
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
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
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
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-