|
||||||||||
| 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.SIFKeyedElement
com.edustructures.sifworks.etranscripts.StudentSchoolEnrollmentData
public class StudentSchoolEnrollmentData
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
StudentSchoolEnrollmentData()
Constructor |
|
StudentSchoolEnrollmentData(java.lang.String schoolAttendedRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
Advisor |
getAdvisor()
Gets the value of the <Advisor> element. |
Counselor |
getCounselor()
Gets the value of the <Counselor> element. |
GradeLevel |
getGradeLevel()
Gets the value of the <GradeLevel> element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
java.lang.String |
getSchoolAttendedRefId()
Gets the value of the SchoolAttendedRefId attribute. |
void |
removeAdvisor()
Removes the Advisor child element previously created by calling setAdvisor |
void |
removeCounselor()
Removes the Counselor child element previously created by calling setCounselor |
void |
removeGradeLevel()
Removes the GradeLevel child element previously created by calling setGradeLevel |
void |
setAdvisor(Advisor value)
Sets the value of the <Advisor> element. |
void |
setCounselor(Counselor value)
Sets the value of the <Counselor> element. |
void |
setGradeLevel(GradeLevel value)
Sets the value of the <GradeLevel> element. |
void |
setGradeLevel(GradeLevelCode code)
Sets the value of the <GradeLevel> child element. |
void |
setSchoolAttendedRefId(java.lang.String value)
Sets the value of the SchoolAttendedRefId 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 |
|---|
public StudentSchoolEnrollmentData()
public StudentSchoolEnrollmentData(java.lang.String schoolAttendedRefId)
schoolAttendedRefId - References the school of record for the student (see SchoolAttended).| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getSchoolAttendedRefId()
SchoolAttendedRefId attribute.
The SIF specification defines the meaning of this attribute as: "References the school of record for the student (see SchoolAttended)."
SchoolAttendedRefId attribute of this object.public void setSchoolAttendedRefId(java.lang.String value)
SchoolAttendedRefId attribute.
The SIF specification defines the meaning of this attribute as: "References the school of record for the student (see SchoolAttended)."
value - A String objectpublic void setGradeLevel(GradeLevel value)
<GradeLevel> element.
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.
GradeLevel objectpublic void removeGradeLevel()
GradeLevel child element previously created by calling setGradeLevel
public void setAdvisor(Advisor value)
<Advisor> element.
value - A Advisor objectpublic Advisor getAdvisor()
<Advisor> element.
Advisor objectpublic void removeAdvisor()
Advisor child element previously created by calling setAdvisor
public void setCounselor(Counselor value)
<Counselor> element.
value - A Counselor objectpublic Counselor getCounselor()
<Counselor> element.
Counselor objectpublic void removeCounselor()
Counselor child element previously created by calling setCounselor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||