|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.CreateGameRequest
public class CreateGameRequest
Java class for CreateGameRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateGameRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Parameters" type="{}Parameters" minOccurs="0"/>
</sequence>
<attribute name="gameType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CreateGameRequest()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGameType()
Gets the value of the gameType property. |
java.lang.String |
getName()
Gets the value of the name property. |
Parameters |
getParameters()
Gets the value of the parameters property. |
void |
setGameType(java.lang.String value)
Sets the value of the gameType property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParameters(Parameters value)
Sets the value of the parameters property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateGameRequest()
| Method Detail |
|---|
public Parameters getParameters()
Parameterspublic void setParameters(Parameters value)
value - allowed object is
Parameterspublic java.lang.String getGameType()
Stringpublic void setGameType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(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 | |||||||||