Class ClassRaceInfo
-
- All Implemented Interfaces:
public class ClassRaceInfoJava 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>
-
-
Constructor Summary
Constructors Constructor Description ClassRaceInfo()
-
Method Summary
Modifier and Type Method Description FirstStartgetFirstStart()Gets the value of the firstStart property. voidsetFirstStart(FirstStart value)Sets the value of the firstStart property. StartIntervalgetStartInterval()Gets the value of the startInterval property. voidsetStartInterval(StartInterval value)Sets the value of the startInterval property. EstimatedBestTimegetEstimatedBestTime()Gets the value of the estimatedBestTime property. voidsetEstimatedBestTime(EstimatedBestTime value)Sets the value of the estimatedBestTime property. EstimatedLastPrizeTimegetEstimatedLastPrizeTime()Gets the value of the estimatedLastPrizeTime property. voidsetEstimatedLastPrizeTime(EstimatedLastPrizeTime value)Sets the value of the estimatedLastPrizeTime property. PrizeCeremonyTimegetPrizeCeremonyTime()Gets the value of the prizeCeremonyTime property. voidsetPrizeCeremonyTime(PrizeCeremonyTime value)Sets the value of the prizeCeremonyTime property. AllocationMethodgetAllocationMethod()Gets the value of the allocationMethod property. voidsetAllocationMethod(AllocationMethod value)Sets the value of the allocationMethod property. StartMethodgetStartMethod()Gets the value of the startMethod property. voidsetStartMethod(StartMethod value)Sets the value of the startMethod property. ClassRaceStatusgetClassRaceStatus()Gets the value of the classRaceStatus property. voidsetClassRaceStatus(ClassRaceStatus value)Sets the value of the classRaceStatus property. List<String>getCourseVariationId()Gets the value of the courseVariationId property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. StringgetNumberOfVacants()Gets the value of the numberOfVacants property. voidsetNumberOfVacants(String value)Sets the value of the numberOfVacants property. StringgetRankingRace()Gets the value of the rankingRace property. voidsetRankingRace(String value)Sets the value of the rankingRace property. StringgetNumberOfPrizes()Gets the value of the numberOfPrizes property. voidsetNumberOfPrizes(String value)Sets the value of the numberOfPrizes property. StringgetBibNumberPrefix()Gets the value of the bibNumberPrefix property. voidsetBibNumberPrefix(String value)Sets the value of the bibNumberPrefix property. StringgetBibNumberBase()Gets the value of the bibNumberBase property. voidsetBibNumberBase(String value)Sets the value of the bibNumberBase property. StringgetFinishChute()Gets the value of the finishChute property. voidsetFinishChute(String value)Sets the value of the finishChute property. -
-
Method Detail
-
getFirstStart
FirstStart getFirstStart()
Gets the value of the firstStart property.
- Returns:
possibleobject is FirstStart
-
setFirstStart
void setFirstStart(FirstStart value)
Sets the value of the firstStart property.
- Parameters:
value- allowed object is FirstStart
-
getStartInterval
StartInterval getStartInterval()
Gets the value of the startInterval property.
- Returns:
possibleobject is StartInterval
-
setStartInterval
void setStartInterval(StartInterval value)
Sets the value of the startInterval property.
- Parameters:
value- allowed object is StartInterval
-
getEstimatedBestTime
EstimatedBestTime getEstimatedBestTime()
Gets the value of the estimatedBestTime property.
- Returns:
possibleobject is EstimatedBestTime
-
setEstimatedBestTime
void setEstimatedBestTime(EstimatedBestTime value)
Sets the value of the estimatedBestTime property.
- Parameters:
value- allowed object is EstimatedBestTime
-
getEstimatedLastPrizeTime
EstimatedLastPrizeTime getEstimatedLastPrizeTime()
Gets the value of the estimatedLastPrizeTime property.
- Returns:
possibleobject is EstimatedLastPrizeTime
-
setEstimatedLastPrizeTime
void setEstimatedLastPrizeTime(EstimatedLastPrizeTime value)
Sets the value of the estimatedLastPrizeTime property.
- Parameters:
value- allowed object is EstimatedLastPrizeTime
-
getPrizeCeremonyTime
PrizeCeremonyTime getPrizeCeremonyTime()
Gets the value of the prizeCeremonyTime property.
- Returns:
possibleobject is PrizeCeremonyTime
-
setPrizeCeremonyTime
void setPrizeCeremonyTime(PrizeCeremonyTime value)
Sets the value of the prizeCeremonyTime property.
- Parameters:
value- allowed object is PrizeCeremonyTime
-
getAllocationMethod
AllocationMethod getAllocationMethod()
Gets the value of the allocationMethod property.
- Returns:
possibleobject is AllocationMethod
-
setAllocationMethod
void setAllocationMethod(AllocationMethod value)
Sets the value of the allocationMethod property.
- Parameters:
value- allowed object is AllocationMethod
-
getStartMethod
StartMethod getStartMethod()
Gets the value of the startMethod property.
- Returns:
possibleobject is StartMethod
-
setStartMethod
void setStartMethod(StartMethod value)
Sets the value of the startMethod property.
- Parameters:
value- allowed object is StartMethod
-
getClassRaceStatus
ClassRaceStatus getClassRaceStatus()
Gets the value of the classRaceStatus property.
- Returns:
possibleobject is ClassRaceStatus
-
setClassRaceStatus
void setClassRaceStatus(ClassRaceStatus value)
Sets the value of the classRaceStatus property.
- Parameters:
value- allowed object is ClassRaceStatus
-
getCourseVariationId
List<String> 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:
Thevalue of the courseVariationId 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
-
getNumberOfVacants
String getNumberOfVacants()
Gets the value of the numberOfVacants property.
- Returns:
possibleobject is String
-
setNumberOfVacants
void setNumberOfVacants(String value)
Sets the value of the numberOfVacants property.
- Parameters:
value- allowed object is String
-
getRankingRace
String getRankingRace()
Gets the value of the rankingRace property.
- Returns:
possibleobject is String
-
setRankingRace
void setRankingRace(String value)
Sets the value of the rankingRace property.
- Parameters:
value- allowed object is String
-
getNumberOfPrizes
String getNumberOfPrizes()
Gets the value of the numberOfPrizes property.
- Returns:
possibleobject is String
-
setNumberOfPrizes
void setNumberOfPrizes(String value)
Sets the value of the numberOfPrizes property.
- Parameters:
value- allowed object is String
-
getBibNumberPrefix
String getBibNumberPrefix()
Gets the value of the bibNumberPrefix property.
- Returns:
possibleobject is String
-
setBibNumberPrefix
void setBibNumberPrefix(String value)
Sets the value of the bibNumberPrefix property.
- Parameters:
value- allowed object is String
-
getBibNumberBase
String getBibNumberBase()
Gets the value of the bibNumberBase property.
- Returns:
possibleobject is String
-
setBibNumberBase
void setBibNumberBase(String value)
Sets the value of the bibNumberBase property.
- Parameters:
value- allowed object is String
-
getFinishChute
String getFinishChute()
Gets the value of the finishChute property.
- Returns:
possibleobject is String
-
setFinishChute
void setFinishChute(String value)
Sets the value of the finishChute property.
- Parameters:
value- allowed object is String
-
-
-
-