Package iofXml.v2

Class CourseData

java.lang.Object
iofXml.v2.CourseData

public class CourseData 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="{}IOFVersion" minOccurs="0"/>
         <element ref="{}Map" minOccurs="0"/>
         <element ref="{}StartPoint" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}Control" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}FinishPoint" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}Course" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CourseData

      public CourseData()
  • Method Details

    • getIOFVersion

      public IOFVersion getIOFVersion()
      Gets the value of the iofVersion property.
      Returns:
      possible object is IOFVersion
    • setIOFVersion

      public void setIOFVersion(IOFVersion value)
      Sets the value of the iofVersion property.
      Parameters:
      value - allowed object is IOFVersion
    • getMap

      public Map getMap()
      Gets the value of the map property.
      Returns:
      possible object is Map
    • setMap

      public void setMap(Map value)
      Sets the value of the map property.
      Parameters:
      value - allowed object is Map
    • getStartPoint

      public List<StartPoint> getStartPoint()
      Gets the value of the startPoint 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 startPoint property.

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

       getStartPoint().add(newItem);
       

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

      Returns:
      The value of the startPoint property.
    • getControl

      public List<Control> getControl()
      Gets the value of the control 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 control property.

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

       getControl().add(newItem);
       

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

      Returns:
      The value of the control property.
    • getFinishPoint

      public List<FinishPoint> getFinishPoint()
      Gets the value of the finishPoint 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 finishPoint property.

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

       getFinishPoint().add(newItem);
       

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

      Returns:
      The value of the finishPoint property.
    • getCourse

      public List<Course> getCourse()
      Gets the value of the course 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 course property.

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

       getCourse().add(newItem);
       

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

      Returns:
      The value of the course property.