Class Result
-
- All Implemented Interfaces:
public class ResultJava 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 StringgetStartNumber()Gets the value of the startNumber property. voidsetStartNumber(String value)Sets the value of the startNumber property. StringgetBibNumber()Gets the value of the bibNumber property. voidsetBibNumber(String value)Sets the value of the bibNumber property. StringgetCCardId()Gets the value of the cCardId property. voidsetCCardId(String value)Sets the value of the cCardId property. CCardgetCCard()Gets the value of the cCard property. voidsetCCard(CCard value)Sets the value of the cCard property. StartTimegetStartTime()Gets the value of the startTime property. voidsetStartTime(StartTime value)Sets the value of the startTime property. FinishTimegetFinishTime()Gets the value of the finishTime property. voidsetFinishTime(FinishTime value)Sets the value of the finishTime property. TimegetTime()Gets the value of the time property. voidsetTime(Time value)Sets the value of the time property. StringgetResultPosition()Gets the value of the resultPosition property. voidsetResultPosition(String value)Sets the value of the resultPosition property. CompetitorStatusgetCompetitorStatus()Gets the value of the competitorStatus property. voidsetCompetitorStatus(CompetitorStatus value)Sets the value of the competitorStatus property. StringgetTeamSequence()Gets the value of the teamSequence property. voidsetTeamSequence(String value)Sets the value of the teamSequence property. StringgetCourseVariationId()Gets the value of the courseVariationId property. voidsetCourseVariationId(String value)Sets the value of the courseVariationId property. CourseVariationgetCourseVariation()Gets the value of the courseVariation property. voidsetCourseVariation(CourseVariation value)Sets the value of the courseVariation property. CourseLengthgetCourseLength()Gets the value of the courseLength property. voidsetCourseLength(CourseLength value)Sets the value of the courseLength property. List<SplitTime>getSplitTime()Gets the value of the splitTime property. BadgeValueIdgetBadgeValueId()Gets the value of the badgeValueId property. voidsetBadgeValueId(BadgeValueId value)Sets the value of the badgeValueId property. BadgeValuegetBadgeValue()Gets the value of the badgeValue property. voidsetBadgeValue(BadgeValue value)Sets the value of the badgeValue property. List<Point>getPoint()Gets the value of the point property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(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
setmethod 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
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:
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
-
-
-
-