com.asdf.parser
Class LobbyRequest.GameList

java.lang.Object
  extended by com.asdf.parser.LobbyRequest.GameList
Enclosing class:
LobbyRequest

public static class LobbyRequest.GameList
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="gameType" type="{http://www.w3.org/2001/XMLSchema}string" default="com.asdf.games.Game" />
       <attribute name="gameVariant" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
LobbyRequest.GameList()
           
 
Method Summary
 java.lang.String getGameType()
          Gets the value of the gameType property.
 java.lang.String getGameVariant()
          Gets the value of the gameVariant property.
 void setGameType(java.lang.String value)
          Sets the value of the gameType property.
 void setGameVariant(java.lang.String value)
          Sets the value of the gameVariant property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LobbyRequest.GameList

public LobbyRequest.GameList()
Method Detail

getGameType

public java.lang.String getGameType()
Gets the value of the gameType property.

Returns:
possible object is String

setGameType

public void setGameType(java.lang.String value)
Sets the value of the gameType property.

Parameters:
value - allowed object is String

getGameVariant

public java.lang.String getGameVariant()
Gets the value of the gameVariant property.

Returns:
possible object is String

setGameVariant

public void setGameVariant(java.lang.String value)
Sets the value of the gameVariant property.

Parameters:
value - allowed object is String