com.asdf.parser
Class LobbyRequest

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

public class LobbyRequest
extends java.lang.Object

Java class for LobbyRequest complex type.

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

 <complexType name="LobbyRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="GameList">
           <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>
         </element>
         <element name="AvailableGames" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="GameDetails">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="gameID" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class LobbyRequest.GameDetails
          Java class for anonymous complex type.
static class LobbyRequest.GameList
          Java class for anonymous complex type.
 
Constructor Summary
LobbyRequest()
           
 
Method Summary
 java.lang.Object getAvailableGames()
          Gets the value of the availableGames property.
 LobbyRequest.GameDetails getGameDetails()
          Gets the value of the gameDetails property.
 LobbyRequest.GameList getGameList()
          Gets the value of the gameList property.
 void setAvailableGames(java.lang.Object value)
          Sets the value of the availableGames property.
 void setGameDetails(LobbyRequest.GameDetails value)
          Sets the value of the gameDetails property.
 void setGameList(LobbyRequest.GameList value)
          Sets the value of the gameList property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LobbyRequest

public LobbyRequest()
Method Detail

getGameList

public LobbyRequest.GameList getGameList()
Gets the value of the gameList property.

Returns:
possible object is LobbyRequest.GameList

setGameList

public void setGameList(LobbyRequest.GameList value)
Sets the value of the gameList property.

Parameters:
value - allowed object is LobbyRequest.GameList

getAvailableGames

public java.lang.Object getAvailableGames()
Gets the value of the availableGames property.

Returns:
possible object is Object

setAvailableGames

public void setAvailableGames(java.lang.Object value)
Sets the value of the availableGames property.

Parameters:
value - allowed object is Object

getGameDetails

public LobbyRequest.GameDetails getGameDetails()
Gets the value of the gameDetails property.

Returns:
possible object is LobbyRequest.GameDetails

setGameDetails

public void setGameDetails(LobbyRequest.GameDetails value)
Sets the value of the gameDetails property.

Parameters:
value - allowed object is LobbyRequest.GameDetails