|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.GameListResponse.Games
public static class GameListResponse.Games
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="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>
Nested Class Summary | |
---|---|
static class |
GameListResponse.Games.Game
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
GameListResponse.Games()
|
Method Summary | |
---|---|
java.util.List<GameListResponse.Games.Game> |
getGame()
Gets the value of the game property. |
java.lang.String |
getRequestedGameType()
Gets the value of the requestedGameType property. |
java.lang.String |
getRequestedGameVariant()
Gets the value of the requestedGameVariant property. |
void |
setRequestedGameType(java.lang.String value)
Sets the value of the requestedGameType property. |
void |
setRequestedGameVariant(java.lang.String value)
Sets the value of the requestedGameVariant property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GameListResponse.Games()
Method Detail |
---|
public java.util.List<GameListResponse.Games.Game> getGame()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the game property.
For example, to add a new item, do as follows:
getGame().add(newItem);
Objects of the following type(s) are allowed in the list
GameListResponse.Games.Game
public java.lang.String getRequestedGameType()
String
public void setRequestedGameType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRequestedGameVariant()
String
public void setRequestedGameVariant(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 |