com.asdf.parser
Class Message

java.lang.Object
  extended by com.asdf.parser.Message

public class Message
extends java.lang.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">
       <choice>
         <element name="Request" type="{}Request"/>
         <element name="Response" type="{}Response"/>
         <element name="StateUpdate" type="{}StateUpdate"/>
         <element name="Info" type="{}RequireParameters"/>
       </choice>
       <attribute name="sessionID" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Message()
           
 
Method Summary
 RequireParameters getInfo()
          Gets the value of the info property.
 Request getRequest()
          Gets the value of the request property.
 Response getResponse()
          Gets the value of the response property.
 long getSessionID()
          Gets the value of the sessionID property.
 StateUpdate getStateUpdate()
          Gets the value of the stateUpdate property.
 void setInfo(RequireParameters value)
          Sets the value of the info property.
 void setRequest(Request value)
          Sets the value of the request property.
 void setResponse(Response value)
          Sets the value of the response property.
 void setSessionID(java.lang.Long value)
          Sets the value of the sessionID property.
 void setStateUpdate(StateUpdate value)
          Sets the value of the stateUpdate property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

getRequest

public Request getRequest()
Gets the value of the request property.

Returns:
possible object is Request

setRequest

public void setRequest(Request value)
Sets the value of the request property.

Parameters:
value - allowed object is Request

getResponse

public Response getResponse()
Gets the value of the response property.

Returns:
possible object is Response

setResponse

public void setResponse(Response value)
Sets the value of the response property.

Parameters:
value - allowed object is Response

getStateUpdate

public StateUpdate getStateUpdate()
Gets the value of the stateUpdate property.

Returns:
possible object is StateUpdate

setStateUpdate

public void setStateUpdate(StateUpdate value)
Sets the value of the stateUpdate property.

Parameters:
value - allowed object is StateUpdate

getInfo

public RequireParameters getInfo()
Gets the value of the info property.

Returns:
possible object is RequireParameters

setInfo

public void setInfo(RequireParameters value)
Sets the value of the info property.

Parameters:
value - allowed object is RequireParameters

getSessionID

public long getSessionID()
Gets the value of the sessionID property.

Returns:
possible object is Long

setSessionID

public void setSessionID(java.lang.Long value)
Sets the value of the sessionID property.

Parameters:
value - allowed object is Long