|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.GameRequest
public class GameRequest
Java class for GameRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GameRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Action" type="{}RequireParameters"/>
<element name="Create" type="{}CreateGameRequest"/>
<element name="Delete" type="{}OptionalParameters"/>
<element name="Join" type="{}OptionalParameters"/>
<element name="Part" type="{}OptionalParameters"/>
<element name="Chat" type="{}ChatMessage"/>
<element name="Voice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Custom" type="{}Custom" minOccurs="0"/>
</choice>
<attribute name="gameID" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GameRequest()
|
|
| Method Summary | |
|---|---|
RequireParameters |
getAction()
Gets the value of the action property. |
ChatMessage |
getChat()
Gets the value of the chat property. |
CreateGameRequest |
getCreate()
Gets the value of the create property. |
Custom |
getCustom()
Gets the value of the custom property. |
OptionalParameters |
getDelete()
Gets the value of the delete property. |
long |
getGameID()
Gets the value of the gameID property. |
OptionalParameters |
getJoin()
Gets the value of the join property. |
OptionalParameters |
getPart()
Gets the value of the part property. |
java.lang.String |
getVoice()
Gets the value of the voice property. |
void |
setAction(RequireParameters value)
Sets the value of the action property. |
void |
setChat(ChatMessage value)
Sets the value of the chat property. |
void |
setCreate(CreateGameRequest value)
Sets the value of the create property. |
void |
setCustom(Custom value)
Sets the value of the custom property. |
void |
setDelete(OptionalParameters value)
Sets the value of the delete property. |
void |
setGameID(java.lang.Long value)
Sets the value of the gameID property. |
void |
setJoin(OptionalParameters value)
Sets the value of the join property. |
void |
setPart(OptionalParameters value)
Sets the value of the part property. |
void |
setVoice(java.lang.String value)
Sets the value of the voice property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GameRequest()
| Method Detail |
|---|
public RequireParameters getAction()
RequireParameterspublic void setAction(RequireParameters value)
value - allowed object is
RequireParameterspublic CreateGameRequest getCreate()
CreateGameRequestpublic void setCreate(CreateGameRequest value)
value - allowed object is
CreateGameRequestpublic OptionalParameters getDelete()
OptionalParameterspublic void setDelete(OptionalParameters value)
value - allowed object is
OptionalParameterspublic OptionalParameters getJoin()
OptionalParameterspublic void setJoin(OptionalParameters value)
value - allowed object is
OptionalParameterspublic OptionalParameters getPart()
OptionalParameterspublic void setPart(OptionalParameters value)
value - allowed object is
OptionalParameterspublic ChatMessage getChat()
ChatMessagepublic void setChat(ChatMessage value)
value - allowed object is
ChatMessagepublic java.lang.String getVoice()
Stringpublic void setVoice(java.lang.String value)
value - allowed object is
Stringpublic Custom getCustom()
Custompublic void setCustom(Custom value)
value - allowed object is
Custompublic long getGameID()
Longpublic void setGameID(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 | |||||||||