Package iofXml.v2

Class TeamResult

  • All Implemented Interfaces:

    
    public class TeamResult
    
                        

    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="{}TeamName"/>
            <choice minOccurs="0">
              <element ref="{}CountryId"/>
              <element ref="{}Country"/>
            </choice>
            <element ref="{}StartNumber" minOccurs="0"/>
            <element ref="{}BibNumber" minOccurs="0"/>
            <element ref="{}StartTime" minOccurs="0"/>
            <element ref="{}FinishTime" minOccurs="0"/>
            <element ref="{}Time" minOccurs="0"/>
            <element ref="{}ResultPosition" minOccurs="0"/>
            <element ref="{}TeamStatus"/>
            <element ref="{}Rank" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}Point" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}PersonResult" maxOccurs="unbounded" minOccurs="0"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>
    
    • Constructor Detail

      • TeamResult

        TeamResult()
    • Method Detail

      • setTeamName

         void setTeamName(String value)

        Sets the value of the teamName property.

        Parameters:
        value - allowed object is String
      • setCountry

         void setCountry(Country value)

        Sets the value of the country property.

        Parameters:
        value - allowed object is Country
      • setStartNumber

         void setStartNumber(String value)

        Sets the value of the startNumber property.

        Parameters:
        value - allowed object is String
      • setBibNumber

         void setBibNumber(String value)

        Sets the value of the bibNumber property.

        Parameters:
        value - allowed object is String
      • getTime

         Time getTime()

        Gets the value of the time property.

        Returns:

        possibleobject is Time

      • setTime

         void setTime(Time value)

        Sets the value of the time property.

        Parameters:
        value - allowed object is Time
      • setResultPosition

         void setResultPosition(String value)

        Sets the value of the resultPosition property.

        Parameters:
        value - allowed object is String
      • getRank

         List<Rank> getRank()

        Gets the value of the rank 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 rank property.

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

        getRank().add(newItem);
        

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

        Returns:

        Thevalue of the rank property.

      • getPoint

         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:

        Thevalue of the point property.

      • getPersonResult

         List<PersonResult> getPersonResult()

        Gets the value of the personResult 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 personResult property.

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

        getPersonResult().add(newItem);
        

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

        Returns:

        Thevalue of the personResult property.