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 Summary
Constructors Constructor Description TeamResult()
-
Method Summary
Modifier and Type Method Description String
getTeamName()
Gets the value of the teamName property. void
setTeamName(String value)
Sets the value of the teamName property. CountryId
getCountryId()
Gets the value of the countryId property. void
setCountryId(CountryId value)
Sets the value of the countryId property. Country
getCountry()
Gets the value of the country property. void
setCountry(Country value)
Sets the value of the country property. String
getStartNumber()
Gets the value of the startNumber property. void
setStartNumber(String value)
Sets the value of the startNumber property. String
getBibNumber()
Gets the value of the bibNumber property. void
setBibNumber(String value)
Sets the value of the bibNumber property. StartTime
getStartTime()
Gets the value of the startTime property. void
setStartTime(StartTime value)
Sets the value of the startTime property. FinishTime
getFinishTime()
Gets the value of the finishTime property. void
setFinishTime(FinishTime value)
Sets the value of the finishTime property. Time
getTime()
Gets the value of the time property. void
setTime(Time value)
Sets the value of the time property. String
getResultPosition()
Gets the value of the resultPosition property. void
setResultPosition(String value)
Sets the value of the resultPosition property. TeamStatus
getTeamStatus()
Gets the value of the teamStatus property. void
setTeamStatus(TeamStatus value)
Sets the value of the teamStatus property. List<Rank>
getRank()
Gets the value of the rank property. List<Point>
getPoint()
Gets the value of the point property. List<PersonResult>
getPersonResult()
Gets the value of the personResult property. -
-
Method Detail
-
getTeamName
String getTeamName()
Gets the value of the teamName property.
- Returns:
possibleobject is String
-
setTeamName
void setTeamName(String value)
Sets the value of the teamName property.
- Parameters:
value
- allowed object is String
-
getCountryId
CountryId getCountryId()
Gets the value of the countryId property.
- Returns:
possibleobject is CountryId
-
setCountryId
void setCountryId(CountryId value)
Sets the value of the countryId property.
- Parameters:
value
- allowed object is CountryId
-
getCountry
Country getCountry()
Gets the value of the country property.
- Returns:
possibleobject is Country
-
setCountry
void setCountry(Country value)
Sets the value of the country property.
- Parameters:
value
- allowed object is Country
-
getStartNumber
String getStartNumber()
Gets the value of the startNumber property.
- Returns:
possibleobject is String
-
setStartNumber
void setStartNumber(String value)
Sets the value of the startNumber property.
- Parameters:
value
- allowed object is String
-
getBibNumber
String getBibNumber()
Gets the value of the bibNumber property.
- Returns:
possibleobject is String
-
setBibNumber
void setBibNumber(String value)
Sets the value of the bibNumber property.
- Parameters:
value
- allowed object is String
-
getStartTime
StartTime getStartTime()
Gets the value of the startTime property.
- Returns:
possibleobject is StartTime
-
setStartTime
void setStartTime(StartTime value)
Sets the value of the startTime property.
- Parameters:
value
- allowed object is StartTime
-
getFinishTime
FinishTime getFinishTime()
Gets the value of the finishTime property.
- Returns:
possibleobject is FinishTime
-
setFinishTime
void setFinishTime(FinishTime value)
Sets the value of the finishTime property.
- Parameters:
value
- allowed object is FinishTime
-
setTime
void setTime(Time value)
Sets the value of the time property.
- Parameters:
value
- allowed object is Time
-
getResultPosition
String getResultPosition()
Gets the value of the resultPosition property.
- Returns:
possibleobject is String
-
setResultPosition
void setResultPosition(String value)
Sets the value of the resultPosition property.
- Parameters:
value
- allowed object is String
-
getTeamStatus
TeamStatus getTeamStatus()
Gets the value of the teamStatus property.
- Returns:
possibleobject is TeamStatus
-
setTeamStatus
void setTeamStatus(TeamStatus value)
Sets the value of the teamStatus property.
- Parameters:
value
- allowed object is TeamStatus
-
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.
-
-
-
-