com.quartzdesk.service.msgrecv.v5_0
Class ReceiveMessageRequest

java.lang.Object
  extended by com.quartzdesk.service.msgrecv.v5_0.ReceiveMessageRequest

public class ReceiveMessageRequest
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type="{http://service.quartzdesk.com/msgrecv/v5_0}Message"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Message message
           
 
Constructor Summary
ReceiveMessageRequest()
           
 
Method Summary
 Message getMessage()
          Gets the value of the message property.
 void setMessage(Message value)
          Sets the value of the message property.
 ReceiveMessageRequest withMessage(Message value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected Message message
Constructor Detail

ReceiveMessageRequest

public ReceiveMessageRequest()
Method Detail

getMessage

public Message getMessage()
Gets the value of the message property.

Returns:
possible object is Message

setMessage

public void setMessage(Message value)
Sets the value of the message property.

Parameters:
value - allowed object is Message

withMessage

public ReceiveMessageRequest withMessage(Message value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.