com.asdf.parser
Class GameListResponse.Games.Game.AdditionalInfo

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

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


Nested Class Summary
static class GameListResponse.Games.Game.AdditionalInfo.Players
          Java class for anonymous complex type.
 
Constructor Summary
GameListResponse.Games.Game.AdditionalInfo()
           
 
Method Summary
 OptionalParameters getOther()
          Gets the value of the other property.
 GameListResponse.Games.Game.AdditionalInfo.Players getPlayers()
          Gets the value of the players property.
 void setOther(OptionalParameters value)
          Sets the value of the other property.
 void setPlayers(GameListResponse.Games.Game.AdditionalInfo.Players 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.AdditionalInfo

public GameListResponse.Games.Game.AdditionalInfo()
Method Detail

getOther

public OptionalParameters getOther()
Gets the value of the other property.

Returns:
possible object is OptionalParameters

setOther

public void setOther(OptionalParameters value)
Sets the value of the other property.

Parameters:
value - allowed object is OptionalParameters

getPlayers

public GameListResponse.Games.Game.AdditionalInfo.Players getPlayers()
Gets the value of the players property.

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

setPlayers

public void setPlayers(GameListResponse.Games.Game.AdditionalInfo.Players value)
Sets the value of the players property.

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