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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected CourseSectionListprotected List<CourseVariation>protected EventIdprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classIdOrClassShortName property.Gets the value of the courseId property.Gets the value of the courseName property.Gets the value of the courseSectionList property.Gets the value of the courseVariation property.Gets the value of the eventId property.Gets the value of the eventRaceId property.voidsetCourseId(String value) Sets the value of the courseId property.voidsetCourseName(String value) Sets the value of the courseName property.voidSets the value of the courseSectionList property.voidsetEventId(EventId value) Sets the value of the eventId property.voidsetEventRaceId(String value) Sets the value of the eventRaceId property.
-
Field Details
-
courseName
-
courseId
-
eventId
-
eventRaceId
-
classIdOrClassShortName
-
courseVariation
-
courseSectionList
-
-
Constructor Details
-
Course
public Course()
-
-
Method Details
-
getCourseName
Gets the value of the courseName property.- Returns:
- possible object is
String
-
setCourseName
Sets the value of the courseName property.- Parameters:
value- allowed object isString
-
getCourseId
Gets the value of the courseId property.- Returns:
- possible object is
String
-
setCourseId
Sets the value of the courseId property.- Parameters:
value- allowed object isString
-
getEventId
Gets the value of the eventId property.- Returns:
- possible object is
EventId
-
setEventId
Sets the value of the eventId property.- Parameters:
value- allowed object isEventId
-
getEventRaceId
Gets the value of the eventRaceId property.- Returns:
- possible object is
String
-
setEventRaceId
Sets the value of the eventRaceId property.- Parameters:
value- allowed object isString
-
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
setmethod 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:
- The value of the classIdOrClassShortName property.
-
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
setmethod 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
Gets the value of the courseSectionList property.- Returns:
- possible object is
CourseSectionList
-
setCourseSectionList
Sets the value of the courseSectionList property.- Parameters:
value- allowed object isCourseSectionList
-