com.asdf.parser
Class ObjectFactory

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

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.asdf.parser package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.asdf.parser
 
Method Summary
 AccountManagementRequest createAccountManagementRequest()
          Create an instance of AccountManagementRequest
 AccountManagementRequest.ChangePassword createAccountManagementRequestChangePassword()
          Create an instance of AccountManagementRequest.ChangePassword
 AccountManagementRequest.Create createAccountManagementRequestCreate()
          Create an instance of AccountManagementRequest.Create
 AccountManagementRequest.Delete createAccountManagementRequestDelete()
          Create an instance of AccountManagementRequest.Delete
 AccountManagementResponse createAccountManagementResponse()
          Create an instance of AccountManagementResponse
 AuthenticationRequest createAuthenticationRequest()
          Create an instance of AuthenticationRequest
 AuthenticationRequest.Login createAuthenticationRequestLogin()
          Create an instance of AuthenticationRequest.Login
 AuthenticationResponse createAuthenticationResponse()
          Create an instance of AuthenticationResponse
 AvailableGamesResponse createAvailableGamesResponse()
          Create an instance of AvailableGamesResponse
 AvailableGamesResponse.Game createAvailableGamesResponseGame()
          Create an instance of AvailableGamesResponse.Game
 ChatMessage createChatMessage()
          Create an instance of ChatMessage
 CreateGameRequest createCreateGameRequest()
          Create an instance of CreateGameRequest
 CreateGameResponse createCreateGameResponse()
          Create an instance of CreateGameResponse
 Custom createCustom()
          Create an instance of Custom
 GameDetailsResponse createGameDetailsResponse()
          Create an instance of GameDetailsResponse
 GameDetailsResponse.Players createGameDetailsResponsePlayers()
          Create an instance of GameDetailsResponse.Players
 GameDetailsResponse.Players.Player createGameDetailsResponsePlayersPlayer()
          Create an instance of GameDetailsResponse.Players.Player
 GameListGameResponse createGameListGameResponse()
          Create an instance of GameListGameResponse
 GameListResponse createGameListResponse()
          Create an instance of GameListResponse
 GameListResponse.Games createGameListResponseGames()
          Create an instance of GameListResponse.Games
 GameListResponse.Games.Game createGameListResponseGamesGame()
          Create an instance of GameListResponse.Games.Game
 GameListResponse.Games.Game.AdditionalInfo createGameListResponseGamesGameAdditionalInfo()
          Create an instance of GameListResponse.Games.Game.AdditionalInfo
 GameListResponse.Games.Game.AdditionalInfo.Players createGameListResponseGamesGameAdditionalInfoPlayers()
          Create an instance of GameListResponse.Games.Game.AdditionalInfo.Players
 GameRequest createGameRequest()
          Create an instance of GameRequest
 GameResponse createGameResponse()
          Create an instance of GameResponse
 GameStateUpdate createGameStateUpdate()
          Create an instance of GameStateUpdate
 GenericResponse createGenericResponse()
          Create an instance of GenericResponse
 GenericStateUpdate createGenericStateUpdate()
          Create an instance of GenericStateUpdate
 LobbyRequest createLobbyRequest()
          Create an instance of LobbyRequest
 LobbyRequest.GameDetails createLobbyRequestGameDetails()
          Create an instance of LobbyRequest.GameDetails
 LobbyRequest.GameList createLobbyRequestGameList()
          Create an instance of LobbyRequest.GameList
 LobbyResponse createLobbyResponse()
          Create an instance of LobbyResponse
 LobbyStateUpdate createLobbyStateUpdate()
          Create an instance of LobbyStateUpdate
 LoginResponse createLoginResponse()
          Create an instance of LoginResponse
 Message createMessage()
          Create an instance of Message
 OptionalParameters createOptionalParameters()
          Create an instance of OptionalParameters
 OptionalStringParameters createOptionalStringParameters()
          Create an instance of OptionalStringParameters
 Parameters createParameters()
          Create an instance of Parameters
 PlayerList createPlayerList()
          Create an instance of PlayerList
 Request createRequest()
          Create an instance of Request
 RequireParameters createRequireParameters()
          Create an instance of RequireParameters
 RequireStringParameters createRequireStringParameters()
          Create an instance of RequireStringParameters
 Response createResponse()
          Create an instance of Response
 StateUpdate createStateUpdate()
          Create an instance of StateUpdate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.asdf.parser

Method Detail

createStateUpdate

public StateUpdate createStateUpdate()
Create an instance of StateUpdate


createRequest

public Request createRequest()
Create an instance of Request


createRequireParameters

public RequireParameters createRequireParameters()
Create an instance of RequireParameters


createLobbyResponse

public LobbyResponse createLobbyResponse()
Create an instance of LobbyResponse


createCreateGameRequest

public CreateGameRequest createCreateGameRequest()
Create an instance of CreateGameRequest


createAccountManagementRequest

public AccountManagementRequest createAccountManagementRequest()
Create an instance of AccountManagementRequest


createAvailableGamesResponse

public AvailableGamesResponse createAvailableGamesResponse()
Create an instance of AvailableGamesResponse


createGameListResponse

public GameListResponse createGameListResponse()
Create an instance of GameListResponse


createAccountManagementRequestChangePassword

public AccountManagementRequest.ChangePassword createAccountManagementRequestChangePassword()
Create an instance of AccountManagementRequest.ChangePassword


createAvailableGamesResponseGame

public AvailableGamesResponse.Game createAvailableGamesResponseGame()
Create an instance of AvailableGamesResponse.Game


createGameListResponseGamesGameAdditionalInfoPlayers

public GameListResponse.Games.Game.AdditionalInfo.Players createGameListResponseGamesGameAdditionalInfoPlayers()
Create an instance of GameListResponse.Games.Game.AdditionalInfo.Players


createGameDetailsResponsePlayers

public GameDetailsResponse.Players createGameDetailsResponsePlayers()
Create an instance of GameDetailsResponse.Players


createOptionalParameters

public OptionalParameters createOptionalParameters()
Create an instance of OptionalParameters


createAccountManagementRequestCreate

public AccountManagementRequest.Create createAccountManagementRequestCreate()
Create an instance of AccountManagementRequest.Create


createLobbyRequestGameDetails

public LobbyRequest.GameDetails createLobbyRequestGameDetails()
Create an instance of LobbyRequest.GameDetails


createAccountManagementResponse

public AccountManagementResponse createAccountManagementResponse()
Create an instance of AccountManagementResponse


createGameListResponseGames

public GameListResponse.Games createGameListResponseGames()
Create an instance of GameListResponse.Games


createLoginResponse

public LoginResponse createLoginResponse()
Create an instance of LoginResponse


createResponse

public Response createResponse()
Create an instance of Response


createGenericResponse

public GenericResponse createGenericResponse()
Create an instance of GenericResponse


createParameters

public Parameters createParameters()
Create an instance of Parameters


createGameListGameResponse

public GameListGameResponse createGameListGameResponse()
Create an instance of GameListGameResponse


createGameDetailsResponse

public GameDetailsResponse createGameDetailsResponse()
Create an instance of GameDetailsResponse


createPlayerList

public PlayerList createPlayerList()
Create an instance of PlayerList


createLobbyStateUpdate

public LobbyStateUpdate createLobbyStateUpdate()
Create an instance of LobbyStateUpdate


createLobbyRequestGameList

public LobbyRequest.GameList createLobbyRequestGameList()
Create an instance of LobbyRequest.GameList


createMessage

public Message createMessage()
Create an instance of Message


createAuthenticationRequest

public AuthenticationRequest createAuthenticationRequest()
Create an instance of AuthenticationRequest


createGameListResponseGamesGameAdditionalInfo

public GameListResponse.Games.Game.AdditionalInfo createGameListResponseGamesGameAdditionalInfo()
Create an instance of GameListResponse.Games.Game.AdditionalInfo


createGameRequest

public GameRequest createGameRequest()
Create an instance of GameRequest


createGameResponse

public GameResponse createGameResponse()
Create an instance of GameResponse


createGenericStateUpdate

public GenericStateUpdate createGenericStateUpdate()
Create an instance of GenericStateUpdate


createRequireStringParameters

public RequireStringParameters createRequireStringParameters()
Create an instance of RequireStringParameters


createLobbyRequest

public LobbyRequest createLobbyRequest()
Create an instance of LobbyRequest


createGameStateUpdate

public GameStateUpdate createGameStateUpdate()
Create an instance of GameStateUpdate


createGameDetailsResponsePlayersPlayer

public GameDetailsResponse.Players.Player createGameDetailsResponsePlayersPlayer()
Create an instance of GameDetailsResponse.Players.Player


createGameListResponseGamesGame

public GameListResponse.Games.Game createGameListResponseGamesGame()
Create an instance of GameListResponse.Games.Game


createAccountManagementRequestDelete

public AccountManagementRequest.Delete createAccountManagementRequestDelete()
Create an instance of AccountManagementRequest.Delete


createOptionalStringParameters

public OptionalStringParameters createOptionalStringParameters()
Create an instance of OptionalStringParameters


createAuthenticationResponse

public AuthenticationResponse createAuthenticationResponse()
Create an instance of AuthenticationResponse


createAuthenticationRequestLogin

public AuthenticationRequest.Login createAuthenticationRequestLogin()
Create an instance of AuthenticationRequest.Login


createCustom

public Custom createCustom()
Create an instance of Custom


createChatMessage

public ChatMessage createChatMessage()
Create an instance of ChatMessage


createCreateGameResponse

public CreateGameResponse createCreateGameResponse()
Create an instance of CreateGameResponse