|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.AvailableGamesResponse.Game
public static class AvailableGamesResponse.Game
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"> <sequence> <element name="Variants" type="{}OptionalStringParameters" minOccurs="0"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="clientGame" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="createGamePanel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="serverGame" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AvailableGamesResponse.Game()
|
Method Summary | |
---|---|
java.lang.String |
getClientGame()
Gets the value of the clientGame property. |
java.lang.String |
getCreateGamePanel()
Gets the value of the createGamePanel property. |
java.lang.String |
getServerGame()
Gets the value of the serverGame property. |
java.lang.String |
getType()
Gets the value of the type property. |
OptionalStringParameters |
getVariants()
Gets the value of the variants property. |
void |
setClientGame(java.lang.String value)
Sets the value of the clientGame property. |
void |
setCreateGamePanel(java.lang.String value)
Sets the value of the createGamePanel property. |
void |
setServerGame(java.lang.String value)
Sets the value of the serverGame property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setVariants(OptionalStringParameters value)
Sets the value of the variants property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailableGamesResponse.Game()
Method Detail |
---|
public OptionalStringParameters getVariants()
OptionalStringParameters
public void setVariants(OptionalStringParameters value)
value
- allowed object is
OptionalStringParameters
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClientGame()
String
public void setClientGame(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCreateGamePanel()
String
public void setCreateGamePanel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServerGame()
String
public void setServerGame(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 |