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() |
Copyright © 2014. All Rights Reserved.