Package de.aeb.xnsg.dl.bf
Class DLCancelShipmentRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.dl.bf.DLCancelShipmentRequestDTO
Request DTO for the cancelShipment business facade method
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe process parameters for the cancel operation.
When no process parms are specified, the default values of the DLShipmentCancelParmsDTO fields apply.The shipment to be cancelled.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shipmentReference
The shipment to be cancelled.
-
processParms
The process parameters for the cancel operation.
When no process parms are specified, the default values of the DLShipmentCancelParmsDTO fields apply.
-
-
Constructor Details
-
DLCancelShipmentRequestDTO
public DLCancelShipmentRequestDTO()
-