Package iofXml.v2
Class ClassRaceInfo
java.lang.Object
iofXml.v2.ClassRaceInfo
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="{}FirstStart" minOccurs="0"/>
<element ref="{}StartInterval" minOccurs="0"/>
<element ref="{}EstimatedBestTime" minOccurs="0"/>
<element ref="{}EstimatedLastPrizeTime" minOccurs="0"/>
<element ref="{}PrizeCeremonyTime" minOccurs="0"/>
<element ref="{}AllocationMethod" minOccurs="0"/>
<element ref="{}StartMethod" minOccurs="0"/>
<element ref="{}ClassRaceStatus"/>
<element ref="{}CourseVariationId" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
<attribute name="numberOfVacants" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="rankingRace" default="N">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Y"/>
<enumeration value="N"/>
</restriction>
</simpleType>
</attribute>
<attribute name="numberOfPrizes" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="bibNumberPrefix" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="bibNumberBase" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="finishChute" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AllocationMethodprotected Stringprotected Stringprotected ClassRaceStatusprotected EstimatedBestTimeprotected EstimatedLastPrizeTimeprotected Stringprotected FirstStartprotected ModifyDateprotected Stringprotected Stringprotected PrizeCeremonyTimeprotected Stringprotected StartIntervalprotected StartMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationMethod property.Gets the value of the bibNumberBase property.Gets the value of the bibNumberPrefix property.Gets the value of the classRaceStatus property.Gets the value of the courseVariationId property.Gets the value of the estimatedBestTime property.Gets the value of the estimatedLastPrizeTime property.Gets the value of the finishChute property.Gets the value of the firstStart property.Gets the value of the modifyDate property.Gets the value of the numberOfPrizes property.Gets the value of the numberOfVacants property.Gets the value of the prizeCeremonyTime property.Gets the value of the rankingRace property.Gets the value of the startInterval property.Gets the value of the startMethod property.voidSets the value of the allocationMethod property.voidsetBibNumberBase(String value) Sets the value of the bibNumberBase property.voidsetBibNumberPrefix(String value) Sets the value of the bibNumberPrefix property.voidSets the value of the classRaceStatus property.voidSets the value of the estimatedBestTime property.voidSets the value of the estimatedLastPrizeTime property.voidsetFinishChute(String value) Sets the value of the finishChute property.voidsetFirstStart(FirstStart value) Sets the value of the firstStart property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetNumberOfPrizes(String value) Sets the value of the numberOfPrizes property.voidsetNumberOfVacants(String value) Sets the value of the numberOfVacants property.voidSets the value of the prizeCeremonyTime property.voidsetRankingRace(String value) Sets the value of the rankingRace property.voidsetStartInterval(StartInterval value) Sets the value of the startInterval property.voidsetStartMethod(StartMethod value) Sets the value of the startMethod property.
-
Field Details
-
firstStart
-
startInterval
-
estimatedBestTime
-
estimatedLastPrizeTime
-
prizeCeremonyTime
-
allocationMethod
-
startMethod
-
classRaceStatus
-
courseVariationId
-
modifyDate
-
numberOfVacants
-
rankingRace
-
numberOfPrizes
-
bibNumberPrefix
-
bibNumberBase
-
finishChute
-
-
Constructor Details
-
ClassRaceInfo
public ClassRaceInfo()
-
-
Method Details
-
getFirstStart
Gets the value of the firstStart property.- Returns:
- possible object is
FirstStart
-
setFirstStart
Sets the value of the firstStart property.- Parameters:
value- allowed object isFirstStart
-
getStartInterval
Gets the value of the startInterval property.- Returns:
- possible object is
StartInterval
-
setStartInterval
Sets the value of the startInterval property.- Parameters:
value- allowed object isStartInterval
-
getEstimatedBestTime
Gets the value of the estimatedBestTime property.- Returns:
- possible object is
EstimatedBestTime
-
setEstimatedBestTime
Sets the value of the estimatedBestTime property.- Parameters:
value- allowed object isEstimatedBestTime
-
getEstimatedLastPrizeTime
Gets the value of the estimatedLastPrizeTime property.- Returns:
- possible object is
EstimatedLastPrizeTime
-
setEstimatedLastPrizeTime
Sets the value of the estimatedLastPrizeTime property.- Parameters:
value- allowed object isEstimatedLastPrizeTime
-
getPrizeCeremonyTime
Gets the value of the prizeCeremonyTime property.- Returns:
- possible object is
PrizeCeremonyTime
-
setPrizeCeremonyTime
Sets the value of the prizeCeremonyTime property.- Parameters:
value- allowed object isPrizeCeremonyTime
-
getAllocationMethod
Gets the value of the allocationMethod property.- Returns:
- possible object is
AllocationMethod
-
setAllocationMethod
Sets the value of the allocationMethod property.- Parameters:
value- allowed object isAllocationMethod
-
getStartMethod
Gets the value of the startMethod property.- Returns:
- possible object is
StartMethod
-
setStartMethod
Sets the value of the startMethod property.- Parameters:
value- allowed object isStartMethod
-
getClassRaceStatus
Gets the value of the classRaceStatus property.- Returns:
- possible object is
ClassRaceStatus
-
setClassRaceStatus
Sets the value of the classRaceStatus property.- Parameters:
value- allowed object isClassRaceStatus
-
getCourseVariationId
Gets the value of the courseVariationId 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 courseVariationId property.For example, to add a new item, do as follows:
getCourseVariationId().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the courseVariationId 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
-
getNumberOfVacants
Gets the value of the numberOfVacants property.- Returns:
- possible object is
String
-
setNumberOfVacants
Sets the value of the numberOfVacants property.- Parameters:
value- allowed object isString
-
getRankingRace
Gets the value of the rankingRace property.- Returns:
- possible object is
String
-
setRankingRace
Sets the value of the rankingRace property.- Parameters:
value- allowed object isString
-
getNumberOfPrizes
Gets the value of the numberOfPrizes property.- Returns:
- possible object is
String
-
setNumberOfPrizes
Sets the value of the numberOfPrizes property.- Parameters:
value- allowed object isString
-
getBibNumberPrefix
Gets the value of the bibNumberPrefix property.- Returns:
- possible object is
String
-
setBibNumberPrefix
Sets the value of the bibNumberPrefix property.- Parameters:
value- allowed object isString
-
getBibNumberBase
Gets the value of the bibNumberBase property.- Returns:
- possible object is
String
-
setBibNumberBase
Sets the value of the bibNumberBase property.- Parameters:
value- allowed object isString
-
getFinishChute
Gets the value of the finishChute property.- Returns:
- possible object is
String
-
setFinishChute
Sets the value of the finishChute property.- Parameters:
value- allowed object isString
-