com.asdf.parser
Class LobbyRequest.GameDetails

java.lang.Object
  extended by com.asdf.parser.LobbyRequest.GameDetails
Enclosing class:
LobbyRequest

public static class LobbyRequest.GameDetails
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">
       <attribute name="gameID" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
LobbyRequest.GameDetails()
           
 
Method Summary
 long getGameID()
          Gets the value of the gameID property.
 void setGameID(java.lang.Long value)
          Sets the value of the gameID property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LobbyRequest.GameDetails

public LobbyRequest.GameDetails()
Method Detail

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