Package iofXml.v2
Class RaceStart
-
- All Implemented Interfaces:
public class RaceStartJava 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 StringgetEventRaceId()Gets the value of the eventRaceId property. voidsetEventRaceId(String value)Sets the value of the eventRaceId property. EventRacegetEventRace()Gets the value of the eventRace property. voidsetEventRace(EventRace value)Sets the value of the eventRace property. StartgetStart()Gets the value of the start property. voidsetStart(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
-
-
-
-