Package iofXml.v2

Class ClassRaceInfo

java.lang.Object
iofXml.v2.ClassRaceInfo

public class ClassRaceInfo extends Object

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 Details

  • Constructor Details

    • ClassRaceInfo

      public ClassRaceInfo()
  • Method Details

    • getFirstStart

      public FirstStart getFirstStart()
      Gets the value of the firstStart property.
      Returns:
      possible object is FirstStart
    • setFirstStart

      public void setFirstStart(FirstStart value)
      Sets the value of the firstStart property.
      Parameters:
      value - allowed object is FirstStart
    • getStartInterval

      public StartInterval getStartInterval()
      Gets the value of the startInterval property.
      Returns:
      possible object is StartInterval
    • setStartInterval

      public void setStartInterval(StartInterval value)
      Sets the value of the startInterval property.
      Parameters:
      value - allowed object is StartInterval
    • getEstimatedBestTime

      public EstimatedBestTime getEstimatedBestTime()
      Gets the value of the estimatedBestTime property.
      Returns:
      possible object is EstimatedBestTime
    • setEstimatedBestTime

      public void setEstimatedBestTime(EstimatedBestTime value)
      Sets the value of the estimatedBestTime property.
      Parameters:
      value - allowed object is EstimatedBestTime
    • getEstimatedLastPrizeTime

      public EstimatedLastPrizeTime getEstimatedLastPrizeTime()
      Gets the value of the estimatedLastPrizeTime property.
      Returns:
      possible object is EstimatedLastPrizeTime
    • setEstimatedLastPrizeTime

      public void setEstimatedLastPrizeTime(EstimatedLastPrizeTime value)
      Sets the value of the estimatedLastPrizeTime property.
      Parameters:
      value - allowed object is EstimatedLastPrizeTime
    • getPrizeCeremonyTime

      public PrizeCeremonyTime getPrizeCeremonyTime()
      Gets the value of the prizeCeremonyTime property.
      Returns:
      possible object is PrizeCeremonyTime
    • setPrizeCeremonyTime

      public void setPrizeCeremonyTime(PrizeCeremonyTime value)
      Sets the value of the prizeCeremonyTime property.
      Parameters:
      value - allowed object is PrizeCeremonyTime
    • getAllocationMethod

      public AllocationMethod getAllocationMethod()
      Gets the value of the allocationMethod property.
      Returns:
      possible object is AllocationMethod
    • setAllocationMethod

      public void setAllocationMethod(AllocationMethod value)
      Sets the value of the allocationMethod property.
      Parameters:
      value - allowed object is AllocationMethod
    • getStartMethod

      public StartMethod getStartMethod()
      Gets the value of the startMethod property.
      Returns:
      possible object is StartMethod
    • setStartMethod

      public void setStartMethod(StartMethod value)
      Sets the value of the startMethod property.
      Parameters:
      value - allowed object is StartMethod
    • getClassRaceStatus

      public ClassRaceStatus getClassRaceStatus()
      Gets the value of the classRaceStatus property.
      Returns:
      possible object is ClassRaceStatus
    • setClassRaceStatus

      public void setClassRaceStatus(ClassRaceStatus value)
      Sets the value of the classRaceStatus property.
      Parameters:
      value - allowed object is ClassRaceStatus
    • getCourseVariationId

      public 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:
      The value of the courseVariationId property.
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate
    • getNumberOfVacants

      public String getNumberOfVacants()
      Gets the value of the numberOfVacants property.
      Returns:
      possible object is String
    • setNumberOfVacants

      public void setNumberOfVacants(String value)
      Sets the value of the numberOfVacants property.
      Parameters:
      value - allowed object is String
    • getRankingRace

      public String getRankingRace()
      Gets the value of the rankingRace property.
      Returns:
      possible object is String
    • setRankingRace

      public void setRankingRace(String value)
      Sets the value of the rankingRace property.
      Parameters:
      value - allowed object is String
    • getNumberOfPrizes

      public String getNumberOfPrizes()
      Gets the value of the numberOfPrizes property.
      Returns:
      possible object is String
    • setNumberOfPrizes

      public void setNumberOfPrizes(String value)
      Sets the value of the numberOfPrizes property.
      Parameters:
      value - allowed object is String
    • getBibNumberPrefix

      public String getBibNumberPrefix()
      Gets the value of the bibNumberPrefix property.
      Returns:
      possible object is String
    • setBibNumberPrefix

      public void setBibNumberPrefix(String value)
      Sets the value of the bibNumberPrefix property.
      Parameters:
      value - allowed object is String
    • getBibNumberBase

      public String getBibNumberBase()
      Gets the value of the bibNumberBase property.
      Returns:
      possible object is String
    • setBibNumberBase

      public void setBibNumberBase(String value)
      Sets the value of the bibNumberBase property.
      Parameters:
      value - allowed object is String
    • getFinishChute

      public String getFinishChute()
      Gets the value of the finishChute property.
      Returns:
      possible object is String
    • setFinishChute

      public void setFinishChute(String value)
      Sets the value of the finishChute property.
      Parameters:
      value - allowed object is String