com.asdf.parser
Class Response

java.lang.Object
  extended by com.asdf.parser.Response

public class Response
extends java.lang.Object

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

Response

public Response()
Method Detail

getAccountManagement

public AccountManagementResponse getAccountManagement()
Gets the value of the accountManagement property.

Returns:
possible object is AccountManagementResponse

setAccountManagement

public void setAccountManagement(AccountManagementResponse value)
Sets the value of the accountManagement property.

Parameters:
value - allowed object is AccountManagementResponse

getAuthentication

public AuthenticationResponse getAuthentication()
Gets the value of the authentication property.

Returns:
possible object is AuthenticationResponse

setAuthentication

public void setAuthentication(AuthenticationResponse value)
Sets the value of the authentication property.

Parameters:
value - allowed object is AuthenticationResponse

getGame

public GameResponse getGame()
Gets the value of the game property.

Returns:
possible object is GameResponse

setGame

public void setGame(GameResponse value)
Sets the value of the game property.

Parameters:
value - allowed object is GameResponse

getLobby

public LobbyResponse getLobby()
Gets the value of the lobby property.

Returns:
possible object is LobbyResponse

setLobby

public void setLobby(LobbyResponse value)
Sets the value of the lobby property.

Parameters:
value - allowed object is LobbyResponse

getGeneral

public GenericResponse getGeneral()
Gets the value of the general property.

Returns:
possible object is GenericResponse

setGeneral

public void setGeneral(GenericResponse value)
Sets the value of the general property.

Parameters:
value - allowed object is GenericResponse