com.asdf.parser
Class CreateGameRequest

java.lang.Object
  extended by com.asdf.parser.CreateGameRequest

public class CreateGameRequest
extends java.lang.Object

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

CreateGameRequest

public CreateGameRequest()
Method Detail

getParameters

public Parameters getParameters()
Gets the value of the parameters property.

Returns:
possible object is Parameters

setParameters

public void setParameters(Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Parameters

getGameType

public java.lang.String getGameType()
Gets the value of the gameType property.

Returns:
possible object is String

setGameType

public void setGameType(java.lang.String value)
Sets the value of the gameType property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String