|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.GameListResponse
public class GameListResponse
Java class for GameListResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GameListResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ColumnNames" type="{}OptionalStringParameters"/>
<element name="Games">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Game" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="requestedGameType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="requestedGameVariant" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
GameListResponse.Games
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
GameListResponse()
|
|
| Method Summary | |
|---|---|
OptionalStringParameters |
getColumnNames()
Gets the value of the columnNames property. |
GameListResponse.Games |
getGames()
Gets the value of the games property. |
void |
setColumnNames(OptionalStringParameters value)
Sets the value of the columnNames property. |
void |
setGames(GameListResponse.Games value)
Sets the value of the games property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GameListResponse()
| Method Detail |
|---|
public OptionalStringParameters getColumnNames()
OptionalStringParameterspublic void setColumnNames(OptionalStringParameters value)
value - allowed object is
OptionalStringParameterspublic GameListResponse.Games getGames()
GameListResponse.Gamespublic void setGames(GameListResponse.Games value)
value - allowed object is
GameListResponse.Games
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||