|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.GameStateUpdate
public class GameStateUpdate
Java class for GameStateUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GameStateUpdate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="UpdatedGameState" type="{}GenericStateUpdate"/>
<element name="Chat" type="{}ChatMessage"/>
<element name="Voice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Custom" type="{}Custom"/>
</choice>
</sequence>
<attribute name="gameID" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GameStateUpdate()
|
|
| Method Summary | |
|---|---|
ChatMessage |
getChat()
Gets the value of the chat property. |
Custom |
getCustom()
Gets the value of the custom property. |
long |
getGameID()
Gets the value of the gameID property. |
GenericStateUpdate |
getUpdatedGameState()
Gets the value of the updatedGameState property. |
java.lang.String |
getVoice()
Gets the value of the voice property. |
void |
setChat(ChatMessage value)
Sets the value of the chat property. |
void |
setCustom(Custom value)
Sets the value of the custom property. |
void |
setGameID(java.lang.Long value)
Sets the value of the gameID property. |
void |
setUpdatedGameState(GenericStateUpdate value)
Sets the value of the updatedGameState 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 GameStateUpdate()
| Method Detail |
|---|
public GenericStateUpdate getUpdatedGameState()
GenericStateUpdatepublic void setUpdatedGameState(GenericStateUpdate value)
value - allowed object is
GenericStateUpdatepublic 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 | |||||||||