|
||||||||||
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()
RequireParameters
public void setAction(RequireParameters value)
value
- allowed object is
RequireParameters
public CreateGameRequest getCreate()
CreateGameRequest
public void setCreate(CreateGameRequest value)
value
- allowed object is
CreateGameRequest
public OptionalParameters getDelete()
OptionalParameters
public void setDelete(OptionalParameters value)
value
- allowed object is
OptionalParameters
public OptionalParameters getJoin()
OptionalParameters
public void setJoin(OptionalParameters value)
value
- allowed object is
OptionalParameters
public OptionalParameters getPart()
OptionalParameters
public void setPart(OptionalParameters value)
value
- allowed object is
OptionalParameters
public ChatMessage getChat()
ChatMessage
public void setChat(ChatMessage value)
value
- allowed object is
ChatMessage
public java.lang.String getVoice()
String
public void setVoice(java.lang.String value)
value
- allowed object is
String
public Custom getCustom()
Custom
public void setCustom(Custom value)
value
- allowed object is
Custom
public long getGameID()
Long
public 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 |