|
||||||||||
| 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.gradebook.Narrative
public class Narrative
If present, indicates that a free-form text narrative is accepted.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
Narrative()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getIsAccepted()
Gets the value of the IsAccepted attribute. |
java.lang.Integer |
getMaximumSize()
Gets the value of the <MaximumSize> element. |
void |
setIsAccepted(java.lang.Boolean value)
Sets the value of the IsAccepted attribute. |
void |
setMaximumSize(java.lang.Integer value)
Sets the value of the <MaximumSize> 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, getKey, 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 Narrative()
| Method Detail |
|---|
public java.lang.Boolean getIsAccepted()
IsAccepted attribute.
The SIF specification defines the meaning of this attribute as: "Indicates whether a narrative is accepted and is used in Change events to unambiguously signal whether support for the Mark has changed, especially ended."
IsAccepted attribute of this object.public void setIsAccepted(java.lang.Boolean value)
IsAccepted attribute.
The SIF specification defines the meaning of this attribute as: "Indicates whether a narrative is accepted and is used in Change events to unambiguously signal whether support for the Mark has changed, especially ended."
value - A Boolean objectpublic java.lang.Integer getMaximumSize()
<MaximumSize> element.
The SIF specification defines the meaning of this element as: "An integer value representing the maximum number of Unicode characters for the narrative, the UTF-8 encoding of which may be longer."
MaximumSize element of this object.public void setMaximumSize(java.lang.Integer value)
<MaximumSize> element.
The SIF specification defines the meaning of this element as: "An integer value representing the maximum number of Unicode characters for the narrative, the UTF-8 encoding of which may be longer."
value - A Integer object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||