|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.LobbyRequest.GameDetails
public static class LobbyRequest.GameDetails
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 |
---|
public LobbyRequest.GameDetails()
Method Detail |
---|
public long getGameID()
Long
public void setGameID(java.lang.Long value)
value
- allowed object is
Long
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |