public class Race
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
id |
protected java.lang.String |
race |
| Constructor and Description |
|---|
Race() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getId()
Gets the value of the id property.
|
java.lang.String |
getRace()
Gets the value of the race property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setRace(java.lang.String value)
Sets the value of the race property.
|
public java.lang.String getRace()
Stringpublic void setRace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2014. All Rights Reserved.