com.asdf.parser
Class CreateGameResponse

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

public class CreateGameResponse
extends java.lang.Object

Java class for CreateGameResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreateGameResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Parameters" type="{}Parameters" minOccurs="0"/>
       </sequence>
       <attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="errorCode" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="gameID" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CreateGameResponse()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.Long getErrorCode()
          Gets the value of the errorCode property.
 java.lang.Long getGameID()
          Gets the value of the gameID property.
 Parameters getParameters()
          Gets the value of the parameters property.
 boolean isSuccess()
          Gets the value of the success property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setErrorCode(java.lang.Long value)
          Sets the value of the errorCode property.
 void setGameID(java.lang.Long value)
          Sets the value of the gameID property.
 void setParameters(Parameters value)
          Sets the value of the parameters property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGameResponse

public CreateGameResponse()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

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

isSuccess

public boolean isSuccess()
Gets the value of the success property.


setSuccess

public void setSuccess(boolean value)
Sets the value of the success property.


getErrorCode

public java.lang.Long getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is Long

setErrorCode

public void setErrorCode(java.lang.Long value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is Long

getGameID

public java.lang.Long getGameID()
Gets the value of the gameID property.

Returns:
possible object is Long

setGameID

public void setGameID(java.lang.Long value)
Sets the value of the gameID property.

Parameters:
value - allowed object is Long