|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.GameListGameResponse
public class GameListGameResponse
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 |
---|
public GameListGameResponse()
Method Detail |
---|
public RequireParameters getInfo()
RequireParameters
public void setInfo(RequireParameters value)
value
- allowed object is
RequireParameters
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 |