|
||||||||||
| 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.MarkValueInfoData
public class MarkValueInfoData
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
MarkValueInfoData()
Constructor |
|
MarkValueInfoData(java.lang.String refId)
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 |
Letter |
getLetter()
Gets the value of the <Letter> element. |
java.lang.String |
getName()
Gets the value of the <Name> element. |
Narrative |
getNarrative()
Gets the value of the <Narrative> element. |
Numeric |
getNumeric()
Gets the value of the <Numeric> element. |
Percentage |
getPercentage()
Gets the value of the <Percentage> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
void |
removeLetter()
Removes the Letter child element previously created by calling setLetter |
void |
removeNarrative()
Removes the Narrative child element previously created by calling setNarrative |
void |
removeNumeric()
Removes the Numeric child element previously created by calling setNumeric |
void |
removePercentage()
Removes the Percentage child element previously created by calling setPercentage |
void |
setLetter(java.lang.Boolean isAccepted)
Sets the value of the <Letter> child element. |
void |
setLetter(Letter value)
Sets the value of the <Letter> element. |
void |
setName(java.lang.String value)
Sets the value of the <Name> element. |
void |
setNarrative(Narrative value)
Sets the value of the <Narrative> element. |
void |
setNumeric(Numeric value)
Sets the value of the <Numeric> element. |
void |
setPercentage(Percentage value)
Sets the value of the <Percentage> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
| 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 MarkValueInfoData()
public MarkValueInfoData(java.lang.String refId)
refId - ID used internally to StudentAcademicRecord to link marks to their marking systems.| 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: "ID used internally to StudentAcademicRecord to link marks to their marking systems."
RefId attribute of this object.public void setRefId(java.lang.String value)
RefId attribute.
The SIF specification defines the meaning of this attribute as: "ID used internally to StudentAcademicRecord to link marks to their marking systems."
value - A String objectpublic java.lang.String getName()
<Name> element.
The SIF specification defines the meaning of this element as: "The text name of the value list ("Letter Grades", "Letter Grades (+/-)", "ESU", "Pass/Fail", "Override Grades", "Citizenship Comment Codes", etc.)."
Name element of this object.public void setName(java.lang.String value)
<Name> element.
The SIF specification defines the meaning of this element as: "The text name of the value list ("Letter Grades", "Letter Grades (+/-)", "ESU", "Pass/Fail", "Override Grades", "Citizenship Comment Codes", etc.)."
value - A String objectpublic void setPercentage(Percentage value)
<Percentage> element.
value - A Percentage objectpublic Percentage getPercentage()
<Percentage> element.
Percentage objectpublic void removePercentage()
Percentage child element previously created by calling setPercentage
public void setNumeric(Numeric value)
<Numeric> element.
value - A Numeric objectpublic Numeric getNumeric()
<Numeric> element.
Numeric objectpublic void removeNumeric()
Numeric child element previously created by calling setNumeric
public void setLetter(Letter value)
<Letter> element.
value - A Letter objectpublic void setLetter(java.lang.Boolean isAccepted)
<Letter> child element.
This form of setLetter is provided as a convenience method
that is functionally equivalent to the version of setLetter
that accepts a single Letter object.
isAccepted - Indicates whether a letter Mark is accepted and is used in Change events to unambiguously signal whether support for the Mark has changed, especially ended.public Letter getLetter()
<Letter> element.
Letter objectpublic void removeLetter()
Letter child element previously created by calling setLetter
public void setNarrative(Narrative value)
<Narrative> element.
value - A Narrative objectpublic Narrative getNarrative()
<Narrative> element.
Narrative objectpublic void removeNarrative()
Narrative child element previously created by calling setNarrative
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||