com.asdf.plugins.pokergames.texasholdem.parser
Class TexasMessage

java.lang.Object
  extended by com.asdf.plugins.pokergames.texasholdem.parser.TexasMessage

public class TexasMessage
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Action" type="{}ActionMessage"/>
         <element name="GameInfo" type="{}GameModelInfoMessage"/>
         <element name="Hand" type="{}ParserHand"/>
         <element name="Event" type="{}TexasEventMessage"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TexasMessage()
           
 
Method Summary
 ActionMessage getAction()
          Gets the value of the action property.
 TexasEventMessage getEvent()
          Gets the value of the event property.
 GameModelInfoMessage getGameInfo()
          Gets the value of the gameInfo property.
 ParserHand getHand()
          Gets the value of the hand property.
 void setAction(ActionMessage value)
          Sets the value of the action property.
 void setEvent(TexasEventMessage value)
          Sets the value of the event property.
 void setGameInfo(GameModelInfoMessage value)
          Sets the value of the gameInfo property.
 void setHand(ParserHand value)
          Sets the value of the hand property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TexasMessage

public TexasMessage()
Method Detail

getAction

public ActionMessage getAction()
Gets the value of the action property.

Returns:
possible object is ActionMessage

setAction

public void setAction(ActionMessage value)
Sets the value of the action property.

Parameters:
value - allowed object is ActionMessage

getGameInfo

public GameModelInfoMessage getGameInfo()
Gets the value of the gameInfo property.

Returns:
possible object is GameModelInfoMessage

setGameInfo

public void setGameInfo(GameModelInfoMessage value)
Sets the value of the gameInfo property.

Parameters:
value - allowed object is GameModelInfoMessage

getHand

public ParserHand getHand()
Gets the value of the hand property.

Returns:
possible object is ParserHand

setHand

public void setHand(ParserHand value)
Sets the value of the hand property.

Parameters:
value - allowed object is ParserHand

getEvent

public TexasEventMessage getEvent()
Gets the value of the event property.

Returns:
possible object is TexasEventMessage

setEvent

public void setEvent(TexasEventMessage value)
Sets the value of the event property.

Parameters:
value - allowed object is TexasEventMessage