|
||||||||||
| 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.student.MostRecent
public class MostRecent
| 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 |
|---|
public MostRecent()
| Method Detail |
|---|
public java.lang.String getSchoolLocalId()
<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."
SchoolLocalId element of this object.public void setSchoolLocalId(java.lang.String value)
<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."
value - A String objectpublic java.lang.String getHomeroomLocalId()
<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."
HomeroomLocalId element of this object.public void setHomeroomLocalId(java.lang.String value)
<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."
value - A String objectpublic void setGradeLevel(GradeLevel value)
<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."
value - A GradeLevel objectpublic void setGradeLevel(GradeLevelCode code)
<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.
code - Code representing the grade level.public GradeLevel getGradeLevel()
<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."
GradeLevel objectpublic void removeGradeLevel()
GradeLevel child element previously created by calling setGradeLevel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||