com.edustructures.sifworks.student
Class MostRecent

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

public class MostRecent
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
MostRecent()
          Constructor
 
Method Summary
 GradeLevel getGradeLevel()
          Gets the value of the <GradeLevel> element.
 java.lang.String getHomeroomLocalId()
          Gets the value of the <HomeroomLocalId> element.
 java.lang.String getSchoolLocalId()
          Gets the value of the <SchoolLocalId> element.
 void removeGradeLevel()
          Removes the GradeLevel child element previously created by calling setGradeLevel
 void setGradeLevel(GradeLevel value)
          Sets the value of the <GradeLevel> element.
 void setGradeLevel(GradeLevelCode code)
          Sets the value of the <GradeLevel> child element.
 void setHomeroomLocalId(java.lang.String value)
          Sets the value of the <HomeroomLocalId> element.
 void setSchoolLocalId(java.lang.String value)
          Sets the value of the <SchoolLocalId> 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

MostRecent

public MostRecent()
Constructor

Method Detail

getSchoolLocalId

public java.lang.String getSchoolLocalId()
Gets the value of the <SchoolLocalId> element.

The SIF specification defines the meaning of this element as: "Local identifier representing the school in which the student is or was most recently enrolled in the district."

Returns:
The SchoolLocalId element of this object.
Since:
2.0

setSchoolLocalId

public void setSchoolLocalId(java.lang.String value)
Sets the value of the <SchoolLocalId> element.

The SIF specification defines the meaning of this element as: "Local identifier representing the school in which the student is or was most recently enrolled in the district."

Parameters:
value - A String object
Since:
2.0

getHomeroomLocalId

public java.lang.String getHomeroomLocalId()
Gets the value of the <HomeroomLocalId> element.

The SIF specification defines the meaning of this element as: "Local identifier representing the current or most recent homeroom in which the student is or was most recently assigned in the district."

Returns:
The HomeroomLocalId element of this object.
Since:
2.0

setHomeroomLocalId

public void setHomeroomLocalId(java.lang.String value)
Sets the value of the <HomeroomLocalId> element.

The SIF specification defines the meaning of this element as: "Local identifier representing the current or most recent homeroom in which the student is or was most recently assigned in the district."

Parameters:
value - A String object
Since:
2.0

setGradeLevel

public void setGradeLevel(GradeLevel value)
Sets the value of the <GradeLevel> element.

The SIF specification defines the meaning of this element as: "The current or most recent grade level of the student in the district."

Parameters:
value - A GradeLevel object
Since:
2.0

setGradeLevel

public void setGradeLevel(GradeLevelCode code)
Sets the value of the <GradeLevel> child element. This form of setGradeLevel is provided as a convenience method that is functionally equivalent to the version of setGradeLevel that accepts a single GradeLevel object.

Parameters:
code - Code representing the grade level.
Since:
2.0

getGradeLevel

public GradeLevel getGradeLevel()
Gets the value of the <GradeLevel> element.

The SIF specification defines the meaning of this element as: "The current or most recent grade level of the student in the district."

Returns:
A GradeLevel object
Since:
2.0

removeGradeLevel

public void removeGradeLevel()
Removes the GradeLevel child element previously created by calling setGradeLevel

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.