com.asdf.parser
Class GameStateUpdate

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

public class GameStateUpdate
extends java.lang.Object

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

GameStateUpdate

public GameStateUpdate()
Method Detail

getUpdatedGameState

public GenericStateUpdate getUpdatedGameState()
Gets the value of the updatedGameState property.

Returns:
possible object is GenericStateUpdate

setUpdatedGameState

public void setUpdatedGameState(GenericStateUpdate value)
Sets the value of the updatedGameState property.

Parameters:
value - allowed object is GenericStateUpdate

getChat

public ChatMessage getChat()
Gets the value of the chat property.

Returns:
possible object is ChatMessage

setChat

public void setChat(ChatMessage value)
Sets the value of the chat property.

Parameters:
value - allowed object is ChatMessage

getVoice

public java.lang.String getVoice()
Gets the value of the voice property.

Returns:
possible object is String

setVoice

public void setVoice(java.lang.String value)
Sets the value of the voice property.

Parameters:
value - allowed object is String

getCustom

public Custom getCustom()
Gets the value of the custom property.

Returns:
possible object is Custom

setCustom

public void setCustom(Custom value)
Sets the value of the custom property.

Parameters:
value - allowed object is Custom

getGameID

public long getGameID()
Gets the value of the gameID property.

Returns:
possible object is Long

setGameID

public void setGameID(java.lang.Long value)
Sets the value of the gameID property.

Parameters:
value - allowed object is Long