public class WSAssociation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private WSPlayer[] |
players |
private java.lang.String |
type |
Constructor and Description |
---|
WSAssociation() |
WSAssociation(java.lang.String type,
WSPlayer[] players) |
Modifier and Type | Method and Description |
---|---|
WSPlayer[] |
getPlayers()
Gets the players value for this WSAssociation.
|
java.lang.String |
getType()
Gets the type value for this WSAssociation.
|
void |
setPlayers(WSPlayer[] players)
Sets the players value for this WSAssociation.
|
void |
setType(java.lang.String type)
Sets the type value for this WSAssociation.
|
private java.lang.String type
private WSPlayer[] players
public WSAssociation()
public WSAssociation(java.lang.String type, WSPlayer[] players)
public java.lang.String getType()
public void setType(java.lang.String type)
type
- public WSPlayer[] getPlayers()
public void setPlayers(WSPlayer[] players)
players
- Copyright 2004-2015 Wandora Team