com.asdf.parser
Class StateUpdate

java.lang.Object
  extended by com.asdf.parser.StateUpdate

public class StateUpdate
extends java.lang.Object

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

StateUpdate

public StateUpdate()
Method Detail

getGame

public GameStateUpdate getGame()
Gets the value of the game property.

Returns:
possible object is GameStateUpdate

setGame

public void setGame(GameStateUpdate value)
Sets the value of the game property.

Parameters:
value - allowed object is GameStateUpdate

getLobby

public LobbyStateUpdate getLobby()
Gets the value of the lobby property.

Returns:
possible object is LobbyStateUpdate

setLobby

public void setLobby(LobbyStateUpdate value)
Sets the value of the lobby property.

Parameters:
value - allowed object is LobbyStateUpdate

getGeneral

public GenericStateUpdate getGeneral()
Gets the value of the general property.

Returns:
possible object is GenericStateUpdate

setGeneral

public void setGeneral(GenericStateUpdate value)
Sets the value of the general property.

Parameters:
value - allowed object is GenericStateUpdate