com.asdf.parser
Class GameRequest

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

public class GameRequest
extends java.lang.Object

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

GameRequest

public GameRequest()
Method Detail

getAction

public RequireParameters getAction()
Gets the value of the action property.

Returns:
possible object is RequireParameters

setAction

public void setAction(RequireParameters value)
Sets the value of the action property.

Parameters:
value - allowed object is RequireParameters

getCreate

public CreateGameRequest getCreate()
Gets the value of the create property.

Returns:
possible object is CreateGameRequest

setCreate

public void setCreate(CreateGameRequest value)
Sets the value of the create property.

Parameters:
value - allowed object is CreateGameRequest

getDelete

public OptionalParameters getDelete()
Gets the value of the delete property.

Returns:
possible object is OptionalParameters

setDelete

public void setDelete(OptionalParameters value)
Sets the value of the delete property.

Parameters:
value - allowed object is OptionalParameters

getJoin

public OptionalParameters getJoin()
Gets the value of the join property.

Returns:
possible object is OptionalParameters

setJoin

public void setJoin(OptionalParameters value)
Sets the value of the join property.

Parameters:
value - allowed object is OptionalParameters

getPart

public OptionalParameters getPart()
Gets the value of the part property.

Returns:
possible object is OptionalParameters

setPart

public void setPart(OptionalParameters value)
Sets the value of the part property.

Parameters:
value - allowed object is OptionalParameters

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