Package iofXml.v2

Class Start

java.lang.Object
iofXml.v2.Start

public class Start 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="{}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="{}TeamSequence" minOccurs="0"/>
         <element ref="{}CourseLength"/>
         <element ref="{}StartId" minOccurs="0"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • startNumber

      protected String startNumber
    • bibNumber

      protected String bibNumber
    • cCardId

      protected String cCardId
    • cCard

      protected CCard cCard
    • startTime

      protected StartTime startTime
    • teamSequence

      protected String teamSequence
    • courseLength

      protected CourseLength courseLength
    • startId

      protected String startId
    • modifyDate

      protected ModifyDate modifyDate
  • Constructor Details

    • Start

      public Start()
  • Method Details

    • getStartNumber

      public String getStartNumber()
      Gets the value of the startNumber property.
      Returns:
      possible object is String
    • setStartNumber

      public void setStartNumber(String value)
      Sets the value of the startNumber property.
      Parameters:
      value - allowed object is String
    • getBibNumber

      public String getBibNumber()
      Gets the value of the bibNumber property.
      Returns:
      possible object is String
    • setBibNumber

      public void setBibNumber(String value)
      Sets the value of the bibNumber property.
      Parameters:
      value - allowed object is String
    • getCCardId

      public String getCCardId()
      Gets the value of the cCardId property.
      Returns:
      possible object is String
    • setCCardId

      public void setCCardId(String value)
      Sets the value of the cCardId property.
      Parameters:
      value - allowed object is String
    • getCCard

      public CCard getCCard()
      Gets the value of the cCard property.
      Returns:
      possible object is CCard
    • setCCard

      public void setCCard(CCard value)
      Sets the value of the cCard property.
      Parameters:
      value - allowed object is CCard
    • getStartTime

      public StartTime getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is StartTime
    • setStartTime

      public void setStartTime(StartTime value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is StartTime
    • getTeamSequence

      public String getTeamSequence()
      Gets the value of the teamSequence property.
      Returns:
      possible object is String
    • setTeamSequence

      public void setTeamSequence(String value)
      Sets the value of the teamSequence property.
      Parameters:
      value - allowed object is String
    • getCourseLength

      public CourseLength getCourseLength()
      Gets the value of the courseLength property.
      Returns:
      possible object is CourseLength
    • setCourseLength

      public void setCourseLength(CourseLength value)
      Sets the value of the courseLength property.
      Parameters:
      value - allowed object is CourseLength
    • getStartId

      public String getStartId()
      Gets the value of the startId property.
      Returns:
      possible object is String
    • setStartId

      public void setStartId(String value)
      Sets the value of the startId property.
      Parameters:
      value - allowed object is String
    • 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