|
||||||||||
| 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.MarkData
public class MarkData
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
MarkData()
Constructor |
|
MarkData(java.lang.String markValueInfoDataRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
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 |
getLetter()
Gets the value of the <Letter> element. |
java.lang.String |
getMarkValueInfoDataRefId()
Gets the value of the MarkValueInfoDataRefId attribute. |
java.lang.String |
getNarrative()
Gets the value of the <Narrative> element. |
java.lang.Integer |
getNumeric()
Gets the value of the <Numeric> element. |
java.math.BigDecimal |
getPercentage()
Gets the value of the <Percentage> element. |
void |
setLetter(java.lang.String value)
Sets the value of the <Letter> element. |
void |
setMarkValueInfoDataRefId(java.lang.String value)
Sets the value of the MarkValueInfoDataRefId attribute. |
void |
setNarrative(java.lang.String value)
Sets the value of the <Narrative> element. |
void |
setNumeric(java.lang.Integer value)
Sets the value of the <Numeric> element. |
void |
setPercentage(java.math.BigDecimal value)
Sets the value of the <Percentage> 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 MarkData()
public MarkData(java.lang.String markValueInfoDataRefId)
markValueInfoDataRefId - Reference to marking system at school of record.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getMarkValueInfoDataRefId()
MarkValueInfoDataRefId attribute.
The SIF specification defines the meaning of this attribute as: "Reference to marking system at school of record."
MarkValueInfoDataRefId attribute of this object.public void setMarkValueInfoDataRefId(java.lang.String value)
MarkValueInfoDataRefId attribute.
The SIF specification defines the meaning of this attribute as: "Reference to marking system at school of record."
value - A String objectpublic java.math.BigDecimal getPercentage()
<Percentage> element.
The SIF specification defines the meaning of this element as: "The percent score for this mark (0.00 - 100.00)."
Percentage element of this object.public void setPercentage(java.math.BigDecimal value)
<Percentage> element.
The SIF specification defines the meaning of this element as: "The percent score for this mark (0.00 - 100.00)."
value - A BigDecimal objectpublic java.lang.Integer getNumeric()
<Numeric> element.
The SIF specification defines the meaning of this element as: "The raw numeric score for this mark."
Numeric element of this object.public void setNumeric(java.lang.Integer value)
<Numeric> element.
The SIF specification defines the meaning of this element as: "The raw numeric score for this mark."
value - A Integer objectpublic java.lang.String getLetter()
<Letter> element.
The SIF specification defines the meaning of this element as: "The letter grade for this mark."
Letter element of this object.public void setLetter(java.lang.String value)
<Letter> element.
The SIF specification defines the meaning of this element as: "The letter grade for this mark."
value - A String objectpublic java.lang.String getNarrative()
<Narrative> element.
The SIF specification defines the meaning of this element as: "The free form text narrative for this mark."
Narrative element of this object.public void setNarrative(java.lang.String value)
<Narrative> element.
The SIF specification defines the meaning of this element as: "The free form text narrative for this mark."
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||