|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.Message
public class Message
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 |
|---|
public Message()
| Method Detail |
|---|
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is
Responsepublic StateUpdate getStateUpdate()
StateUpdatepublic void setStateUpdate(StateUpdate value)
value - allowed object is
StateUpdatepublic RequireParameters getInfo()
RequireParameterspublic void setInfo(RequireParameters value)
value - allowed object is
RequireParameterspublic long getSessionID()
Longpublic void setSessionID(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||