|
||||||||||
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()
AccountManagementResponse
public void setAccountManagement(AccountManagementResponse value)
value
- allowed object is
AccountManagementResponse
public AuthenticationResponse getAuthentication()
AuthenticationResponse
public void setAuthentication(AuthenticationResponse value)
value
- allowed object is
AuthenticationResponse
public GameResponse getGame()
GameResponse
public void setGame(GameResponse value)
value
- allowed object is
GameResponse
public LobbyResponse getLobby()
LobbyResponse
public void setLobby(LobbyResponse value)
value
- allowed object is
LobbyResponse
public GenericResponse getGeneral()
GenericResponse
public 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 |