|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.Race
public class Race
Java class for Race complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Race">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="race" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
id
|
protected String |
race
|
| Constructor Summary | |
|---|---|
Race()
|
|
| Method Summary | |
|---|---|
Integer |
getId()
Gets the value of the id property. |
String |
getRace()
Gets the value of the race property. |
void |
setId(Integer value)
Sets the value of the id property. |
void |
setRace(String value)
Sets the value of the race property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String race
protected Integer id
| Constructor Detail |
|---|
public Race()
| Method Detail |
|---|
public String getRace()
Stringpublic void setRace(String value)
value - allowed object is
Stringpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||