Package iofXml.v2

Class Result

java.lang.Object
iofXml.v2.Result

public class Result 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>
         <element ref="{}StartNumber" minOccurs="0"/>
         <element ref="{}BibNumber" minOccurs="0"/>
         <choice minOccurs="0">
           <element ref="{}CCardId"/>
           <element ref="{}CCard"/>
         </choice>
         <element ref="{}StartTime" minOccurs="0"/>
         <element ref="{}FinishTime" minOccurs="0"/>
         <element ref="{}Time" minOccurs="0"/>
         <element ref="{}ResultPosition" minOccurs="0"/>
         <element ref="{}CompetitorStatus"/>
         <element ref="{}TeamSequence" minOccurs="0"/>
         <choice minOccurs="0">
           <element ref="{}CourseVariationId"/>
           <element ref="{}CourseVariation"/>
           <element ref="{}CourseLength"/>
         </choice>
         <element ref="{}SplitTime" maxOccurs="unbounded" minOccurs="0"/>
         <choice minOccurs="0">
           <element ref="{}BadgeValueId"/>
           <element ref="{}BadgeValue"/>
         </choice>
         <element ref="{}Point" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • startNumber

      protected String startNumber
    • bibNumber

      protected String bibNumber
    • cCardId

      protected String cCardId
    • cCard

      protected CCard cCard
    • startTime

      protected StartTime startTime
    • finishTime

      protected FinishTime finishTime
    • time

      protected Time time
    • resultPosition

      protected String resultPosition
    • competitorStatus

      protected CompetitorStatus competitorStatus
    • teamSequence

      protected String teamSequence
    • courseVariationId

      protected String courseVariationId
    • courseVariation

      protected CourseVariation courseVariation
    • courseLength

      protected CourseLength courseLength
    • splitTime

      protected List<SplitTime> splitTime
    • badgeValueId

      protected BadgeValueId badgeValueId
    • badgeValue

      protected BadgeValue badgeValue
    • point

      protected List<Point> point
    • modifyDate

      protected ModifyDate modifyDate
  • Constructor Details

    • Result

      public Result()
  • Method Details

    • getStartNumber

      public String getStartNumber()
      Gets the value of the startNumber property.
      Returns:
      possible object is String
    • setStartNumber

      public void setStartNumber(String value)
      Sets the value of the startNumber property.
      Parameters:
      value - allowed object is String
    • getBibNumber

      public String getBibNumber()
      Gets the value of the bibNumber property.
      Returns:
      possible object is String
    • setBibNumber

      public void setBibNumber(String value)
      Sets the value of the bibNumber property.
      Parameters:
      value - allowed object is String
    • getCCardId

      public String getCCardId()
      Gets the value of the cCardId property.
      Returns:
      possible object is String
    • setCCardId

      public void setCCardId(String value)
      Sets the value of the cCardId property.
      Parameters:
      value - allowed object is String
    • getCCard

      public CCard getCCard()
      Gets the value of the cCard property.
      Returns:
      possible object is CCard
    • setCCard

      public void setCCard(CCard value)
      Sets the value of the cCard property.
      Parameters:
      value - allowed object is CCard
    • getStartTime

      public StartTime getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is StartTime
    • setStartTime

      public void setStartTime(StartTime value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is StartTime
    • getFinishTime

      public FinishTime getFinishTime()
      Gets the value of the finishTime property.
      Returns:
      possible object is FinishTime
    • setFinishTime

      public void setFinishTime(FinishTime value)
      Sets the value of the finishTime property.
      Parameters:
      value - allowed object is FinishTime
    • getTime

      public Time getTime()
      Gets the value of the time property.
      Returns:
      possible object is Time
    • setTime

      public void setTime(Time value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is Time
    • getResultPosition

      public String getResultPosition()
      Gets the value of the resultPosition property.
      Returns:
      possible object is String
    • setResultPosition

      public void setResultPosition(String value)
      Sets the value of the resultPosition property.
      Parameters:
      value - allowed object is String
    • getCompetitorStatus

      public CompetitorStatus getCompetitorStatus()
      Gets the value of the competitorStatus property.
      Returns:
      possible object is CompetitorStatus
    • setCompetitorStatus

      public void setCompetitorStatus(CompetitorStatus value)
      Sets the value of the competitorStatus property.
      Parameters:
      value - allowed object is CompetitorStatus
    • getTeamSequence

      public String getTeamSequence()
      Gets the value of the teamSequence property.
      Returns:
      possible object is String
    • setTeamSequence

      public void setTeamSequence(String value)
      Sets the value of the teamSequence property.
      Parameters:
      value - allowed object is String
    • getCourseVariationId

      public String getCourseVariationId()
      Gets the value of the courseVariationId property.
      Returns:
      possible object is String
    • setCourseVariationId

      public void setCourseVariationId(String value)
      Sets the value of the courseVariationId property.
      Parameters:
      value - allowed object is String
    • getCourseVariation

      public CourseVariation getCourseVariation()
      Gets the value of the courseVariation property.
      Returns:
      possible object is CourseVariation
    • setCourseVariation

      public void setCourseVariation(CourseVariation value)
      Sets the value of the courseVariation property.
      Parameters:
      value - allowed object is CourseVariation
    • getCourseLength

      public CourseLength getCourseLength()
      Gets the value of the courseLength property.
      Returns:
      possible object is CourseLength
    • setCourseLength

      public void setCourseLength(CourseLength value)
      Sets the value of the courseLength property.
      Parameters:
      value - allowed object is CourseLength
    • getSplitTime

      public List<SplitTime> getSplitTime()
      Gets the value of the splitTime property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the splitTime property.

      For example, to add a new item, do as follows:

       getSplitTime().add(newItem);
       

      Objects of the following type(s) are allowed in the list SplitTime

      Returns:
      The value of the splitTime property.
    • getBadgeValueId

      public BadgeValueId getBadgeValueId()
      Gets the value of the badgeValueId property.
      Returns:
      possible object is BadgeValueId
    • setBadgeValueId

      public void setBadgeValueId(BadgeValueId value)
      Sets the value of the badgeValueId property.
      Parameters:
      value - allowed object is BadgeValueId
    • getBadgeValue

      public BadgeValue getBadgeValue()
      Gets the value of the badgeValue property.
      Returns:
      possible object is BadgeValue
    • setBadgeValue

      public void setBadgeValue(BadgeValue value)
      Sets the value of the badgeValue property.
      Parameters:
      value - allowed object is BadgeValue
    • getPoint

      public List<Point> getPoint()
      Gets the value of the point property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the point property.

      For example, to add a new item, do as follows:

       getPoint().add(newItem);
       

      Objects of the following type(s) are allowed in the list Point

      Returns:
      The value of the point property.
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate