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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Countryprotected CountryIdprotected FinishTimeprotected List<PersonResult>protected Stringprotected Stringprotected StartTimeprotected Stringprotected TeamStatusprotected Time -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bibNumber property.Gets the value of the country property.Gets the value of the countryId property.Gets the value of the finishTime property.Gets the value of the personResult property.getPoint()Gets the value of the point property.getRank()Gets the value of the rank property.Gets the value of the resultPosition property.Gets the value of the startNumber property.Gets the value of the startTime property.Gets the value of the teamName property.Gets the value of the teamStatus property.getTime()Gets the value of the time property.voidsetBibNumber(String value) Sets the value of the bibNumber property.voidsetCountry(Country value) Sets the value of the country property.voidsetCountryId(CountryId value) Sets the value of the countryId property.voidsetFinishTime(FinishTime value) Sets the value of the finishTime property.voidsetResultPosition(String value) Sets the value of the resultPosition property.voidsetStartNumber(String value) Sets the value of the startNumber property.voidsetStartTime(StartTime value) Sets the value of the startTime property.voidsetTeamName(String value) Sets the value of the teamName property.voidsetTeamStatus(TeamStatus value) Sets the value of the teamStatus property.voidSets the value of the time property.
-
Field Details
-
teamName
-
countryId
-
country
-
startNumber
-
bibNumber
-
startTime
-
finishTime
-
time
-
resultPosition
-
teamStatus
-
rank
-
point
-
personResult
-
-
Constructor Details
-
TeamResult
public TeamResult()
-
-
Method Details
-
getTeamName
Gets the value of the teamName property.- Returns:
- possible object is
String
-
setTeamName
Sets the value of the teamName property.- Parameters:
value- allowed object isString
-
getCountryId
Gets the value of the countryId property.- Returns:
- possible object is
CountryId
-
setCountryId
Sets the value of the countryId property.- Parameters:
value- allowed object isCountryId
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-
getStartNumber
Gets the value of the startNumber property.- Returns:
- possible object is
String
-
setStartNumber
Sets the value of the startNumber property.- Parameters:
value- allowed object isString
-
getBibNumber
Gets the value of the bibNumber property.- Returns:
- possible object is
String
-
setBibNumber
Sets the value of the bibNumber property.- Parameters:
value- allowed object isString
-
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
StartTime
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isStartTime
-
getFinishTime
Gets the value of the finishTime property.- Returns:
- possible object is
FinishTime
-
setFinishTime
Sets the value of the finishTime property.- Parameters:
value- allowed object isFinishTime
-
getTime
Gets the value of the time property.- Returns:
- possible object is
Time
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isTime
-
getResultPosition
Gets the value of the resultPosition property.- Returns:
- possible object is
String
-
setResultPosition
Sets the value of the resultPosition property.- Parameters:
value- allowed object isString
-
getTeamStatus
Gets the value of the teamStatus property.- Returns:
- possible object is
TeamStatus
-
setTeamStatus
Sets the value of the teamStatus property.- Parameters:
value- allowed object isTeamStatus
-
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
setmethod 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
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
setmethod 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
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
setmethod 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.
-