|
||||||||||
| 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.datamodel.LifeCycle
public class LifeCycle
This common metadata element describes the life cycle of the object it represents, based on the IEEE LOM LifeCycle element
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
LifeCycle()
Constructor |
|
| Method Summary | |
|---|---|
Created |
getCreated()
Gets the value of the <Created> element. |
ModificationHistory |
getModificationHistory()
Gets the value of the <ModificationHistory> element. |
TimeElements |
getTimeElements()
Gets the value of the <TimeElements> element. |
void |
removeCreated()
Removes the Created child element previously created by calling setCreated |
void |
removeModificationHistory()
Removes the ModificationHistory child element previously created by calling setModificationHistory |
void |
removeTimeElements()
Removes the TimeElements child element previously created by calling setTimeElements |
void |
setCreated(java.util.Calendar dateTime)
Sets the value of the <Created> child element. |
void |
setCreated(Created value)
Sets the value of the <Created> element. |
void |
setModificationHistory(ModificationHistory value)
Sets the value of the <ModificationHistory> element. |
void |
setTimeElements(TimeElements value)
Sets the value of the <TimeElements> 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 LifeCycle()
| Method Detail |
|---|
public void setCreated(Created value)
<Created> element.
value - A Created objectpublic void setCreated(java.util.Calendar dateTime)
<Created> child element.
This form of setCreated is provided as a convenience method
that is functionally equivalent to the version of setCreated
that accepts a single Created object.
dateTime - public Created getCreated()
<Created> element.
Created objectpublic void removeCreated()
Created child element previously created by calling setCreated
public void setModificationHistory(ModificationHistory value)
<ModificationHistory> element.
value - A ModificationHistory objectpublic ModificationHistory getModificationHistory()
<ModificationHistory> element.
ModificationHistory objectpublic void removeModificationHistory()
ModificationHistory child element previously created by calling setModificationHistory
public void setTimeElements(TimeElements value)
<TimeElements> element.
value - A TimeElements objectpublic TimeElements getTimeElements()
<TimeElements> element.
TimeElements objectpublic void removeTimeElements()
TimeElements child element previously created by calling setTimeElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||