Class RequestMessage.Builder

java.lang.Object
org.openwms.common.comm.osip.req.RequestMessage.Builder
Enclosing class:
RequestMessage

public static class RequestMessage.Builder extends Object
  • Field Details

    • requestMessage

      private final RequestMessage requestMessage
    • provider

      private final org.openwms.common.comm.spi.FieldLengthProvider provider
  • Constructor Details

    • Builder

      public Builder(org.openwms.common.comm.spi.FieldLengthProvider provider)
  • Method Details

    • withBarcode

      public RequestMessage.Builder withBarcode(String barcode)
      Add an Barcode to the message.
      Parameters:
      barcode - The barcode
      Returns:
      The builder
    • withActualLocation

      public RequestMessage.Builder withActualLocation(String actualLocation)
      Add an actual Location by the given unique LocationPk in an expected format like AAAAAAA/BBBBBB/.... Where the number of digits each coordinate has and the number of coordinates at all is defined by the FieldLengthProvider.
      Parameters:
      actualLocation - The String representation of LocationPK of the actual location
      Returns:
      The builder
    • withTargetLocation

      public RequestMessage.Builder withTargetLocation(String targetLocation)
      Add an target Location by the given unique LocationPk in an expected format like AAAAAAA/BBBBBB/.... Where the number of digits each coordinate has and the number of coordinates at all is defined by the FieldLengthProvider.
      Parameters:
      targetLocation - The String representation of LocationPK of the target location
      Returns:
      The builder
    • withErrorCode

      public RequestMessage.Builder withErrorCode(String errorCode)
      Add an error code.
      Parameters:
      errorCode - The error code
      Returns:
      The builder
    • withCreateDate

      public RequestMessage.Builder withCreateDate(String createDate, String pattern) throws ParseException
      Add the date of creation with the configured date format.
      Parameters:
      createDate - The creation date as String
      pattern - The configured date time pattern
      Returns:
      The builder
      Throws:
      ParseException - with invalid pattern
    • build

      public RequestMessage build()
      Finally build the message.
      Returns:
      The completed message