Package iofXml.v2

Class TeamResult

java.lang.Object
iofXml.v2.TeamResult

public class TeamResult 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="{}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>
 
  • Field Details

    • teamName

      protected String teamName
    • countryId

      protected CountryId countryId
    • country

      protected Country country
    • startNumber

      protected String startNumber
    • bibNumber

      protected String bibNumber
    • startTime

      protected StartTime startTime
    • finishTime

      protected FinishTime finishTime
    • time

      protected Time time
    • resultPosition

      protected String resultPosition
    • teamStatus

      protected TeamStatus teamStatus
    • rank

      protected List<Rank> rank
    • point

      protected List<Point> point
    • personResult

      protected List<PersonResult> personResult
  • Constructor Details

    • TeamResult

      public TeamResult()
  • Method Details

    • getTeamName

      public String getTeamName()
      Gets the value of the teamName property.
      Returns:
      possible object is String
    • setTeamName

      public void setTeamName(String value)
      Sets the value of the teamName property.
      Parameters:
      value - allowed object is String
    • getCountryId

      public CountryId getCountryId()
      Gets the value of the countryId property.
      Returns:
      possible object is CountryId
    • setCountryId

      public void setCountryId(CountryId value)
      Sets the value of the countryId property.
      Parameters:
      value - allowed object is CountryId
    • getCountry

      public Country getCountry()
      Gets the value of the country property.
      Returns:
      possible object is Country
    • setCountry

      public void setCountry(Country value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is Country
    • 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
    • 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
    • getTeamStatus

      public TeamStatus getTeamStatus()
      Gets the value of the teamStatus property.
      Returns:
      possible object is TeamStatus
    • setTeamStatus

      public void setTeamStatus(TeamStatus value)
      Sets the value of the teamStatus property.
      Parameters:
      value - allowed object is TeamStatus
    • getRank

      public 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:
      The value of the rank property.
    • 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.
    • getPersonResult

      public 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:
      The value of the personResult property.