Package iofXml.v2
Class RaceResult
java.lang.Object
iofXml.v2.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventRace property.Gets the value of the eventRaceId property.Gets the value of the result 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 result property.
-
Field Details
-
eventRaceId
-
eventRace
-
result
-
-
Constructor Details
-
RaceResult
public RaceResult()
-
-
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
-
getResult
Gets the value of the result property.- Returns:
- possible object is
Result
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isResult
-