Package iofXml.v2

Class Course

  • All Implemented Interfaces:

    
    public class Course
    
                        

    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>
    
    • Constructor Detail

      • Course

        Course()
    • Method Detail

      • setCourseName

         void setCourseName(String value)

        Sets the value of the courseName property.

        Parameters:
        value - allowed object is String
      • setCourseId

         void setCourseId(String value)

        Sets the value of the courseId property.

        Parameters:
        value - allowed object is String
      • setEventId

         void setEventId(EventId value)

        Sets the value of the eventId property.

        Parameters:
        value - allowed object is EventId
      • setEventRaceId

         void setEventRaceId(String value)

        Sets the value of the eventRaceId property.

        Parameters:
        value - allowed object is String
      • getClassIdOrClassShortName

         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 ClassIdClassShortName

        Returns:

        Thevalue of the classIdOrClassShortName property.

      • getCourseVariation

         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:

        Thevalue of the courseVariation property.