com.asdf.parser
Class GameListResponse.Games

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

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


Nested Class Summary
static class GameListResponse.Games.Game
          Java class for anonymous complex type.
 
Constructor Summary
GameListResponse.Games()
           
 
Method Summary
 java.util.List<GameListResponse.Games.Game> getGame()
          Gets the value of the game property.
 java.lang.String getRequestedGameType()
          Gets the value of the requestedGameType property.
 java.lang.String getRequestedGameVariant()
          Gets the value of the requestedGameVariant property.
 void setRequestedGameType(java.lang.String value)
          Sets the value of the requestedGameType property.
 void setRequestedGameVariant(java.lang.String value)
          Sets the value of the requestedGameVariant property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameListResponse.Games

public GameListResponse.Games()
Method Detail

getGame

public java.util.List<GameListResponse.Games.Game> getGame()
Gets the value of the game property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the game property.

For example, to add a new item, do as follows:

    getGame().add(newItem);
 

Objects of the following type(s) are allowed in the list GameListResponse.Games.Game


getRequestedGameType

public java.lang.String getRequestedGameType()
Gets the value of the requestedGameType property.

Returns:
possible object is String

setRequestedGameType

public void setRequestedGameType(java.lang.String value)
Sets the value of the requestedGameType property.

Parameters:
value - allowed object is String

getRequestedGameVariant

public java.lang.String getRequestedGameVariant()
Gets the value of the requestedGameVariant property.

Returns:
possible object is String

setRequestedGameVariant

public void setRequestedGameVariant(java.lang.String value)
Sets the value of the requestedGameVariant property.

Parameters:
value - allowed object is String