com.asdf.parser
Class Request

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

public class Request
extends java.lang.Object

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

Request

public Request()
Method Detail

getAccountManagement

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

Returns:
possible object is AccountManagementRequest

setAccountManagement

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

Parameters:
value - allowed object is AccountManagementRequest

getAuthentication

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

Returns:
possible object is AuthenticationRequest

setAuthentication

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

Parameters:
value - allowed object is AuthenticationRequest

getGame

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

Returns:
possible object is GameRequest

setGame

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

Parameters:
value - allowed object is GameRequest

getLobby

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

Returns:
possible object is LobbyRequest

setLobby

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

Parameters:
value - allowed object is LobbyRequest