com.asdf.parser
Class GameListGameResponse

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

public class GameListGameResponse
extends java.lang.Object

Java class for GameListGameResponse complex type.

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

 <complexType name="GameListGameResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Info" type="{}RequireParameters"/>
       </sequence>
       <attribute name="gameID" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GameListGameResponse()
           
 
Method Summary
 long getGameID()
          Gets the value of the gameID property.
 RequireParameters getInfo()
          Gets the value of the info property.
 void setGameID(java.lang.Long value)
          Sets the value of the gameID property.
 void setInfo(RequireParameters 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

GameListGameResponse

public GameListGameResponse()
Method Detail

getInfo

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

Returns:
possible object is RequireParameters

setInfo

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

Parameters:
value - allowed object is RequireParameters

getGameID

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

Returns:
possible object is Long

setGameID

public void setGameID(java.lang.Long value)
Sets the value of the gameID property.

Parameters:
value - allowed object is Long