Package iofXml.v2

Class Result

  • All Implemented Interfaces:

    
    public class Result
    
                        

    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>