|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.plugins.pokergames.texasholdem.parser.TexasMessage
public class TexasMessage
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 |
---|
public TexasMessage()
Method Detail |
---|
public ActionMessage getAction()
ActionMessage
public void setAction(ActionMessage value)
value
- allowed object is
ActionMessage
public GameModelInfoMessage getGameInfo()
GameModelInfoMessage
public void setGameInfo(GameModelInfoMessage value)
value
- allowed object is
GameModelInfoMessage
public ParserHand getHand()
ParserHand
public void setHand(ParserHand value)
value
- allowed object is
ParserHand
public TexasEventMessage getEvent()
TexasEventMessage
public void setEvent(TexasEventMessage value)
value
- allowed object is
TexasEventMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |