|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.LobbyRequest.GameList
public static class LobbyRequest.GameList
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 |
---|
public LobbyRequest.GameList()
Method Detail |
---|
public java.lang.String getGameType()
String
public void setGameType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGameVariant()
String
public void setGameVariant(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |