Uses of Class
com.asdf.parser.ChatMessage

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

Uses of ChatMessage in com.asdf.parser
 

Methods in com.asdf.parser that return ChatMessage
 ChatMessage ObjectFactory.createChatMessage()
          Create an instance of ChatMessage
 ChatMessage GameStateUpdate.getChat()
          Gets the value of the chat property.
 ChatMessage GameRequest.getChat()
          Gets the value of the chat property.
 

Methods in com.asdf.parser with parameters of type ChatMessage
 void GameStateUpdate.setChat(ChatMessage value)
          Sets the value of the chat property.
 void GameRequest.setChat(ChatMessage value)
          Sets the value of the chat property.