com.asdf.parser
Class LobbyResponse

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

public class LobbyResponse
extends java.lang.Object

Java class for LobbyResponse complex type.

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

 <complexType name="LobbyResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="GameDetails" type="{}GameDetailsResponse"/>
         <element name="GameList" type="{}GameListResponse"/>
         <element name="AvailableGames" type="{}AvailableGamesResponse"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
LobbyResponse()
           
 
Method Summary
 AvailableGamesResponse getAvailableGames()
          Gets the value of the availableGames property.
 GameDetailsResponse getGameDetails()
          Gets the value of the gameDetails property.
 GameListResponse getGameList()
          Gets the value of the gameList property.
 void setAvailableGames(AvailableGamesResponse value)
          Sets the value of the availableGames property.
 void setGameDetails(GameDetailsResponse value)
          Sets the value of the gameDetails property.
 void setGameList(GameListResponse 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

LobbyResponse

public LobbyResponse()
Method Detail

getGameDetails

public GameDetailsResponse getGameDetails()
Gets the value of the gameDetails property.

Returns:
possible object is GameDetailsResponse

setGameDetails

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

Parameters:
value - allowed object is GameDetailsResponse

getGameList

public GameListResponse getGameList()
Gets the value of the gameList property.

Returns:
possible object is GameListResponse

setGameList

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

Parameters:
value - allowed object is GameListResponse

getAvailableGames

public AvailableGamesResponse getAvailableGames()
Gets the value of the availableGames property.

Returns:
possible object is AvailableGamesResponse

setAvailableGames

public void setAvailableGames(AvailableGamesResponse value)
Sets the value of the availableGames property.

Parameters:
value - allowed object is AvailableGamesResponse