Class ResponseMessage

java.lang.Object
org.openwms.common.comm.osip.res.ResponseMessage
All Implemented Interfaces:
Serializable

public class ResponseMessage extends Object implements 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:
  • Field Details

    • barcode

      private String barcode
    • actualLocation

      private String actualLocation
    • targetLocation

      private String targetLocation
    • targetLocationGroup

      private String targetLocationGroup
    • errorCode

      private String errorCode
    • created

      private Date created
  • Constructor Details

    • ResponseMessage

      public ResponseMessage()
    • ResponseMessage

      private ResponseMessage(ResponseMessage.Builder builder)
  • Method Details

    • getHeader

      public ResponseHeader getHeader()
    • setHeader

      public void setHeader(ResponseHeader header)
    • getBarcode

      public String getBarcode()
    • setBarcode

      public void setBarcode(String barcode)
    • getActualLocation

      public String getActualLocation()
    • setActualLocation

      public void setActualLocation(String actualLocation)
    • getTargetLocation

      public String getTargetLocation()
    • setTargetLocation

      public void setTargetLocation(String targetLocation)
    • getTargetLocationGroup

      public String getTargetLocationGroup()
    • setTargetLocationGroup

      public void setTargetLocationGroup(String targetLocationGroup)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getCreated

      public Date getCreated()
    • setCreated

      public void setCreated(Date created)
    • newBuilder

      public static ResponseMessage.Builder newBuilder()