|
||||||||||
| 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.AssessmentForm
public class AssessmentForm
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AssessmentForm()
Constructor |
|
AssessmentForm(java.lang.String refId,
java.lang.String assessmentRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getAssessmentRefId()
Gets the value of the AssessmentRefId attribute. |
AssessmentSubTestRefIds |
getAssessmentSubTestRefIds()
Gets the value of the <AssessmentSubTestRefIds> element. |
java.lang.String |
getAssessmentType()
Gets the value of the <AssessmentType> element. |
java.lang.String |
getFormName()
Gets the value of the <FormName> element. |
FormNumbers |
getFormNumbers()
Gets the value of the <FormNumbers> element. |
GradeLevels |
getGradeLevels()
Gets the value of the <GradeLevels> 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 |
getLevel()
Gets the value of the <Level> element. |
java.lang.String |
getPeriod()
Gets the value of the <Period> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
void |
removeAssessmentSubTestRefIds()
Removes the AssessmentSubTestRefIds child element previously created by calling setAssessmentSubTestRefIds |
void |
removeFormNumbers()
Removes the FormNumbers child element previously created by calling setFormNumbers |
void |
removeGradeLevels()
Removes the GradeLevels child element previously created by calling setGradeLevels |
void |
setAssessmentRefId(java.lang.String value)
Sets the value of the AssessmentRefId attribute. |
void |
setAssessmentSubTestRefIds(AssessmentSubTestRefIds value)
Sets the value of the <AssessmentSubTestRefIds> element. |
void |
setAssessmentType(AssessmentType value)
Sets the value of the <AssessmentType> element. |
void |
setAssessmentType(java.lang.String value)
Sets the value of the <AssessmentType> element as a String. |
void |
setFormName(java.lang.String value)
Sets the value of the <FormName> element. |
void |
setFormNumbers(FormNumbers value)
Sets the value of the <FormNumbers> element. |
void |
setGradeLevels(GradeLevels value)
Sets the value of the <GradeLevels> element. |
void |
setLevel(java.lang.String value)
Sets the value of the <Level> element. |
void |
setPeriod(java.lang.String value)
Sets the value of the <Period> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
| 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 AssessmentForm()
public AssessmentForm(java.lang.String refId,
java.lang.String assessmentRefId)
refId - The GUID that uniquely identifies an instance of the object.assessmentRefId - The RefId of the assessment related to this form.| 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 getAssessmentRefId()
AssessmentRefId attribute.
The SIF specification defines the meaning of this attribute as: "The RefId of the assessment related to this form."
AssessmentRefId attribute of this object.public void setAssessmentRefId(java.lang.String value)
AssessmentRefId attribute.
The SIF specification defines the meaning of this attribute as: "The RefId of the assessment related to this form."
value - A String objectpublic java.lang.String getAssessmentType()
<AssessmentType> element.
The SIF specification defines the meaning of this element as: "Indicates whether this assessment (form) is a standard administration or alternate."
AssessmentType element of this object.public void setAssessmentType(AssessmentType value)
<AssessmentType> element.
The SIF specification defines the meaning of this element as: "Indicates whether this assessment (form) is a standard administration or alternate."
value - A constant defined by the AssessmentType classpublic void setAssessmentType(java.lang.String value)
<AssessmentType> element as a String.
The SIF specification defines the meaning of this element as: "Indicates whether this assessment (form) is a standard administration or alternate."
value - The value as a Stringpublic java.lang.String getFormName()
<FormName> element.
The SIF specification defines the meaning of this element as: "Text description for this particular arrangement of questions, etc."
FormName element of this object.public void setFormName(java.lang.String value)
<FormName> element.
The SIF specification defines the meaning of this element as: "Text description for this particular arrangement of questions, etc."
value - A String objectpublic void setFormNumbers(FormNumbers value)
<FormNumbers> element.
value - A FormNumbers objectpublic FormNumbers getFormNumbers()
<FormNumbers> element.
FormNumbers objectpublic void removeFormNumbers()
FormNumbers child element previously created by calling setFormNumbers
public java.lang.String getLevel()
<Level> element.
The SIF specification defines the meaning of this element as: "Indicates the level of the form."
Level element of this object.public void setLevel(java.lang.String value)
<Level> element.
The SIF specification defines the meaning of this element as: "Indicates the level of the form."
value - A String objectpublic java.lang.String getPeriod()
<Period> element.
The SIF specification defines the meaning of this element as: "The time period in which the form is intended to be administered."
Period element of this object.public void setPeriod(java.lang.String value)
<Period> element.
The SIF specification defines the meaning of this element as: "The time period in which the form is intended to be administered."
value - A String objectpublic void setGradeLevels(GradeLevels value)
<GradeLevels> element.
The SIF specification defines the meaning of this element as: "Grade levels this assessment is designed to evaluate."
value - A GradeLevels objectpublic GradeLevels getGradeLevels()
<GradeLevels> element.
The SIF specification defines the meaning of this element as: "Grade levels this assessment is designed to evaluate."
GradeLevels objectpublic void removeGradeLevels()
GradeLevels child element previously created by calling setGradeLevels
public void setAssessmentSubTestRefIds(AssessmentSubTestRefIds value)
<AssessmentSubTestRefIds> element.
value - A AssessmentSubTestRefIds objectpublic AssessmentSubTestRefIds getAssessmentSubTestRefIds()
<AssessmentSubTestRefIds> element.
AssessmentSubTestRefIds objectpublic void removeAssessmentSubTestRefIds()
AssessmentSubTestRefIds child element previously created by calling setAssessmentSubTestRefIds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||