public class Race extends 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 Integer |
id |
protected String |
race |
| Constructor and Description |
|---|
Race() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016. All Rights Reserved.