|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.Response
public class Response
Java class for Response complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Response">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="AccountManagement" type="{}AccountManagementResponse"/>
<element name="Authentication" type="{}AuthenticationResponse"/>
<element name="Game" type="{}GameResponse"/>
<element name="Lobby" type="{}LobbyResponse"/>
<element name="General" type="{}GenericResponse"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Response()
|
|
| Method Summary | |
|---|---|
AccountManagementResponse |
getAccountManagement()
Gets the value of the accountManagement property. |
AuthenticationResponse |
getAuthentication()
Gets the value of the authentication property. |
GameResponse |
getGame()
Gets the value of the game property. |
GenericResponse |
getGeneral()
Gets the value of the general property. |
LobbyResponse |
getLobby()
Gets the value of the lobby property. |
void |
setAccountManagement(AccountManagementResponse value)
Sets the value of the accountManagement property. |
void |
setAuthentication(AuthenticationResponse value)
Sets the value of the authentication property. |
void |
setGame(GameResponse value)
Sets the value of the game property. |
void |
setGeneral(GenericResponse value)
Sets the value of the general property. |
void |
setLobby(LobbyResponse 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 Response()
| Method Detail |
|---|
public AccountManagementResponse getAccountManagement()
AccountManagementResponsepublic void setAccountManagement(AccountManagementResponse value)
value - allowed object is
AccountManagementResponsepublic AuthenticationResponse getAuthentication()
AuthenticationResponsepublic void setAuthentication(AuthenticationResponse value)
value - allowed object is
AuthenticationResponsepublic GameResponse getGame()
GameResponsepublic void setGame(GameResponse value)
value - allowed object is
GameResponsepublic LobbyResponse getLobby()
LobbyResponsepublic void setLobby(LobbyResponse value)
value - allowed object is
LobbyResponsepublic GenericResponse getGeneral()
GenericResponsepublic void setGeneral(GenericResponse value)
value - allowed object is
GenericResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||