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