|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.plugins.pokergames.texasholdem.parser.PlayerInfoFieldsMessage
public class PlayerInfoFieldsMessage
Java class for PlayerInfoFieldsMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlayerInfoFieldsMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bankRoll" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="bankRollAtStartOfHand" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="hasActedThisRound" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hasToPostBlind" type="{}ParserBlind" minOccurs="0"/>
<element name="holeCards" type="{}ParserHand" minOccurs="0"/>
<element name="inPot" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="inPotThisRound" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="lastAction" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="lastGameInfo" type="{}GameModelInfoMessage" minOccurs="0"/>
<element name="myName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mySeat" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="myState" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="accountName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PlayerInfoFieldsMessage()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAccountName()
Gets the value of the accountName property. |
double |
getBankRoll()
Gets the value of the bankRoll property. |
double |
getBankRollAtStartOfHand()
Gets the value of the bankRollAtStartOfHand property. |
ParserBlind |
getHasToPostBlind()
Gets the value of the hasToPostBlind property. |
ParserHand |
getHoleCards()
Gets the value of the holeCards property. |
double |
getInPot()
Gets the value of the inPot property. |
double |
getInPotThisRound()
Gets the value of the inPotThisRound property. |
int |
getLastAction()
Gets the value of the lastAction property. |
GameModelInfoMessage |
getLastGameInfo()
Gets the value of the lastGameInfo property. |
java.lang.String |
getMyName()
Gets the value of the myName property. |
int |
getMySeat()
Gets the value of the mySeat property. |
int |
getMyState()
Gets the value of the myState property. |
boolean |
isHasActedThisRound()
Gets the value of the hasActedThisRound property. |
void |
setAccountName(java.lang.String value)
Sets the value of the accountName property. |
void |
setBankRoll(double value)
Sets the value of the bankRoll property. |
void |
setBankRollAtStartOfHand(double value)
Sets the value of the bankRollAtStartOfHand property. |
void |
setHasActedThisRound(boolean value)
Sets the value of the hasActedThisRound property. |
void |
setHasToPostBlind(ParserBlind value)
Sets the value of the hasToPostBlind property. |
void |
setHoleCards(ParserHand value)
Sets the value of the holeCards property. |
void |
setInPot(double value)
Sets the value of the inPot property. |
void |
setInPotThisRound(double value)
Sets the value of the inPotThisRound property. |
void |
setLastAction(int value)
Sets the value of the lastAction property. |
void |
setLastGameInfo(GameModelInfoMessage value)
Sets the value of the lastGameInfo property. |
void |
setMyName(java.lang.String value)
Sets the value of the myName property. |
void |
setMySeat(int value)
Sets the value of the mySeat property. |
void |
setMyState(int value)
Sets the value of the myState property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlayerInfoFieldsMessage()
| Method Detail |
|---|
public double getBankRoll()
public void setBankRoll(double value)
public double getBankRollAtStartOfHand()
public void setBankRollAtStartOfHand(double value)
public boolean isHasActedThisRound()
public void setHasActedThisRound(boolean value)
public ParserBlind getHasToPostBlind()
ParserBlindpublic void setHasToPostBlind(ParserBlind value)
value - allowed object is
ParserBlindpublic ParserHand getHoleCards()
ParserHandpublic void setHoleCards(ParserHand value)
value - allowed object is
ParserHandpublic double getInPot()
public void setInPot(double value)
public double getInPotThisRound()
public void setInPotThisRound(double value)
public int getLastAction()
public void setLastAction(int value)
public GameModelInfoMessage getLastGameInfo()
GameModelInfoMessagepublic void setLastGameInfo(GameModelInfoMessage value)
value - allowed object is
GameModelInfoMessagepublic java.lang.String getMyName()
Stringpublic void setMyName(java.lang.String value)
value - allowed object is
Stringpublic int getMySeat()
public void setMySeat(int value)
public int getMyState()
public void setMyState(int value)
public java.lang.String getAccountName()
Stringpublic void setAccountName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||