Uses of Class
com.asdf.parser.LobbyRequest.GameDetails

Packages that use LobbyRequest.GameDetails
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of LobbyRequest.GameDetails in com.asdf.parser
 

Methods in com.asdf.parser that return LobbyRequest.GameDetails
 LobbyRequest.GameDetails ObjectFactory.createLobbyRequestGameDetails()
          Create an instance of LobbyRequest.GameDetails
 LobbyRequest.GameDetails LobbyRequest.getGameDetails()
          Gets the value of the gameDetails property.
 

Methods in com.asdf.parser with parameters of type LobbyRequest.GameDetails
 void LobbyRequest.setGameDetails(LobbyRequest.GameDetails value)
          Sets the value of the gameDetails property.