|
||||||||||
| 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<T>
com.edustructures.sifworks.SIFKeyedList<ActivityRefId>
com.edustructures.sifworks.instr.SupportingActivities
public class SupportingActivities
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SupportingActivities()
Constructor |
|
SupportingActivities(ActivityRefId activityRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addActivityRefId(java.lang.String value)
Adds a new <ActivityRefId> repeatable element. |
ActivityRefId |
getActivityRefId(java.lang.String value)
Gets an ActivityRefId object instance. |
ActivityRefId[] |
getActivityRefIds()
Gets all ActivityRefId object instances. |
void |
removeActivityRefId(java.lang.String value)
Removes an ActivityRefId object instance. |
void |
setActivityRefIds(ActivityRefId[] activityrefids)
Sets an array of ActivityRefId objects. |
| Methods inherited from class com.edustructures.sifworks.SIFKeyedList |
|---|
getChild, getChild |
| 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, 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 |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode, isEmpty |
| Constructor Detail |
|---|
public SupportingActivities()
public SupportingActivities(ActivityRefId activityRefId)
activityRefId - Links to Activity objects that may support the lesson| Method Detail |
|---|
public void addActivityRefId(java.lang.String value)
<ActivityRefId> repeatable element.
This form of setActivityRefId is provided as a convenience method
that is functionally equivalent to the version of setActivityRefId
that accepts a single ActivityRefId object.
value - Gets or sets the content value of the <ActivityRefId> elementpublic void removeActivityRefId(java.lang.String value)
ActivityRefId object instance. More than one instance can be defined for this object because it is a repeatable field element.
value - Identifies the ActivityRefId object to remove by its Value valuepublic ActivityRefId getActivityRefId(java.lang.String value)
ActivityRefId object instance. More than one instance can be defined for this object because it is a repeatable field element.
value - Identifies the ActivityRefId object to return by its "Value" attribute value
ActivityRefId objectpublic ActivityRefId[] getActivityRefIds()
ActivityRefId object instances. More than one instance can be defined for this object because it is a repeatable field element.
ActivityRefId objectspublic void setActivityRefIds(ActivityRefId[] activityrefids)
ActivityRefId objects. All existing
ActivityRefId instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all ActivityRefIds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||