com.edustructures.sifworks.instr
Class ResourceEvaluations

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

public class ResourceEvaluations
extends SIFElement

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.edustructures.sifworks.Element
CURRENT_SERIALIZE_VERSION
 
Constructor Summary
ResourceEvaluations()
          Constructor
 
Method Summary
 ResourceEvaluation getEvaluation()
          Gets the value of the <Evaluation> element.
 void removeEvaluation()
          Removes the Evaluation child element previously created by calling setEvaluation
 void setEvaluation(ResourceEvaluation value)
          Sets the value of the <Evaluation> element.
 void setEvaluation(java.lang.String evaluationRefId)
          Sets the value of the <Evaluation> child 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

ResourceEvaluations

public ResourceEvaluations()
Constructor

Method Detail

setEvaluation

public void setEvaluation(ResourceEvaluation value)
Sets the value of the <Evaluation> element.

The SIF specification defines the meaning of this element as: "Name of individual who submitted evaluation."

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.5r1"ResourceEvaluation"
SIF2.0"Evaluation"

Parameters:
value - A ResourceEvaluation object
Since:
1.5r1

setEvaluation

public void setEvaluation(java.lang.String evaluationRefId)
Sets the value of the <Evaluation> child element. This form of setEvaluation is provided as a convenience method that is functionally equivalent to the version of setEvaluation that accepts a single ResourceEvaluation object.

Parameters:
evaluationRefId - GUID assigned to an evaluation.
Since:
1.5r1

getEvaluation

public ResourceEvaluation getEvaluation()
Gets the value of the <Evaluation> element.

The SIF specification defines the meaning of this element as: "Name of individual who submitted evaluation."

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.5r1"ResourceEvaluation"
SIF2.0"Evaluation"

Returns:
A ResourceEvaluation object
Since:
1.5r1

removeEvaluation

public void removeEvaluation()
Removes the Evaluation child element previously created by calling setEvaluation

Since:
1.5r1


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.