|
||||||||||
| 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.StudentSchoolEnrollmentHistory
public class StudentSchoolEnrollmentHistory
A list of each enrollment in the list of schools attended
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
StudentSchoolEnrollmentHistory()
Constructor |
|
StudentSchoolEnrollmentHistory(java.lang.String schoolAttendedRefId,
java.lang.Integer schoolYear,
PartialDateType entryDate)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
PartialDateType |
getEntryDate()
Gets the value of the <EntryDate> element. |
PartialDateType |
getExitDate()
Gets the value of the <ExitDate> 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. |
java.lang.Integer |
getSchoolYear()
Gets the value of the <SchoolYear> element. |
void |
removeEntryDate()
Removes the EntryDate child element previously created by calling setEntryDate |
void |
removeExitDate()
Removes the ExitDate child element previously created by calling setExitDate |
void |
setEntryDate(PartialDateType value)
Sets the value of the <EntryDate> element. |
void |
setEntryDate(java.lang.String value)
Sets the value of the <EntryDate> child element. |
void |
setExitDate(PartialDateType value)
Sets the value of the <ExitDate> element. |
void |
setExitDate(java.lang.String value)
Sets the value of the <ExitDate> child element. |
void |
setSchoolAttendedRefId(java.lang.String value)
Sets the value of the SchoolAttendedRefId attribute. |
void |
setSchoolYear(java.lang.Integer value)
Sets the value of the <SchoolYear> 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, 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 StudentSchoolEnrollmentHistory()
public StudentSchoolEnrollmentHistory(java.lang.String schoolAttendedRefId,
java.lang.Integer schoolYear,
PartialDateType entryDate)
schoolAttendedRefId - Reference to School Attended.schoolYear - entryDate - | 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: "Reference to School Attended."
SchoolAttendedRefId attribute of this object.public void setSchoolAttendedRefId(java.lang.String value)
SchoolAttendedRefId attribute.
The SIF specification defines the meaning of this attribute as: "Reference to School Attended."
value - A String objectpublic java.lang.Integer getSchoolYear()
<SchoolYear> element.
SchoolYear element of this object.public void setSchoolYear(java.lang.Integer value)
<SchoolYear> element.
value - A Integer objectpublic void setEntryDate(PartialDateType value)
<EntryDate> element.
value - A PartialDateType objectpublic void setEntryDate(java.lang.String value)
<EntryDate> child element.
This form of setEntryDate is provided as a convenience method
that is functionally equivalent to the version of setEntryDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getEntryDate()
<EntryDate> element.
PartialDateType objectpublic void removeEntryDate()
EntryDate child element previously created by calling setEntryDate
public void setExitDate(PartialDateType value)
<ExitDate> element.
value - A PartialDateType objectpublic void setExitDate(java.lang.String value)
<ExitDate> child element.
This form of setExitDate is provided as a convenience method
that is functionally equivalent to the version of setExitDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getExitDate()
<ExitDate> element.
PartialDateType objectpublic void removeExitDate()
ExitDate child element previously created by calling setExitDate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||