|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.AvailableGamesResponse
public class AvailableGamesResponse
Java class for AvailableGamesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailableGamesResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Game" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Variants" type="{}OptionalStringParameters" minOccurs="0"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="clientGame" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="createGamePanel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="serverGame" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
AvailableGamesResponse.Game
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
AvailableGamesResponse()
|
Method Summary | |
---|---|
java.util.List<AvailableGamesResponse.Game> |
getGame()
Gets the value of the game property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailableGamesResponse()
Method Detail |
---|
public java.util.List<AvailableGamesResponse.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
AvailableGamesResponse.Game
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |