|
||||||||||
| 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.SIFDataObject
com.edustructures.sifworks.assessment.AssessmentRegistration
public class AssessmentRegistration
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AssessmentRegistration()
Constructor |
|
AssessmentRegistration(java.lang.String refId,
java.lang.String studentPersonalRefId,
java.lang.String assessmentAdministrationRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getAssessmentAdministrationRefId()
Gets the value of the AssessmentAdministrationRefId attribute. |
GradeLevel |
getAssessmentGradeLevel()
Gets the value of the <AssessmentGradeLevel> element. |
java.util.Calendar |
getCreationDateTime()
Gets the value of the <CreationDateTime> 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 |
getLEAInfoRefId()
Gets the value of the <LEAInfoRefId> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
java.lang.String |
getSchoolInfoRefId()
Gets the value of the <SchoolInfoRefId> element. |
java.lang.String |
getSectionInfoRefId()
Gets the value of the <SectionInfoRefId> element. |
java.lang.String |
getStaffPersonalRefId()
Gets the value of the <StaffPersonalRefId> element. |
GradeLevel |
getStudentGradeLevel()
Gets the value of the <StudentGradeLevel> element. |
java.lang.String |
getStudentPersonalRefId()
Gets the value of the StudentPersonalRefId attribute. |
StudentSpecialConditions |
getStudentSpecialConditions()
Gets the value of the <StudentSpecialConditions> element. |
void |
removeAssessmentGradeLevel()
Removes the AssessmentGradeLevel child element previously created by calling setAssessmentGradeLevel |
void |
removeStudentGradeLevel()
Removes the StudentGradeLevel child element previously created by calling setStudentGradeLevel |
void |
removeStudentSpecialConditions()
Removes the StudentSpecialConditions child element previously created by calling setStudentSpecialConditions |
void |
setAssessmentAdministrationRefId(java.lang.String value)
Sets the value of the AssessmentAdministrationRefId attribute. |
void |
setAssessmentGradeLevel(GradeLevel value)
Sets the value of the <AssessmentGradeLevel> element. |
void |
setAssessmentGradeLevel(GradeLevelCode code)
Sets the value of the <AssessmentGradeLevel> child element. |
void |
setCreationDateTime(java.util.Calendar value)
Sets the value of the <CreationDateTime> element. |
void |
setLEAInfoRefId(java.lang.String value)
Sets the value of the <LEAInfoRefId> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
void |
setSchoolInfoRefId(java.lang.String value)
Sets the value of the <SchoolInfoRefId> element. |
void |
setSectionInfoRefId(java.lang.String value)
Sets the value of the <SectionInfoRefId> element. |
void |
setStaffPersonalRefId(java.lang.String value)
Sets the value of the <StaffPersonalRefId> element. |
void |
setStudentGradeLevel(GradeLevel value)
Sets the value of the <StudentGradeLevel> element. |
void |
setStudentGradeLevel(GradeLevelCode code)
Sets the value of the <StudentGradeLevel> child element. |
void |
setStudentPersonalRefId(java.lang.String value)
Sets the value of the StudentPersonalRefId attribute. |
void |
setStudentSpecialConditions(StudentSpecialConditions value)
Sets the value of the <StudentSpecialConditions> element. |
| Methods inherited from class com.edustructures.sifworks.SIFDataObject |
|---|
addSIFExtendedElement, clone, getElementOrAttribute, getObjectTag, getObjectType, getSIFExtendedElement, getSIFExtendedElements, getSIFExtendedElementsContainer, getSIFMetadata, getSIFVersion, setElementOrAttribute, setElementOrAttribute, setElementOrAttribute, setSIFExtendedElements, setSIFExtendedElementsContainer, setSIFMetadata, setSIFVersion, toXML |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, 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 AssessmentRegistration()
public AssessmentRegistration(java.lang.String refId,
java.lang.String studentPersonalRefId,
java.lang.String assessmentAdministrationRefId)
refId - The GUID that uniquely identifies an instance of the object.studentPersonalRefId - The student associated with the registration.assessmentAdministrationRefId - The assessment administration associated with the registration.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getRefId()
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID that uniquely identifies an instance of the object."
getRefId in class SIFDataObjectRefId attribute of this object.public void setRefId(java.lang.String value)
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID that uniquely identifies an instance of the object."
value - A String objectpublic java.lang.String getStudentPersonalRefId()
StudentPersonalRefId attribute.
The SIF specification defines the meaning of this attribute as: "The student associated with the registration."
StudentPersonalRefId attribute of this object.public void setStudentPersonalRefId(java.lang.String value)
StudentPersonalRefId attribute.
The SIF specification defines the meaning of this attribute as: "The student associated with the registration."
value - A String objectpublic java.lang.String getAssessmentAdministrationRefId()
AssessmentAdministrationRefId attribute.
The SIF specification defines the meaning of this attribute as: "The assessment administration associated with the registration."
AssessmentAdministrationRefId attribute of this object.public void setAssessmentAdministrationRefId(java.lang.String value)
AssessmentAdministrationRefId attribute.
The SIF specification defines the meaning of this attribute as: "The assessment administration associated with the registration."
value - A String objectpublic java.util.Calendar getCreationDateTime()
<CreationDateTime> element.
The SIF specification defines the meaning of this element as: "Date/time assignment is made."
CreationDateTime element of this object.public void setCreationDateTime(java.util.Calendar value)
<CreationDateTime> element.
The SIF specification defines the meaning of this element as: "Date/time assignment is made."
value - A Calendar objectpublic void setStudentSpecialConditions(StudentSpecialConditions value)
<StudentSpecialConditions> element.
value - A StudentSpecialConditions objectpublic StudentSpecialConditions getStudentSpecialConditions()
<StudentSpecialConditions> element.
StudentSpecialConditions objectpublic void removeStudentSpecialConditions()
StudentSpecialConditions child element previously created by calling setStudentSpecialConditions
public void setStudentGradeLevel(GradeLevel value)
<StudentGradeLevel> element.
The SIF specification defines the meaning of this element as: "Grade level of the student at the time of testing."
value - A GradeLevel objectpublic void setStudentGradeLevel(GradeLevelCode code)
<StudentGradeLevel> child element.
This form of setStudentGradeLevel is provided as a convenience method
that is functionally equivalent to the version of setStudentGradeLevel
that accepts a single GradeLevel object.
code - Code representing the grade level.public GradeLevel getStudentGradeLevel()
<StudentGradeLevel> element.
The SIF specification defines the meaning of this element as: "Grade level of the student at the time of testing."
GradeLevel objectpublic void removeStudentGradeLevel()
StudentGradeLevel child element previously created by calling setStudentGradeLevel
public void setAssessmentGradeLevel(GradeLevel value)
<AssessmentGradeLevel> element.
The SIF specification defines the meaning of this element as: "The grade or level at which the student is to be tested. This element should be omitted unless the student is being tested out-of-level."
value - A GradeLevel objectpublic void setAssessmentGradeLevel(GradeLevelCode code)
<AssessmentGradeLevel> child element.
This form of setAssessmentGradeLevel is provided as a convenience method
that is functionally equivalent to the version of setAssessmentGradeLevel
that accepts a single GradeLevel object.
code - Code representing the grade level.public GradeLevel getAssessmentGradeLevel()
<AssessmentGradeLevel> element.
The SIF specification defines the meaning of this element as: "The grade or level at which the student is to be tested. This element should be omitted unless the student is being tested out-of-level."
GradeLevel objectpublic void removeAssessmentGradeLevel()
AssessmentGradeLevel child element previously created by calling setAssessmentGradeLevel
public java.lang.String getLEAInfoRefId()
<LEAInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a district associated with the registration."
LEAInfoRefId element of this object.public void setLEAInfoRefId(java.lang.String value)
<LEAInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a district associated with the registration."
value - A String objectpublic java.lang.String getSchoolInfoRefId()
<SchoolInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a school associated with the registration."
SchoolInfoRefId element of this object.public void setSchoolInfoRefId(java.lang.String value)
<SchoolInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a school associated with the registration."
value - A String objectpublic java.lang.String getStaffPersonalRefId()
<StaffPersonalRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a staff person associated with the registration."
StaffPersonalRefId element of this object.public void setStaffPersonalRefId(java.lang.String value)
<StaffPersonalRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a staff person associated with the registration."
value - A String objectpublic java.lang.String getSectionInfoRefId()
<SectionInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a section (or class) associated with the registration."
SectionInfoRefId element of this object.public void setSectionInfoRefId(java.lang.String value)
<SectionInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a section (or class) associated with the registration."
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||