|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.StateUpdate
public class StateUpdate
Java class for StateUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateUpdate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Game" type="{}GameStateUpdate"/>
<element name="Lobby" type="{}LobbyStateUpdate"/>
<element name="General" type="{}GenericStateUpdate"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
StateUpdate()
|
|
| Method Summary | |
|---|---|
GameStateUpdate |
getGame()
Gets the value of the game property. |
GenericStateUpdate |
getGeneral()
Gets the value of the general property. |
LobbyStateUpdate |
getLobby()
Gets the value of the lobby property. |
void |
setGame(GameStateUpdate value)
Sets the value of the game property. |
void |
setGeneral(GenericStateUpdate value)
Sets the value of the general property. |
void |
setLobby(LobbyStateUpdate value)
Sets the value of the lobby property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StateUpdate()
| Method Detail |
|---|
public GameStateUpdate getGame()
GameStateUpdatepublic void setGame(GameStateUpdate value)
value - allowed object is
GameStateUpdatepublic LobbyStateUpdate getLobby()
LobbyStateUpdatepublic void setLobby(LobbyStateUpdate value)
value - allowed object is
LobbyStateUpdatepublic GenericStateUpdate getGeneral()
GenericStateUpdatepublic void setGeneral(GenericStateUpdate value)
value - allowed object is
GenericStateUpdate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||