|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.Request
public class Request
Java class for Request complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="AccountManagement" type="{}AccountManagementRequest"/>
<element name="Authentication" type="{}AuthenticationRequest"/>
<element name="Game" type="{}GameRequest"/>
<element name="Lobby" type="{}LobbyRequest"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Request()
|
|
| Method Summary | |
|---|---|
AccountManagementRequest |
getAccountManagement()
Gets the value of the accountManagement property. |
AuthenticationRequest |
getAuthentication()
Gets the value of the authentication property. |
GameRequest |
getGame()
Gets the value of the game property. |
LobbyRequest |
getLobby()
Gets the value of the lobby property. |
void |
setAccountManagement(AccountManagementRequest value)
Sets the value of the accountManagement property. |
void |
setAuthentication(AuthenticationRequest value)
Sets the value of the authentication property. |
void |
setGame(GameRequest value)
Sets the value of the game property. |
void |
setLobby(LobbyRequest value)
Sets the value of the lobby property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Request()
| Method Detail |
|---|
public AccountManagementRequest getAccountManagement()
AccountManagementRequestpublic void setAccountManagement(AccountManagementRequest value)
value - allowed object is
AccountManagementRequestpublic AuthenticationRequest getAuthentication()
AuthenticationRequestpublic void setAuthentication(AuthenticationRequest value)
value - allowed object is
AuthenticationRequestpublic GameRequest getGame()
GameRequestpublic void setGame(GameRequest value)
value - allowed object is
GameRequestpublic LobbyRequest getLobby()
LobbyRequestpublic void setLobby(LobbyRequest value)
value - allowed object is
LobbyRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||