@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public class CourseSection extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for course-section complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="course-section">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="course-meeting" type="{https://source.jasig.org/schemas/portlet/courses/common}course-meeting" maxOccurs="unbounded" minOccurs="0"/>
<element name="instructor" type="{https://source.jasig.org/schemas/portlet/courses/common}instructor" maxOccurs="unbounded" minOccurs="0"/>
<element name="resource" type="{https://source.jasig.org/schemas/portlet/courses/common}resource" maxOccurs="unbounded" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="section-additional-info" type="{https://source.jasig.org/schemas/portlet/courses/common}additional-info" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected List<CourseMeeting> |
courseMeetings |
protected String |
id |
protected List<Instructor> |
instructors |
protected List<Resource> |
resources |
protected List<AdditionalInfo> |
sectionAdditionalInfos |
protected String |
type |
| Constructor and Description |
|---|
CourseSection() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCode()
Gets the value of the code property.
|
List<CourseMeeting> |
getCourseMeetings()
Gets the value of the courseMeetings property.
|
String |
getId()
Gets the value of the id property.
|
List<Instructor> |
getInstructors()
Gets the value of the instructors property.
|
List<Resource> |
getResources()
Gets the value of the resources property.
|
List<AdditionalInfo> |
getSectionAdditionalInfos()
Gets the value of the sectionAdditionalInfos property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCode(String value)
Sets the value of the code property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected List<CourseMeeting> courseMeetings
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected List<Instructor> instructors
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected List<Resource> resources
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected String type
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected List<AdditionalInfo> sectionAdditionalInfos
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected String code
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public List<CourseMeeting> getCourseMeetings()
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 courseMeetings property.
For example, to add a new item, do as follows:
getCourseMeetings().add(newItem);
Objects of the following type(s) are allowed in the list
CourseMeeting
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public List<Instructor> getInstructors()
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 instructors property.
For example, to add a new item, do as follows:
getInstructors().add(newItem);
Objects of the following type(s) are allowed in the list
Instructor
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public List<Resource> getResources()
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 resources property.
For example, to add a new item, do as follows:
getResources().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public String getType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public List<AdditionalInfo> getSectionAdditionalInfos()
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 sectionAdditionalInfos property.
For example, to add a new item, do as follows:
getSectionAdditionalInfos().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalInfo
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public String getCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public String getId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setId(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2023 Jasig. All rights reserved.