Package iofXml.v2

Class CourseVariation

java.lang.Object
iofXml.v2.CourseVariation

public class CourseVariation 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="{}CourseVariationId"/>
         <element ref="{}Name" minOccurs="0"/>
         <element ref="{}CourseLength"/>
         <element ref="{}CourseClimb" minOccurs="0"/>
         <choice minOccurs="0">
           <element ref="{}StartPointCode"/>
           <element ref="{}StartPoint"/>
         </choice>
         <element ref="{}FinishChute" minOccurs="0"/>
         <element ref="{}CourseControl" maxOccurs="unbounded"/>
         <choice minOccurs="0">
           <element ref="{}FinishPointCode"/>
           <element ref="{}FinishPoint"/>
         </choice>
         <element ref="{}DistanceToFinish" minOccurs="0"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
       <attribute name="numberOfRunners" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • courseVariationId

      protected String courseVariationId
    • name

      protected Name name
    • courseLength

      protected CourseLength courseLength
    • courseClimb

      protected CourseClimb courseClimb
    • startPointCode

      protected String startPointCode
    • startPoint

      protected StartPoint startPoint
    • finishChute

      protected String finishChute
    • courseControl

      protected List<CourseControl> courseControl
    • finishPointCode

      protected String finishPointCode
    • finishPoint

      protected FinishPoint finishPoint
    • distanceToFinish

      protected DistanceToFinish distanceToFinish
    • modifyDate

      protected ModifyDate modifyDate
    • numberOfRunners

      protected String numberOfRunners
  • Constructor Details

    • CourseVariation

      public CourseVariation()
  • Method Details

    • getCourseVariationId

      public String getCourseVariationId()
      Gets the value of the courseVariationId property.
      Returns:
      possible object is String
    • setCourseVariationId

      public void setCourseVariationId(String value)
      Sets the value of the courseVariationId property.
      Parameters:
      value - allowed object is String
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • 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
    • getCourseClimb

      public CourseClimb getCourseClimb()
      Gets the value of the courseClimb property.
      Returns:
      possible object is CourseClimb
    • setCourseClimb

      public void setCourseClimb(CourseClimb value)
      Sets the value of the courseClimb property.
      Parameters:
      value - allowed object is CourseClimb
    • getStartPointCode

      public String getStartPointCode()
      Gets the value of the startPointCode property.
      Returns:
      possible object is String
    • setStartPointCode

      public void setStartPointCode(String value)
      Sets the value of the startPointCode property.
      Parameters:
      value - allowed object is String
    • getStartPoint

      public StartPoint getStartPoint()
      Gets the value of the startPoint property.
      Returns:
      possible object is StartPoint
    • setStartPoint

      public void setStartPoint(StartPoint value)
      Sets the value of the startPoint property.
      Parameters:
      value - allowed object is StartPoint
    • 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
    • getCourseControl

      public List<CourseControl> getCourseControl()
      Gets the value of the courseControl 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 courseControl property.

      For example, to add a new item, do as follows:

       getCourseControl().add(newItem);
       

      Objects of the following type(s) are allowed in the list CourseControl

      Returns:
      The value of the courseControl property.
    • getFinishPointCode

      public String getFinishPointCode()
      Gets the value of the finishPointCode property.
      Returns:
      possible object is String
    • setFinishPointCode

      public void setFinishPointCode(String value)
      Sets the value of the finishPointCode property.
      Parameters:
      value - allowed object is String
    • getFinishPoint

      public FinishPoint getFinishPoint()
      Gets the value of the finishPoint property.
      Returns:
      possible object is FinishPoint
    • setFinishPoint

      public void setFinishPoint(FinishPoint value)
      Sets the value of the finishPoint property.
      Parameters:
      value - allowed object is FinishPoint
    • getDistanceToFinish

      public DistanceToFinish getDistanceToFinish()
      Gets the value of the distanceToFinish property.
      Returns:
      possible object is DistanceToFinish
    • setDistanceToFinish

      public void setDistanceToFinish(DistanceToFinish value)
      Sets the value of the distanceToFinish property.
      Parameters:
      value - allowed object is DistanceToFinish
    • 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
    • getNumberOfRunners

      public String getNumberOfRunners()
      Gets the value of the numberOfRunners property.
      Returns:
      possible object is String
    • setNumberOfRunners

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