com.asdf.parser
Class GameDetailsResponse.Players.Player

java.lang.Object
  extended by com.asdf.parser.GameDetailsResponse.Players.Player
Enclosing class:
GameDetailsResponse.Players

public static class GameDetailsResponse.Players.Player
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="Info" type="{}OptionalParameters"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GameDetailsResponse.Players.Player()
           
 
Method Summary
 OptionalParameters getInfo()
          Gets the value of the info property.
 void setInfo(OptionalParameters value)
          Sets the value of the info property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameDetailsResponse.Players.Player

public GameDetailsResponse.Players.Player()
Method Detail

getInfo

public OptionalParameters getInfo()
Gets the value of the info property.

Returns:
possible object is OptionalParameters

setInfo

public void setInfo(OptionalParameters value)
Sets the value of the info property.

Parameters:
value - allowed object is OptionalParameters