Package iofXml.v2

Class CourseSectionList

java.lang.Object
iofXml.v2.CourseSectionList

public class CourseSectionList 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="{}StartPointCode" minOccurs="0"/>
         <element ref="{}CourseSection" maxOccurs="unbounded"/>
         <element ref="{}FinishPointCode" minOccurs="0"/>
         <element ref="{}DistanceToFinish" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CourseSectionList

      public CourseSectionList()
  • Method Details

    • 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
    • getCourseSection

      public List<CourseSection> getCourseSection()
      Gets the value of the courseSection 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 courseSection property.

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

       getCourseSection().add(newItem);
       

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

      Returns:
      The value of the courseSection 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
    • getDistanceToFinish

      public List<DistanceToFinish> getDistanceToFinish()
      Gets the value of the distanceToFinish 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 distanceToFinish property.

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

       getDistanceToFinish().add(newItem);
       

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

      Returns:
      The value of the distanceToFinish property.