|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.GameListResponse.Games.Game.AdditionalInfo
public static class GameListResponse.Games.Game.AdditionalInfo
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="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>
Nested Class Summary | |
---|---|
static class |
GameListResponse.Games.Game.AdditionalInfo.Players
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
GameListResponse.Games.Game.AdditionalInfo()
|
Method Summary | |
---|---|
OptionalParameters |
getOther()
Gets the value of the other property. |
GameListResponse.Games.Game.AdditionalInfo.Players |
getPlayers()
Gets the value of the players property. |
void |
setOther(OptionalParameters value)
Sets the value of the other property. |
void |
setPlayers(GameListResponse.Games.Game.AdditionalInfo.Players 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.AdditionalInfo()
Method Detail |
---|
public OptionalParameters getOther()
OptionalParameters
public void setOther(OptionalParameters value)
value
- allowed object is
OptionalParameters
public GameListResponse.Games.Game.AdditionalInfo.Players getPlayers()
GameListResponse.Games.Game.AdditionalInfo.Players
public void setPlayers(GameListResponse.Games.Game.AdditionalInfo.Players value)
value
- allowed object is
GameListResponse.Games.Game.AdditionalInfo.Players
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |