Package iofXml.v2

Class RaceResult

java.lang.Object
iofXml.v2.RaceResult

public class RaceResult extends Object

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 Details

    • eventRaceId

      protected String eventRaceId
    • eventRace

      protected EventRace eventRace
    • result

      protected Result result
  • Constructor Details

    • RaceResult

      public RaceResult()
  • Method Details

    • getEventRaceId

      public String getEventRaceId()
      Gets the value of the eventRaceId property.
      Returns:
      possible object is String
    • setEventRaceId

      public void setEventRaceId(String value)
      Sets the value of the eventRaceId property.
      Parameters:
      value - allowed object is String
    • getEventRace

      public EventRace getEventRace()
      Gets the value of the eventRace property.
      Returns:
      possible object is EventRace
    • setEventRace

      public void setEventRace(EventRace value)
      Sets the value of the eventRace property.
      Parameters:
      value - allowed object is EventRace
    • getResult

      public Result getResult()
      Gets the value of the result property.
      Returns:
      possible object is Result
    • setResult

      public void setResult(Result value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is Result