com.edustructures.sifworks.gradebook
Class Narrative

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.gradebook.Narrative
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Narrative
extends SIFElement

If present, indicates that a free-form text narrative is accepted.

Since:
2.0
Version:
2.0
See Also:
Serialized Form

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

Narrative

public Narrative()
Constructor

Method Detail

getIsAccepted

public java.lang.Boolean getIsAccepted()
Gets the value of the 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."

Returns:
The IsAccepted attribute of this object.
Since:
2.0

setIsAccepted

public void setIsAccepted(java.lang.Boolean value)
Sets the value of the 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."

Parameters:
value - A Boolean object
Since:
2.0

getMaximumSize

public java.lang.Integer getMaximumSize()
Gets the value of the <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."

Returns:
The MaximumSize element of this object.
Since:
2.0

setMaximumSize

public void setMaximumSize(java.lang.Integer value)
Sets the value of the <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."

Parameters:
value - A Integer object
Since:
2.0


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.