Package iofXml.v2
Class RaceStart
java.lang.Object
iofXml.v2.RaceStart
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{}EventRaceId"/>
<element ref="{}EventRace"/>
</choice>
<element ref="{}Start"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventRace property.Gets the value of the eventRaceId property.getStart()Gets the value of the start property.voidsetEventRace(EventRace value) Sets the value of the eventRace property.voidsetEventRaceId(String value) Sets the value of the eventRaceId property.voidSets the value of the start property.
-
Field Details
-
eventRaceId
-
eventRace
-
start
-
-
Constructor Details
-
RaceStart
public RaceStart()
-
-
Method Details
-
getEventRaceId
Gets the value of the eventRaceId property.- Returns:
- possible object is
String
-
setEventRaceId
Sets the value of the eventRaceId property.- Parameters:
value- allowed object isString
-
getEventRace
Gets the value of the eventRace property.- Returns:
- possible object is
EventRace
-
setEventRace
Sets the value of the eventRace property.- Parameters:
value- allowed object isEventRace
-
getStart
Gets the value of the start property.- Returns:
- possible object is
Start
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isStart
-