Package org.openwms.common.comm.osip.res
Class ResponseMessage
java.lang.Object
org.openwms.common.comm.osip.res.ResponseMessage
- All Implemented Interfaces:
Serializable
A OSIP ResponseMessage responds to an processed
RequestMessage
.
See https://interface21-io.gitbook.io/osip/messaging-between-layer-n-and-layer-n-1#response-telegram-res_- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseMessage.Builder
void
setActualLocation
(String actualLocation) void
setBarcode
(String barcode) void
setCreated
(Date created) void
setErrorCode
(String errorCode) void
setHeader
(ResponseHeader header) void
setTargetLocation
(String targetLocation) void
setTargetLocationGroup
(String targetLocationGroup)
-
Field Details
-
header
-
barcode
-
actualLocation
-
targetLocation
-
targetLocationGroup
-
errorCode
-
created
-
-
Constructor Details
-
ResponseMessage
public ResponseMessage() -
ResponseMessage
-
-
Method Details
-
getHeader
-
setHeader
-
getBarcode
-
setBarcode
-
getActualLocation
-
setActualLocation
-
getTargetLocation
-
setTargetLocation
-
getTargetLocationGroup
-
setTargetLocationGroup
-
getErrorCode
-
setErrorCode
-
getCreated
-
setCreated
-
newBuilder
-