Uses of Class
com.asdf.parser.CreateGameResponse

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

Uses of CreateGameResponse in com.asdf.parser
 

Methods in com.asdf.parser that return CreateGameResponse
 CreateGameResponse ObjectFactory.createCreateGameResponse()
          Create an instance of CreateGameResponse
 CreateGameResponse GameResponse.getCreate()
          Gets the value of the create property.
 

Methods in com.asdf.parser with parameters of type CreateGameResponse
 void GameResponse.setCreate(CreateGameResponse value)
          Sets the value of the create property.