@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public class CourseMeeting extends CourseMeetingWrapper implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for course-meeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="course-meeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{https://source.jasig.org/schemas/portlet/courses/common}location"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="dayId" maxOccurs="7" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Su"/>
<enumeration value="M"/>
<enumeration value="T"/>
<enumeration value="W"/>
<enumeration value="Th"/>
<enumeration value="F"/>
<enumeration value="Sa"/>
</restriction>
</simpleType>
</element>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
dayIds |
protected org.joda.time.DateMidnight |
endDate |
protected org.joda.time.LocalTime |
endTime |
protected Location |
location |
protected org.joda.time.DateMidnight |
startDate |
protected org.joda.time.LocalTime |
startTime |
protected String |
type |
logger| Constructor and Description |
|---|
CourseMeeting() |
| 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) |
List<String> |
getDayIds()
Gets the value of the dayIds property.
|
org.joda.time.DateMidnight |
getEndDate()
Gets the value of the endDate property.
|
org.joda.time.LocalTime |
getEndTime()
Gets the value of the endTime property.
|
Location |
getLocation()
Gets the value of the location property.
|
org.joda.time.DateMidnight |
getStartDate()
Gets the value of the startDate property.
|
org.joda.time.LocalTime |
getStartTime()
Gets the value of the startTime 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 |
setEndDate(org.joda.time.DateMidnight value)
Sets the value of the endDate property.
|
void |
setEndTime(org.joda.time.LocalTime value)
Sets the value of the endTime property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setStartDate(org.joda.time.DateMidnight value)
Sets the value of the startDate property.
|
void |
setStartTime(org.joda.time.LocalTime value)
Sets the value of the startTime property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
getFormattedMeetingDays, getFormattedMeetingTime@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected Location location
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected org.joda.time.LocalTime startTime
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected org.joda.time.LocalTime endTime
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected List<String> dayIds
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected org.joda.time.DateMidnight startDate
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected org.joda.time.DateMidnight endDate
@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") public Location getLocation()
Location@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setLocation(Location value)
value - allowed object is
Location@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public org.joda.time.LocalTime getStartTime()
getStartTime in class CourseMeetingWrapperString@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setStartTime(org.joda.time.LocalTime 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 org.joda.time.LocalTime getEndTime()
getEndTime in class CourseMeetingWrapperString@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setEndTime(org.joda.time.LocalTime 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<String> getDayIds()
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 dayIds property.
For example, to add a new item, do as follows:
getDayIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
getDayIds in class CourseMeetingWrapper@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public org.joda.time.DateMidnight getStartDate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setStartDate(org.joda.time.DateMidnight 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 org.joda.time.DateMidnight getEndDate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setEndDate(org.joda.time.DateMidnight 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 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 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.