|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.plugins.pokergames.texasholdem.parser.ParserHand
public class ParserHand
Java class for ParserHand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParserHand"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cards" type="{}ParserCard" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="seat" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ParserHand()
|
Method Summary | |
---|---|
java.util.List<ParserCard> |
getCards()
Gets the value of the cards property. |
int |
getSeat()
Gets the value of the seat property. |
void |
setSeat(int value)
Sets the value of the seat property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserHand()
Method Detail |
---|
public java.util.List<ParserCard> getCards()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the cards property.
For example, to add a new item, do as follows:
getCards().add(newItem);
Objects of the following type(s) are allowed in the list
ParserCard
public int getSeat()
public void setSeat(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |