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

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

public class PlayerInfoFieldsMessage
extends java.lang.Object

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

PlayerInfoFieldsMessage

public PlayerInfoFieldsMessage()
Method Detail

getBankRoll

public double getBankRoll()
Gets the value of the bankRoll property.


setBankRoll

public void setBankRoll(double value)
Sets the value of the bankRoll property.


getBankRollAtStartOfHand

public double getBankRollAtStartOfHand()
Gets the value of the bankRollAtStartOfHand property.


setBankRollAtStartOfHand

public void setBankRollAtStartOfHand(double value)
Sets the value of the bankRollAtStartOfHand property.


isHasActedThisRound

public boolean isHasActedThisRound()
Gets the value of the hasActedThisRound property.


setHasActedThisRound

public void setHasActedThisRound(boolean value)
Sets the value of the hasActedThisRound property.


getHasToPostBlind

public ParserBlind getHasToPostBlind()
Gets the value of the hasToPostBlind property.

Returns:
possible object is ParserBlind

setHasToPostBlind

public void setHasToPostBlind(ParserBlind value)
Sets the value of the hasToPostBlind property.

Parameters:
value - allowed object is ParserBlind

getHoleCards

public ParserHand getHoleCards()
Gets the value of the holeCards property.

Returns:
possible object is ParserHand

setHoleCards

public void setHoleCards(ParserHand value)
Sets the value of the holeCards property.

Parameters:
value - allowed object is ParserHand

getInPot

public double getInPot()
Gets the value of the inPot property.


setInPot

public void setInPot(double value)
Sets the value of the inPot property.


getInPotThisRound

public double getInPotThisRound()
Gets the value of the inPotThisRound property.


setInPotThisRound

public void setInPotThisRound(double value)
Sets the value of the inPotThisRound property.


getLastAction

public int getLastAction()
Gets the value of the lastAction property.


setLastAction

public void setLastAction(int value)
Sets the value of the lastAction property.


getLastGameInfo

public GameModelInfoMessage getLastGameInfo()
Gets the value of the lastGameInfo property.

Returns:
possible object is GameModelInfoMessage

setLastGameInfo

public void setLastGameInfo(GameModelInfoMessage value)
Sets the value of the lastGameInfo property.

Parameters:
value - allowed object is GameModelInfoMessage

getMyName

public java.lang.String getMyName()
Gets the value of the myName property.

Returns:
possible object is String

setMyName

public void setMyName(java.lang.String value)
Sets the value of the myName property.

Parameters:
value - allowed object is String

getMySeat

public int getMySeat()
Gets the value of the mySeat property.


setMySeat

public void setMySeat(int value)
Sets the value of the mySeat property.


getMyState

public int getMyState()
Gets the value of the myState property.


setMyState

public void setMyState(int value)
Sets the value of the myState property.


getAccountName

public java.lang.String getAccountName()
Gets the value of the accountName property.

Returns:
possible object is String

setAccountName

public void setAccountName(java.lang.String value)
Sets the value of the accountName property.

Parameters:
value - allowed object is String