com.edustructures.sifworks.common
Class MeetingTime

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.common.MeetingTime
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MeetingTime
extends SIFElement

This element represents the meeting times and periods for a course, and occurs within objects such as SectionInfo and StudentSectionEnrollment

Since:
1.1
Version:
2.0
See Also:
Serialized Form

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

MeetingTime

public MeetingTime()
Constructor

Method Detail

getTimetableDay

public java.lang.String getTimetableDay()
Gets the value of the <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")."

Returns:
The TimetableDay element of this object.
Since:
1.1

setTimetableDay

public void setTimetableDay(java.lang.String value)
Sets the value of the <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")."

Parameters:
value - A String object
Since:
1.1

getTimetablePeriod

public java.lang.String getTimetablePeriod()
Gets the value of the <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")."

Returns:
The TimetablePeriod element of this object.
Since:
1.1

setTimetablePeriod

public void setTimetablePeriod(java.lang.String value)
Sets the value of the <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")."

Parameters:
value - A String object
Since:
1.1


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.