com.asdf.parser
Class GameListResponse

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

public class GameListResponse
extends java.lang.Object

Java class for GameListResponse complex type.

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

 <complexType name="GameListResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ColumnNames" type="{}OptionalStringParameters"/>
         <element name="Games">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Game" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="AdditionalInfo" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="Other" type="{}OptionalParameters"/>
                                       <element name="Players" minOccurs="0">
                                         <complexType>
                                           <complexContent>
                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                               <sequence>
                                                 <element name="Player" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                                               </sequence>
                                             </restriction>
                                           </complexContent>
                                         </complexType>
                                       </element>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                           <attribute name="gameID" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
                           <attribute name="players" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                           <attribute name="maxPlayers" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="gameType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="gameVariant" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="requestedGameType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="requestedGameVariant" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GameListResponse.Games
          Java class for anonymous complex type.
 
Constructor Summary
GameListResponse()
           
 
Method Summary
 OptionalStringParameters getColumnNames()
          Gets the value of the columnNames property.
 GameListResponse.Games getGames()
          Gets the value of the games property.
 void setColumnNames(OptionalStringParameters value)
          Sets the value of the columnNames property.
 void setGames(GameListResponse.Games value)
          Sets the value of the games property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameListResponse

public GameListResponse()
Method Detail

getColumnNames

public OptionalStringParameters getColumnNames()
Gets the value of the columnNames property.

Returns:
possible object is OptionalStringParameters

setColumnNames

public void setColumnNames(OptionalStringParameters value)
Sets the value of the columnNames property.

Parameters:
value - allowed object is OptionalStringParameters

getGames

public GameListResponse.Games getGames()
Gets the value of the games property.

Returns:
possible object is GameListResponse.Games

setGames

public void setGames(GameListResponse.Games value)
Sets the value of the games property.

Parameters:
value - allowed object is GameListResponse.Games