|
||||||||||
| 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.SIFList<MarkInfoList>
com.edustructures.sifworks.gradebook.TermMarkLists
public class TermMarkLists
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
TermMarkLists()
Constructor |
|
TermMarkLists(MarkInfoList markInfoList)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addMarkInfoList(MarkInfoList value)
Adds a new <MarkInfoList> child element. |
void |
addMarkInfoList(java.lang.String termInfoRefId,
MarkInfoRefId markInfoRefId)
Adds a new <MarkInfoList> repeatable element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
MarkInfoList |
getMarkInfoList(java.lang.String termInfoRefId)
Gets a MarkInfoList object instance. |
MarkInfoList[] |
getMarkInfoLists()
Gets all MarkInfoList object instances. |
void |
removeMarkInfoList(java.lang.String termInfoRefId)
Removes a MarkInfoList object instance. |
void |
setMarkInfoLists(MarkInfoList[] markinfolists)
Sets an array of MarkInfoList objects. |
| Methods inherited from class com.edustructures.sifworks.SIFList |
|---|
add, addAll, clear, contains, containsAll, get, iterator, remove, remove, removeAll, retainAll, size, toArray, toArray |
| 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 |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode, isEmpty |
| Constructor Detail |
|---|
public TermMarkLists()
public TermMarkLists(MarkInfoList markInfoList)
markInfoList - | Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public void addMarkInfoList(MarkInfoList value)
<MarkInfoList> child element.
value - A MarkInfoList object
public void addMarkInfoList(java.lang.String termInfoRefId,
MarkInfoRefId markInfoRefId)
<MarkInfoList> repeatable element.
This form of setMarkInfoList is provided as a convenience method
that is functionally equivalent to the version of setMarkInfoList
that accepts a single MarkInfoList object.
termInfoRefId - markInfoRefId - public void removeMarkInfoList(java.lang.String termInfoRefId)
MarkInfoList object instance. More than one instance can be defined for this object because it is a repeatable field element.
termInfoRefId - Identifies the MarkInfoList object to remove by its TermInfoRefId valuepublic MarkInfoList getMarkInfoList(java.lang.String termInfoRefId)
MarkInfoList object instance. More than one instance can be defined for this object because it is a repeatable field element.
termInfoRefId - Identifies the MarkInfoList object to return by its "TermInfoRefId" attribute value
MarkInfoList objectpublic MarkInfoList[] getMarkInfoLists()
MarkInfoList object instances. More than one instance can be defined for this object because it is a repeatable field element.
MarkInfoList objectspublic void setMarkInfoLists(MarkInfoList[] markinfolists)
MarkInfoList objects. All existing
MarkInfoList instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all MarkInfoLists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||