Package iofXml.v2
Class RaceStart
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description RaceStart()
-
Method Summary
Modifier and Type Method Description String
getEventRaceId()
Gets the value of the eventRaceId property. void
setEventRaceId(String value)
Sets the value of the eventRaceId property. EventRace
getEventRace()
Gets the value of the eventRace property. void
setEventRace(EventRace value)
Sets the value of the eventRace property. Start
getStart()
Gets the value of the start property. void
setStart(Start value)
Sets the value of the start property. -
-
Method Detail
-
getEventRaceId
String getEventRaceId()
Gets the value of the eventRaceId property.
- Returns:
possibleobject is String
-
setEventRaceId
void setEventRaceId(String value)
Sets the value of the eventRaceId property.
- Parameters:
value
- allowed object is String
-
getEventRace
EventRace getEventRace()
Gets the value of the eventRace property.
- Returns:
possibleobject is EventRace
-
setEventRace
void setEventRace(EventRace value)
Sets the value of the eventRace property.
- Parameters:
value
- allowed object is EventRace
-
-
-
-