Class ICSendConformUnloadingRemarksRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.declaration.ICSendConformUnloadingRemarksRequestDTO
- All Implemented Interfaces:
CustomsProcessTypeDTOProvider
public class ICSendConformUnloadingRemarksRequestDTO
extends AbstractRequestDTO
implements CustomsProcessTypeDTOProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]One or more unique business object ids of the desired declarations.The consignment id of the ERP system of the client.The specific customs process.
This field is mandatory.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customsProcessType
The specific customs process.
This field is mandatory. -
businessObjectIds
One or more unique business object ids of the desired declarations. Either the businessObjectIds or the consignmentIdClientSystem must be filled.length=20
-
consignmentIdClientSystem
The consignment id of the ERP system of the client. Either the businessObjectId or the consignmentIdClientSystem must be filled.length=255
-
-
Constructor Details
-
ICSendConformUnloadingRemarksRequestDTO
public ICSendConformUnloadingRemarksRequestDTO()
-
-
Method Details
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-