com.edustructures.sifworks.etranscripts
Class CurrentCourseActivity

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

public class CurrentCourseActivity
extends SIFElement

Since:
2.0
Version:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.edustructures.sifworks.Element
CURRENT_SERIALIZE_VERSION
 
Constructor Summary
CurrentCourseActivity()
          Constructor
 
Method Summary
 Courses getCourses()
          Gets the value of the <Courses> element.
 TermInfoData getTermInfoData()
          Gets the value of the <TermInfoData> element.
 void removeCourses()
          Removes the Courses child element previously created by calling setCourses
 void removeTermInfoData()
          Removes the TermInfoData child element previously created by calling setTermInfoData
 void setCourses(Courses value)
          Sets the value of the <Courses> element.
 void setTermInfoData(java.lang.String schoolAttendedRefId)
          Sets the value of the <TermInfoData> child element.
 void setTermInfoData(TermInfoData value)
          Sets the value of the <TermInfoData> 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

CurrentCourseActivity

public CurrentCourseActivity()
Constructor

Method Detail

setTermInfoData

public void setTermInfoData(TermInfoData value)
Sets the value of the <TermInfoData> element.

Parameters:
value - A TermInfoData object
Since:
2.0

setTermInfoData

public void setTermInfoData(java.lang.String schoolAttendedRefId)
Sets the value of the <TermInfoData> child element. This form of setTermInfoData is provided as a convenience method that is functionally equivalent to the version of setTermInfoData that accepts a single TermInfoData object.

Parameters:
schoolAttendedRefId - Reference to the school of record for the courses being taken (see SchoolAttended).
Since:
2.0

getTermInfoData

public TermInfoData getTermInfoData()
Gets the value of the <TermInfoData> element.

Returns:
A TermInfoData object
Since:
2.0

removeTermInfoData

public void removeTermInfoData()
Removes the TermInfoData child element previously created by calling setTermInfoData

Since:
2.0

setCourses

public void setCourses(Courses value)
Sets the value of the <Courses> element.

Parameters:
value - A Courses object
Since:
2.0

getCourses

public Courses getCourses()
Gets the value of the <Courses> element.

Returns:
A Courses object
Since:
2.0

removeCourses

public void removeCourses()
Removes the Courses child element previously created by calling setCourses

Since:
2.0


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.