|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.GameListResponse.Games.Game
public static class GameListResponse.Games.Game
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="AdditionalInfo" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Other" type="{}OptionalParameters"/> <element name="Players" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Player" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="gameID" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="players" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="maxPlayers" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="gameType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="gameVariant" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
GameListResponse.Games.Game.AdditionalInfo
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
GameListResponse.Games.Game()
|
Method Summary | |
---|---|
GameListResponse.Games.Game.AdditionalInfo |
getAdditionalInfo()
Gets the value of the additionalInfo property. |
long |
getGameID()
Gets the value of the gameID property. |
java.lang.String |
getGameType()
Gets the value of the gameType property. |
java.lang.String |
getGameVariant()
Gets the value of the gameVariant property. |
int |
getMaxPlayers()
Gets the value of the maxPlayers property. |
java.lang.String |
getName()
Gets the value of the name property. |
int |
getPlayers()
Gets the value of the players property. |
void |
setAdditionalInfo(GameListResponse.Games.Game.AdditionalInfo value)
Sets the value of the additionalInfo property. |
void |
setGameID(long value)
Sets the value of the gameID property. |
void |
setGameType(java.lang.String value)
Sets the value of the gameType property. |
void |
setGameVariant(java.lang.String value)
Sets the value of the gameVariant property. |
void |
setMaxPlayers(int value)
Sets the value of the maxPlayers property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPlayers(int value)
Sets the value of the players property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GameListResponse.Games.Game()
Method Detail |
---|
public GameListResponse.Games.Game.AdditionalInfo getAdditionalInfo()
GameListResponse.Games.Game.AdditionalInfo
public void setAdditionalInfo(GameListResponse.Games.Game.AdditionalInfo value)
value
- allowed object is
GameListResponse.Games.Game.AdditionalInfo
public long getGameID()
public void setGameID(long value)
public int getPlayers()
public void setPlayers(int value)
public int getMaxPlayers()
public void setMaxPlayers(int value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGameType()
String
public void setGameType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGameVariant()
String
public void setGameVariant(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |