Uses of Class
com.asdf.parser.OptionalParameters

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

Uses of OptionalParameters in com.asdf.parser
 

Methods in com.asdf.parser that return OptionalParameters
 OptionalParameters ObjectFactory.createOptionalParameters()
          Create an instance of OptionalParameters
 OptionalParameters GameRequest.getDelete()
          Gets the value of the delete property.
 OptionalParameters GameDetailsResponse.Players.Player.getInfo()
          Gets the value of the info property.
 OptionalParameters GameRequest.getJoin()
          Gets the value of the join property.
 OptionalParameters GameListResponse.Games.Game.AdditionalInfo.getOther()
          Gets the value of the other property.
 OptionalParameters GameRequest.getPart()
          Gets the value of the part property.
 

Methods in com.asdf.parser with parameters of type OptionalParameters
 void GameRequest.setDelete(OptionalParameters value)
          Sets the value of the delete property.
 void GameDetailsResponse.Players.Player.setInfo(OptionalParameters value)
          Sets the value of the info property.
 void GameRequest.setJoin(OptionalParameters value)
          Sets the value of the join property.
 void GameListResponse.Games.Game.AdditionalInfo.setOther(OptionalParameters value)
          Sets the value of the other property.
 void GameRequest.setPart(OptionalParameters value)
          Sets the value of the part property.