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