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>
-
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
Modifier and Type Method Description 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. String
getCCardId()
Gets the value of the cCardId property. void
setCCardId(String value)
Sets the value of the cCardId property. CCard
getCCard()
Gets the value of the cCard property. void
setCCard(CCard value)
Sets the value of the cCard 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. CompetitorStatus
getCompetitorStatus()
Gets the value of the competitorStatus property. void
setCompetitorStatus(CompetitorStatus value)
Sets the value of the competitorStatus property. String
getTeamSequence()
Gets the value of the teamSequence property. void
setTeamSequence(String value)
Sets the value of the teamSequence property. String
getCourseVariationId()
Gets the value of the courseVariationId property. void
setCourseVariationId(String value)
Sets the value of the courseVariationId property. CourseVariation
getCourseVariation()
Gets the value of the courseVariation property. void
setCourseVariation(CourseVariation value)
Sets the value of the courseVariation property. CourseLength
getCourseLength()
Gets the value of the courseLength property. void
setCourseLength(CourseLength value)
Sets the value of the courseLength property. List<SplitTime>
getSplitTime()
Gets the value of the splitTime property. BadgeValueId
getBadgeValueId()
Gets the value of the badgeValueId property. void
setBadgeValueId(BadgeValueId value)
Sets the value of the badgeValueId property. BadgeValue
getBadgeValue()
Gets the value of the badgeValue property. void
setBadgeValue(BadgeValue value)
Sets the value of the badgeValue property. List<Point>
getPoint()
Gets the value of the point property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
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
-
getCCardId
String getCCardId()
Gets the value of the cCardId property.
- Returns:
possibleobject is String
-
setCCardId
void setCCardId(String value)
Sets the value of the cCardId property.
- Parameters:
value
- allowed object is String
-
setCCard
void setCCard(CCard value)
Sets the value of the cCard property.
- Parameters:
value
- allowed object is CCard
-
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
-
getCompetitorStatus
CompetitorStatus getCompetitorStatus()
Gets the value of the competitorStatus property.
- Returns:
possibleobject is CompetitorStatus
-
setCompetitorStatus
void setCompetitorStatus(CompetitorStatus value)
Sets the value of the competitorStatus property.
- Parameters:
value
- allowed object is CompetitorStatus
-
getTeamSequence
String getTeamSequence()
Gets the value of the teamSequence property.
- Returns:
possibleobject is String
-
setTeamSequence
void setTeamSequence(String value)
Sets the value of the teamSequence property.
- Parameters:
value
- allowed object is String
-
getCourseVariationId
String getCourseVariationId()
Gets the value of the courseVariationId property.
- Returns:
possibleobject is String
-
setCourseVariationId
void setCourseVariationId(String value)
Sets the value of the courseVariationId property.
- Parameters:
value
- allowed object is String
-
getCourseVariation
CourseVariation getCourseVariation()
Gets the value of the courseVariation property.
- Returns:
possibleobject is CourseVariation
-
setCourseVariation
void setCourseVariation(CourseVariation value)
Sets the value of the courseVariation property.
- Parameters:
value
- allowed object is CourseVariation
-
getCourseLength
CourseLength getCourseLength()
Gets the value of the courseLength property.
- Returns:
possibleobject is CourseLength
-
setCourseLength
void setCourseLength(CourseLength value)
Sets the value of the courseLength property.
- Parameters:
value
- allowed object is CourseLength
-
getSplitTime
List<SplitTime> getSplitTime()
Gets the value of the splitTime 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 splitTime property.For example, to add a new item, do as follows:
getSplitTime().add(newItem);
Objects of the following type(s) are allowed in the list SplitTime
- Returns:
Thevalue of the splitTime property.
-
getBadgeValueId
BadgeValueId getBadgeValueId()
Gets the value of the badgeValueId property.
- Returns:
possibleobject is BadgeValueId
-
setBadgeValueId
void setBadgeValueId(BadgeValueId value)
Sets the value of the badgeValueId property.
- Parameters:
value
- allowed object is BadgeValueId
-
getBadgeValue
BadgeValue getBadgeValue()
Gets the value of the badgeValue property.
- Returns:
possibleobject is BadgeValue
-
setBadgeValue
void setBadgeValue(BadgeValue value)
Sets the value of the badgeValue property.
- Parameters:
value
- allowed object is BadgeValue
-
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.
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
-
-
-