Class ClassRaceInfo
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description ClassRaceInfo()
-
Method Summary
Modifier and Type Method Description FirstStart
getFirstStart()
Gets the value of the firstStart property. void
setFirstStart(FirstStart value)
Sets the value of the firstStart property. StartInterval
getStartInterval()
Gets the value of the startInterval property. void
setStartInterval(StartInterval value)
Sets the value of the startInterval property. EstimatedBestTime
getEstimatedBestTime()
Gets the value of the estimatedBestTime property. void
setEstimatedBestTime(EstimatedBestTime value)
Sets the value of the estimatedBestTime property. EstimatedLastPrizeTime
getEstimatedLastPrizeTime()
Gets the value of the estimatedLastPrizeTime property. void
setEstimatedLastPrizeTime(EstimatedLastPrizeTime value)
Sets the value of the estimatedLastPrizeTime property. PrizeCeremonyTime
getPrizeCeremonyTime()
Gets the value of the prizeCeremonyTime property. void
setPrizeCeremonyTime(PrizeCeremonyTime value)
Sets the value of the prizeCeremonyTime property. AllocationMethod
getAllocationMethod()
Gets the value of the allocationMethod property. void
setAllocationMethod(AllocationMethod value)
Sets the value of the allocationMethod property. StartMethod
getStartMethod()
Gets the value of the startMethod property. void
setStartMethod(StartMethod value)
Sets the value of the startMethod property. ClassRaceStatus
getClassRaceStatus()
Gets the value of the classRaceStatus property. void
setClassRaceStatus(ClassRaceStatus value)
Sets the value of the classRaceStatus property. List<String>
getCourseVariationId()
Gets the value of the courseVariationId property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getNumberOfVacants()
Gets the value of the numberOfVacants property. void
setNumberOfVacants(String value)
Sets the value of the numberOfVacants property. String
getRankingRace()
Gets the value of the rankingRace property. void
setRankingRace(String value)
Sets the value of the rankingRace property. String
getNumberOfPrizes()
Gets the value of the numberOfPrizes property. void
setNumberOfPrizes(String value)
Sets the value of the numberOfPrizes property. String
getBibNumberPrefix()
Gets the value of the bibNumberPrefix property. void
setBibNumberPrefix(String value)
Sets the value of the bibNumberPrefix property. String
getBibNumberBase()
Gets the value of the bibNumberBase property. void
setBibNumberBase(String value)
Sets the value of the bibNumberBase property. String
getFinishChute()
Gets the value of the finishChute property. void
setFinishChute(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
set
method 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
-
-
-
-