|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.common.MeetingTime
public class MeetingTime
This element represents the meeting times and periods for a course, and occurs within objects such as SectionInfo and StudentSectionEnrollment
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
MeetingTime()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getTimetableDay()
Gets the value of the <TimetableDay> element. |
java.lang.String |
getTimetablePeriod()
Gets the value of the <TimetablePeriod> element. |
void |
setTimetableDay(java.lang.String value)
Sets the value of the <TimetableDay> element. |
void |
setTimetablePeriod(java.lang.String value)
Sets the value of the <TimetablePeriod> element. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getKey, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MeetingTime()
| Method Detail |
|---|
public java.lang.String getTimetableDay()
<TimetableDay> element.
The SIF specification defines the meaning of this element as: "Locally defined rotation cycle day code when the section meets (e.g., in a two day schedule, valid values would be "A" and "B," or "1" and "2")."
TimetableDay element of this object.public void setTimetableDay(java.lang.String value)
<TimetableDay> element.
The SIF specification defines the meaning of this element as: "Locally defined rotation cycle day code when the section meets (e.g., in a two day schedule, valid values would be "A" and "B," or "1" and "2")."
value - A String objectpublic java.lang.String getTimetablePeriod()
<TimetablePeriod> element.
The SIF specification defines the meaning of this element as: "The period within the day when this section takes place (e.g., "0" through "7")."
TimetablePeriod element of this object.public void setTimetablePeriod(java.lang.String value)
<TimetablePeriod> element.
The SIF specification defines the meaning of this element as: "The period within the day when this section takes place (e.g., "0" through "7")."
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||