|
||||||||||
| 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.AssessmentSubTest
public class AssessmentSubTest
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AssessmentSubTest()
Constructor |
|
AssessmentSubTest(java.lang.String refId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
AssessmentSubTestRefIds |
getAssessmentSubTestRefIds()
Gets the value of the <AssessmentSubTestRefIds> 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 |
LearningStandardItemRefIds |
getLearningStandardItemRefIds()
Gets the value of the <LearningStandardItemRefIds> element. |
java.lang.String |
getName()
Gets the value of the <Name> element. |
PerformanceLevels |
getPerformanceLevels()
Gets the value of the <PerformanceLevels> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
ScoreRange |
getScoreRange()
Gets the value of the <ScoreRange> element. |
java.lang.String |
getSubjectArea()
Gets the value of the <SubjectArea> element. |
java.lang.Integer |
getSubTestTier()
Gets the value of the <SubTestTier> element. |
void |
removeAssessmentSubTestRefIds()
Removes the AssessmentSubTestRefIds child element previously created by calling setAssessmentSubTestRefIds |
void |
removeGradeLevels()
Removes the GradeLevels child element previously created by calling setGradeLevels |
void |
removeLearningStandardItemRefIds()
Removes the LearningStandardItemRefIds child element previously created by calling setLearningStandardItemRefIds |
void |
removePerformanceLevels()
Removes the PerformanceLevels child element previously created by calling setPerformanceLevels |
void |
removeScoreRange()
Removes the ScoreRange child element previously created by calling setScoreRange |
void |
setAssessmentSubTestRefIds(AssessmentSubTestRefIds value)
Sets the value of the <AssessmentSubTestRefIds> element. |
void |
setGradeLevels(GradeLevels value)
Sets the value of the <GradeLevels> element. |
void |
setLearningStandardItemRefIds(LearningStandardItemRefIds value)
Sets the value of the <LearningStandardItemRefIds> element. |
void |
setName(java.lang.String value)
Sets the value of the <Name> element. |
void |
setPerformanceLevels(PerformanceLevels value)
Sets the value of the <PerformanceLevels> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
void |
setScoreRange(AssessmentReportingMethod scoreMetric)
Sets the value of the <ScoreRange> child element. |
void |
setScoreRange(ScoreRange value)
Sets the value of the <ScoreRange> element. |
void |
setSubjectArea(java.lang.String value)
Sets the value of the <SubjectArea> element. |
void |
setSubTestTier(java.lang.Integer value)
Sets the value of the <SubTestTier> 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 AssessmentSubTest()
public AssessmentSubTest(java.lang.String refId)
refId - The GUID that uniquely identifies an instance of the object.| 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 getName()
<Name> element.
The SIF specification defines the meaning of this element as: "Text name of the subtest. "
Name element of this object.public void setName(java.lang.String value)
<Name> element.
The SIF specification defines the meaning of this element as: "Text name of the subtest. "
value - A String objectpublic void setScoreRange(ScoreRange value)
<ScoreRange> element.
The SIF specification defines the meaning of this element as: " The possible range of scores. "
value - A ScoreRange objectpublic void setScoreRange(AssessmentReportingMethod scoreMetric)
<ScoreRange> child element.
This form of setScoreRange is provided as a convenience method
that is functionally equivalent to the version of setScoreRange
that accepts a single ScoreRange object.
scoreMetric - The metric or scale used to report the scores.public ScoreRange getScoreRange()
<ScoreRange> element.
The SIF specification defines the meaning of this element as: " The possible range of scores. "
ScoreRange objectpublic void removeScoreRange()
ScoreRange child element previously created by calling setScoreRange
public void setPerformanceLevels(PerformanceLevels value)
<PerformanceLevels> element.
value - A PerformanceLevels objectpublic PerformanceLevels getPerformanceLevels()
<PerformanceLevels> element.
PerformanceLevels objectpublic void removePerformanceLevels()
PerformanceLevels child element previously created by calling setPerformanceLevels
public java.lang.String getSubjectArea()
<SubjectArea> element.
The SIF specification defines the meaning of this element as: "Content area covered by the score."
SubjectArea element of this object.public void setSubjectArea(java.lang.String value)
<SubjectArea> element.
The SIF specification defines the meaning of this element as: "Content area covered by the score."
value - A String objectpublic void setGradeLevels(GradeLevels value)
<GradeLevels> element.
The SIF specification defines the meaning of this element as: "Grade levels for which the score is valid."
value - A GradeLevels objectpublic GradeLevels getGradeLevels()
<GradeLevels> element.
The SIF specification defines the meaning of this element as: "Grade levels for which the score is valid."
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
public java.lang.Integer getSubTestTier()
<SubTestTier> element.
The SIF specification defines the meaning of this element as: "An integer that defines the level or tier of the score in a multi-level arrangement of composite scores. Zero indicates the highest or root level."
SubTestTier element of this object.public void setSubTestTier(java.lang.Integer value)
<SubTestTier> element.
The SIF specification defines the meaning of this element as: "An integer that defines the level or tier of the score in a multi-level arrangement of composite scores. Zero indicates the highest or root level."
value - A Integer objectpublic void setLearningStandardItemRefIds(LearningStandardItemRefIds value)
<LearningStandardItemRefIds> element.
value - A LearningStandardItemRefIds objectpublic LearningStandardItemRefIds getLearningStandardItemRefIds()
<LearningStandardItemRefIds> element.
LearningStandardItemRefIds objectpublic void removeLearningStandardItemRefIds()
LearningStandardItemRefIds child element previously created by calling setLearningStandardItemRefIds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||