com.asdf.parser
Class AvailableGamesResponse.Game

java.lang.Object
  extended by com.asdf.parser.AvailableGamesResponse.Game
Enclosing class:
AvailableGamesResponse

public static class AvailableGamesResponse.Game
extends java.lang.Object

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

AvailableGamesResponse.Game

public AvailableGamesResponse.Game()
Method Detail

getVariants

public OptionalStringParameters getVariants()
Gets the value of the variants property.

Returns:
possible object is OptionalStringParameters

setVariants

public void setVariants(OptionalStringParameters value)
Sets the value of the variants property.

Parameters:
value - allowed object is OptionalStringParameters

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getClientGame

public java.lang.String getClientGame()
Gets the value of the clientGame property.

Returns:
possible object is String

setClientGame

public void setClientGame(java.lang.String value)
Sets the value of the clientGame property.

Parameters:
value - allowed object is String

getCreateGamePanel

public java.lang.String getCreateGamePanel()
Gets the value of the createGamePanel property.

Returns:
possible object is String

setCreateGamePanel

public void setCreateGamePanel(java.lang.String value)
Sets the value of the createGamePanel property.

Parameters:
value - allowed object is String

getServerGame

public java.lang.String getServerGame()
Gets the value of the serverGame property.

Returns:
possible object is String

setServerGame

public void setServerGame(java.lang.String value)
Sets the value of the serverGame property.

Parameters:
value - allowed object is String