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 Summary
Constructors Constructor Description Course()
-
Method Summary
Modifier and Type Method Description String
getCourseName()
Gets the value of the courseName property. void
setCourseName(String value)
Sets the value of the courseName property. String
getCourseId()
Gets the value of the courseId property. void
setCourseId(String value)
Sets the value of the courseId property. EventId
getEventId()
Gets the value of the eventId property. void
setEventId(EventId value)
Sets the value of the eventId property. String
getEventRaceId()
Gets the value of the eventRaceId property. void
setEventRaceId(String value)
Sets the value of the eventRaceId property. List<Object>
getClassIdOrClassShortName()
Gets the value of the classIdOrClassShortName property. List<CourseVariation>
getCourseVariation()
Gets the value of the courseVariation property. CourseSectionList
getCourseSectionList()
Gets the value of the courseSectionList property. void
setCourseSectionList(CourseSectionList value)
Sets the value of the courseSectionList property. -
-
Method Detail
-
getCourseName
String getCourseName()
Gets the value of the courseName property.
- Returns:
possibleobject is String
-
setCourseName
void setCourseName(String value)
Sets the value of the courseName property.
- Parameters:
value
- allowed object is String
-
getCourseId
String getCourseId()
Gets the value of the courseId property.
- Returns:
possibleobject is String
-
setCourseId
void setCourseId(String value)
Sets the value of the courseId property.
- Parameters:
value
- allowed object is String
-
getEventId
EventId getEventId()
Gets the value of the eventId property.
- Returns:
possibleobject is EventId
-
setEventId
void setEventId(EventId value)
Sets the value of the eventId property.
- Parameters:
value
- allowed object is EventId
-
getEventRaceId
String getEventRaceId()
Gets the value of the eventRaceId property.
- Returns:
possibleobject is String
-
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.
-
getCourseSectionList
CourseSectionList getCourseSectionList()
Gets the value of the courseSectionList property.
- Returns:
possibleobject is CourseSectionList
-
setCourseSectionList
void setCourseSectionList(CourseSectionList value)
Sets the value of the courseSectionList property.
- Parameters:
value
- allowed object is CourseSectionList
-
-
-
-