|
||||||||||
| 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.etranscripts.Term
public class Term
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
Term()
Constructor |
|
| Method Summary | |
|---|---|
Courses |
getCourses()
Gets the value of the <Courses> element. |
TermInfoData |
getTermInfoData()
Gets the value of the <TermInfoData> element. |
void |
removeCourses()
Removes the Courses child element previously created by calling setCourses |
void |
removeTermInfoData()
Removes the TermInfoData child element previously created by calling setTermInfoData |
void |
setCourses(Courses value)
Sets the value of the <Courses> element. |
void |
setTermInfoData(java.lang.String schoolAttendedRefId)
Sets the value of the <TermInfoData> child element. |
void |
setTermInfoData(TermInfoData value)
Sets the value of the <TermInfoData> 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 Term()
| Method Detail |
|---|
public void setTermInfoData(TermInfoData value)
<TermInfoData> element.
value - A TermInfoData objectpublic void setTermInfoData(java.lang.String schoolAttendedRefId)
<TermInfoData> child element.
This form of setTermInfoData is provided as a convenience method
that is functionally equivalent to the version of setTermInfoData
that accepts a single TermInfoData object.
schoolAttendedRefId - Reference to the school of record for the courses being taken (see SchoolAttended).public TermInfoData getTermInfoData()
<TermInfoData> element.
TermInfoData objectpublic void removeTermInfoData()
TermInfoData child element previously created by calling setTermInfoData
public void setCourses(Courses value)
<Courses> element.
value - A Courses objectpublic Courses getCourses()
<Courses> element.
Courses objectpublic void removeCourses()
Courses child element previously created by calling setCourses
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||