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

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

public class ParserCard
extends java.lang.Object

Java class for ParserCard complex type.

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

 <complexType name="ParserCard">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="card" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ParserCard()
           
 
Method Summary
 int getCard()
          Gets the value of the card property.
 void setCard(int value)
          Sets the value of the card property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserCard

public ParserCard()
Method Detail

getCard

public int getCard()
Gets the value of the card property.


setCard

public void setCard(int value)
Sets the value of the card property.