|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.LobbyResponse
public class LobbyResponse
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 |
---|
public LobbyResponse()
Method Detail |
---|
public GameDetailsResponse getGameDetails()
GameDetailsResponse
public void setGameDetails(GameDetailsResponse value)
value
- allowed object is
GameDetailsResponse
public GameListResponse getGameList()
GameListResponse
public void setGameList(GameListResponse value)
value
- allowed object is
GameListResponse
public AvailableGamesResponse getAvailableGames()
AvailableGamesResponse
public void setAvailableGames(AvailableGamesResponse value)
value
- allowed object is
AvailableGamesResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |