Uses of Class
com.asdf.parser.RequireParameters

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

Uses of RequireParameters in com.asdf.parser
 

Methods in com.asdf.parser that return RequireParameters
 RequireParameters ObjectFactory.createRequireParameters()
          Create an instance of RequireParameters
 RequireParameters GameRequest.getAction()
          Gets the value of the action property.
 RequireParameters Message.getInfo()
          Gets the value of the info property.
 RequireParameters GameListGameResponse.getInfo()
          Gets the value of the info property.
 

Methods in com.asdf.parser that return types with arguments of type RequireParameters
 java.util.List<RequireParameters> PlayerList.getPlayer()
          Gets the value of the player property.
 

Methods in com.asdf.parser with parameters of type RequireParameters
 void GameRequest.setAction(RequireParameters value)
          Sets the value of the action property.
 void Message.setInfo(RequireParameters value)
          Sets the value of the info property.
 void GameListGameResponse.setInfo(RequireParameters value)
          Sets the value of the info property.