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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BadgeValueprotected BadgeValueIdprotected Stringprotected CCardprotected Stringprotected CompetitorStatusprotected CourseLengthprotected CourseVariationprotected Stringprotected FinishTimeprotected ModifyDateprotected Stringprotected Stringprotected StartTimeprotected Stringprotected Time -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the badgeValue property.Gets the value of the badgeValueId property.Gets the value of the bibNumber property.getCCard()Gets the value of the cCard property.Gets the value of the cCardId property.Gets the value of the competitorStatus property.Gets the value of the courseLength property.Gets the value of the courseVariation property.Gets the value of the courseVariationId property.Gets the value of the finishTime property.Gets the value of the modifyDate property.getPoint()Gets the value of the point property.Gets the value of the resultPosition property.Gets the value of the splitTime property.Gets the value of the startNumber property.Gets the value of the startTime property.Gets the value of the teamSequence property.getTime()Gets the value of the time property.voidsetBadgeValue(BadgeValue value) Sets the value of the badgeValue property.voidsetBadgeValueId(BadgeValueId value) Sets the value of the badgeValueId property.voidsetBibNumber(String value) Sets the value of the bibNumber property.voidSets the value of the cCard property.voidsetCCardId(String value) Sets the value of the cCardId property.voidSets the value of the competitorStatus property.voidsetCourseLength(CourseLength value) Sets the value of the courseLength property.voidSets the value of the courseVariation property.voidsetCourseVariationId(String value) Sets the value of the courseVariationId property.voidsetFinishTime(FinishTime value) Sets the value of the finishTime property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate 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.voidsetTeamSequence(String value) Sets the value of the teamSequence property.voidSets the value of the time property.
-
Field Details
-
startNumber
-
bibNumber
-
cCardId
-
cCard
-
startTime
-
finishTime
-
time
-
resultPosition
-
competitorStatus
-
teamSequence
-
courseVariationId
-
courseVariation
-
courseLength
-
splitTime
-
badgeValueId
-
badgeValue
-
point
-
modifyDate
-
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
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
-
getCCardId
Gets the value of the cCardId property.- Returns:
- possible object is
String
-
setCCardId
Sets the value of the cCardId property.- Parameters:
value- allowed object isString
-
getCCard
Gets the value of the cCard property.- Returns:
- possible object is
CCard
-
setCCard
Sets the value of the cCard property.- Parameters:
value- allowed object isCCard
-
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
-
getCompetitorStatus
Gets the value of the competitorStatus property.- Returns:
- possible object is
CompetitorStatus
-
setCompetitorStatus
Sets the value of the competitorStatus property.- Parameters:
value- allowed object isCompetitorStatus
-
getTeamSequence
Gets the value of the teamSequence property.- Returns:
- possible object is
String
-
setTeamSequence
Sets the value of the teamSequence property.- Parameters:
value- allowed object isString
-
getCourseVariationId
Gets the value of the courseVariationId property.- Returns:
- possible object is
String
-
setCourseVariationId
Sets the value of the courseVariationId property.- Parameters:
value- allowed object isString
-
getCourseVariation
Gets the value of the courseVariation property.- Returns:
- possible object is
CourseVariation
-
setCourseVariation
Sets the value of the courseVariation property.- Parameters:
value- allowed object isCourseVariation
-
getCourseLength
Gets the value of the courseLength property.- Returns:
- possible object is
CourseLength
-
setCourseLength
Sets the value of the courseLength property.- Parameters:
value- allowed object isCourseLength
-
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:
- The value of the splitTime property.
-
getBadgeValueId
Gets the value of the badgeValueId property.- Returns:
- possible object is
BadgeValueId
-
setBadgeValueId
Sets the value of the badgeValueId property.- Parameters:
value- allowed object isBadgeValueId
-
getBadgeValue
Gets the value of the badgeValue property.- Returns:
- possible object is
BadgeValue
-
setBadgeValue
Sets the value of the badgeValue property.- Parameters:
value- allowed object isBadgeValue
-
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.
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-