com.asdf.parser
Class GameListResponse.Games.Game

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

public static class GameListResponse.Games.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="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>
 


Nested Class Summary
static class GameListResponse.Games.Game.AdditionalInfo
          Java class for anonymous complex type.
 
Constructor Summary
GameListResponse.Games.Game()
           
 
Method Summary
 GameListResponse.Games.Game.AdditionalInfo getAdditionalInfo()
          Gets the value of the additionalInfo property.
 long getGameID()
          Gets the value of the gameID property.
 java.lang.String getGameType()
          Gets the value of the gameType property.
 java.lang.String getGameVariant()
          Gets the value of the gameVariant property.
 int getMaxPlayers()
          Gets the value of the maxPlayers property.
 java.lang.String getName()
          Gets the value of the name property.
 int getPlayers()
          Gets the value of the players property.
 void setAdditionalInfo(GameListResponse.Games.Game.AdditionalInfo value)
          Sets the value of the additionalInfo property.
 void setGameID(long value)
          Sets the value of the gameID property.
 void setGameType(java.lang.String value)
          Sets the value of the gameType property.
 void setGameVariant(java.lang.String value)
          Sets the value of the gameVariant property.
 void setMaxPlayers(int value)
          Sets the value of the maxPlayers property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPlayers(int value)
          Sets the value of the players property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameListResponse.Games.Game

public GameListResponse.Games.Game()
Method Detail

getAdditionalInfo

public GameListResponse.Games.Game.AdditionalInfo getAdditionalInfo()
Gets the value of the additionalInfo property.

Returns:
possible object is GameListResponse.Games.Game.AdditionalInfo

setAdditionalInfo

public void setAdditionalInfo(GameListResponse.Games.Game.AdditionalInfo value)
Sets the value of the additionalInfo property.

Parameters:
value - allowed object is GameListResponse.Games.Game.AdditionalInfo

getGameID

public long getGameID()
Gets the value of the gameID property.


setGameID

public void setGameID(long value)
Sets the value of the gameID property.


getPlayers

public int getPlayers()
Gets the value of the players property.


setPlayers

public void setPlayers(int value)
Sets the value of the players property.


getMaxPlayers

public int getMaxPlayers()
Gets the value of the maxPlayers property.


setMaxPlayers

public void setMaxPlayers(int value)
Sets the value of the maxPlayers property.


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

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

getGameVariant

public java.lang.String getGameVariant()
Gets the value of the gameVariant property.

Returns:
possible object is String

setGameVariant

public void setGameVariant(java.lang.String value)
Sets the value of the gameVariant property.

Parameters:
value - allowed object is String