Package iofXml.v2

Class Course

java.lang.Object
iofXml.v2.Course

public class Course 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="{}CourseName"/>
         <element ref="{}CourseId" minOccurs="0"/>
         <element ref="{}EventId" minOccurs="0"/>
         <element ref="{}EventRaceId" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{}ClassId"/>
           <element ref="{}ClassShortName"/>
         </choice>
         <element ref="{}CourseVariation" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}CourseSectionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • courseName

      protected String courseName
    • courseId

      protected String courseId
    • eventId

      protected EventId eventId
    • eventRaceId

      protected String eventRaceId
    • classIdOrClassShortName

      protected List<Object> classIdOrClassShortName
    • courseVariation

      protected List<CourseVariation> courseVariation
    • courseSectionList

      protected CourseSectionList courseSectionList
  • Constructor Details

    • Course

      public Course()
  • Method Details

    • getCourseName

      public String getCourseName()
      Gets the value of the courseName property.
      Returns:
      possible object is String
    • setCourseName

      public void setCourseName(String value)
      Sets the value of the courseName property.
      Parameters:
      value - allowed object is String
    • getCourseId

      public String getCourseId()
      Gets the value of the courseId property.
      Returns:
      possible object is String
    • setCourseId

      public void setCourseId(String value)
      Sets the value of the courseId property.
      Parameters:
      value - allowed object is String
    • getEventId

      public EventId getEventId()
      Gets the value of the eventId property.
      Returns:
      possible object is EventId
    • setEventId

      public void setEventId(EventId value)
      Sets the value of the eventId property.
      Parameters:
      value - allowed object is EventId
    • getEventRaceId

      public String getEventRaceId()
      Gets the value of the eventRaceId property.
      Returns:
      possible object is String
    • setEventRaceId

      public void setEventRaceId(String value)
      Sets the value of the eventRaceId property.
      Parameters:
      value - allowed object is String
    • getClassIdOrClassShortName

      public List<Object> getClassIdOrClassShortName()
      Gets the value of the classIdOrClassShortName 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 classIdOrClassShortName property.

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

       getClassIdOrClassShortName().add(newItem);
       

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

      Returns:
      The value of the classIdOrClassShortName property.
    • getCourseVariation

      public List<CourseVariation> getCourseVariation()
      Gets the value of the courseVariation 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 courseVariation property.

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

       getCourseVariation().add(newItem);
       

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

      Returns:
      The value of the courseVariation property.
    • getCourseSectionList

      public CourseSectionList getCourseSectionList()
      Gets the value of the courseSectionList property.
      Returns:
      possible object is CourseSectionList
    • setCourseSectionList

      public void setCourseSectionList(CourseSectionList value)
      Sets the value of the courseSectionList property.
      Parameters:
      value - allowed object is CourseSectionList