com.edustructures.sifworks.student
Class ScheduleInfo

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.SIFKeyedElement
              extended by com.edustructures.sifworks.student.ScheduleInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ScheduleInfo
extends SIFKeyedElement

The schedule-related information for a section repeating for each term in which the session is scheduled

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
ScheduleInfo()
          Constructor
ScheduleInfo(java.lang.String termInfoRefId)
          Constructor that accepts values for all mandatory fields
 
Method Summary
 java.lang.String getKey()
          Gets the key of this object
 ElementDef[] getKeyFields()
          Gets the metadata fields that make up the key of this object
 MeetingTimeList getMeetingTimeList()
          Gets the value of the <MeetingTimeList> element.
 SectionRoomList getSectionRoomList()
          Gets the value of the <SectionRoomList> element.
 TeacherList getTeacherList()
          Gets the value of the <TeacherList> element.
 java.lang.String getTermInfoRefId()
          Gets the value of the TermInfoRefId attribute.
 void removeMeetingTimeList()
          Removes the MeetingTimeList child element previously created by calling setMeetingTimeList
 void removeSectionRoomList()
          Removes the SectionRoomList child element previously created by calling setSectionRoomList
 void removeTeacherList()
          Removes the TeacherList child element previously created by calling setTeacherList
 void setMeetingTimeList(MeetingTimeList value)
          Sets the value of the <MeetingTimeList> element.
 void setSectionRoomList(SectionRoomList value)
          Sets the value of the <SectionRoomList> element.
 void setTeacherList(TeacherList value)
          Sets the value of the <TeacherList> element.
 void setTermInfoRefId(java.lang.String value)
          Sets the value of the TermInfoRefId attribute.
 
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, 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

ScheduleInfo

public ScheduleInfo()
Constructor


ScheduleInfo

public ScheduleInfo(java.lang.String termInfoRefId)
Constructor that accepts values for all mandatory fields

Parameters:
termInfoRefId - The ID (GUID) of the term to which this schedule information relates.
Method Detail

getKey

public java.lang.String getKey()
Gets the key of this object

Overrides:
getKey in class SIFElement
Returns:
The value of the object's Mandatory or Required attribute. If an object has more than one such attribute, the key is a period- delimited concatenation of the attribute values in sequential order

getKeyFields

public ElementDef[] getKeyFields()
Gets the metadata fields that make up the key of this object

Returns:
an array of metadata fields that make up the object's key

getTermInfoRefId

public java.lang.String getTermInfoRefId()
Gets the value of the TermInfoRefId attribute.

The SIF specification defines the meaning of this attribute as: "The ID (GUID) of the term to which this schedule information relates."

Returns:
The TermInfoRefId attribute of this object.
Since:
1.1

setTermInfoRefId

public void setTermInfoRefId(java.lang.String value)
Sets the value of the TermInfoRefId attribute.

The SIF specification defines the meaning of this attribute as: "The ID (GUID) of the term to which this schedule information relates."

Parameters:
value - A String object
Since:
1.1

setTeacherList

public void setTeacherList(TeacherList value)
Sets the value of the <TeacherList> element.

The SIF specification defines the meaning of this element as: "The teacher(s) who teach this section"

Parameters:
value - A TeacherList object
Since:
1.1

getTeacherList

public TeacherList getTeacherList()
Gets the value of the <TeacherList> element.

The SIF specification defines the meaning of this element as: "The teacher(s) who teach this section"

Returns:
A TeacherList object
Since:
1.1

removeTeacherList

public void removeTeacherList()
Removes the TeacherList child element previously created by calling setTeacherList

Since:
1.1

setSectionRoomList

public void setSectionRoomList(SectionRoomList value)
Sets the value of the <SectionRoomList> element.

The SIF specification defines the meaning of this element as: "The ID (GUID) of the room in which this section is taught"

Parameters:
value - A SectionRoomList object
Since:
1.1

getSectionRoomList

public SectionRoomList getSectionRoomList()
Gets the value of the <SectionRoomList> element.

The SIF specification defines the meaning of this element as: "The ID (GUID) of the room in which this section is taught"

Returns:
A SectionRoomList object
Since:
1.1

removeSectionRoomList

public void removeSectionRoomList()
Removes the SectionRoomList child element previously created by calling setSectionRoomList

Since:
1.1

setMeetingTimeList

public void setMeetingTimeList(MeetingTimeList value)
Sets the value of the <MeetingTimeList> element.

The SIF specification defines the meaning of this element as: "The time(s) this section meets"

Parameters:
value - A MeetingTimeList object
Since:
1.1

getMeetingTimeList

public MeetingTimeList getMeetingTimeList()
Gets the value of the <MeetingTimeList> element.

The SIF specification defines the meaning of this element as: "The time(s) this section meets"

Returns:
A MeetingTimeList object
Since:
1.1

removeMeetingTimeList

public void removeMeetingTimeList()
Removes the MeetingTimeList child element previously created by calling setMeetingTimeList

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.