Package iofXml.v2
Class RaceResult
-
- All Implemented Interfaces:
public class RaceResultJava 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="{}Result"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description RaceResult()
-
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. ResultgetResult()Gets the value of the result property. voidsetResult(Result value)Sets the value of the result 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
-
getResult
Result getResult()
Gets the value of the result property.
- Returns:
possibleobject is Result
-
-
-
-