|
||||||||||
| 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.TermPerformance
public class TermPerformance
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
TermPerformance()
Constructor |
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getCreditsAttempted()
Gets the value of the <CreditsAttempted> element. |
java.math.BigDecimal |
getCreditsEarned()
Gets the value of the <CreditsEarned> element. |
java.math.BigDecimal |
getDaysAbsent()
Gets the value of the <DaysAbsent> element. |
java.math.BigDecimal |
getDaysPresent()
Gets the value of the <DaysPresent> element. |
java.math.BigDecimal |
getGPA()
Gets the value of the <GPA> element. |
java.math.BigDecimal |
getGPACreditsAttempted()
Gets the value of the <GPACreditsAttempted> element. |
java.math.BigDecimal |
getGPACreditsEarned()
Gets the value of the <GPACreditsEarned> element. |
java.math.BigDecimal |
getGPAGradePoints()
Gets the value of the <GPAGradePoints> element. |
GradeLevel |
getGradeLevelWhenTaken()
Gets the value of the <GradeLevelWhenTaken> element. |
TermInfoData |
getTermInfoData()
Gets the value of the <TermInfoData> element. |
java.math.BigDecimal |
getWeightedGPA()
Gets the value of the <WeightedGPA> element. |
void |
removeGradeLevelWhenTaken()
Removes the GradeLevelWhenTaken child element previously created by calling setGradeLevelWhenTaken |
void |
removeTermInfoData()
Removes the TermInfoData child element previously created by calling setTermInfoData |
void |
setCreditsAttempted(java.math.BigDecimal value)
Sets the value of the <CreditsAttempted> element. |
void |
setCreditsEarned(java.math.BigDecimal value)
Sets the value of the <CreditsEarned> element. |
void |
setDaysAbsent(java.math.BigDecimal value)
Sets the value of the <DaysAbsent> element. |
void |
setDaysPresent(java.math.BigDecimal value)
Sets the value of the <DaysPresent> element. |
void |
setGPA(java.math.BigDecimal value)
Sets the value of the <GPA> element. |
void |
setGPACreditsAttempted(java.math.BigDecimal value)
Sets the value of the <GPACreditsAttempted> element. |
void |
setGPACreditsEarned(java.math.BigDecimal value)
Sets the value of the <GPACreditsEarned> element. |
void |
setGPAGradePoints(java.math.BigDecimal value)
Sets the value of the <GPAGradePoints> element. |
void |
setGradeLevelWhenTaken(GradeLevel value)
Sets the value of the <GradeLevelWhenTaken> element. |
void |
setGradeLevelWhenTaken(GradeLevelCode code)
Sets the value of the <GradeLevelWhenTaken> child 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. |
void |
setWeightedGPA(java.math.BigDecimal value)
Sets the value of the <WeightedGPA> 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 TermPerformance()
| 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 setGradeLevelWhenTaken(GradeLevel value)
<GradeLevelWhenTaken> element.
The SIF specification defines the meaning of this element as: "Student's grade level at time."
value - A GradeLevel objectpublic void setGradeLevelWhenTaken(GradeLevelCode code)
<GradeLevelWhenTaken> child element.
This form of setGradeLevelWhenTaken is provided as a convenience method
that is functionally equivalent to the version of setGradeLevelWhenTaken
that accepts a single GradeLevel object.
code - Code representing the grade level.public GradeLevel getGradeLevelWhenTaken()
<GradeLevelWhenTaken> element.
The SIF specification defines the meaning of this element as: "Student's grade level at time."
GradeLevel objectpublic void removeGradeLevelWhenTaken()
GradeLevelWhenTaken child element previously created by calling setGradeLevelWhenTaken
public java.math.BigDecimal getCreditsAttempted()
<CreditsAttempted> element.
The SIF specification defines the meaning of this element as: "Number of credits attempted."
CreditsAttempted element of this object.public void setCreditsAttempted(java.math.BigDecimal value)
<CreditsAttempted> element.
The SIF specification defines the meaning of this element as: "Number of credits attempted."
value - A BigDecimal objectpublic java.math.BigDecimal getCreditsEarned()
<CreditsEarned> element.
The SIF specification defines the meaning of this element as: "Number of credits earned."
CreditsEarned element of this object.public void setCreditsEarned(java.math.BigDecimal value)
<CreditsEarned> element.
The SIF specification defines the meaning of this element as: "Number of credits earned."
value - A BigDecimal objectpublic java.math.BigDecimal getGPACreditsAttempted()
<GPACreditsAttempted> element.
The SIF specification defines the meaning of this element as: "Number of GPA credits attempted."
GPACreditsAttempted element of this object.public void setGPACreditsAttempted(java.math.BigDecimal value)
<GPACreditsAttempted> element.
The SIF specification defines the meaning of this element as: "Number of GPA credits attempted."
value - A BigDecimal objectpublic java.math.BigDecimal getGPACreditsEarned()
<GPACreditsEarned> element.
The SIF specification defines the meaning of this element as: "Number of GPA credits earned."
GPACreditsEarned element of this object.public void setGPACreditsEarned(java.math.BigDecimal value)
<GPACreditsEarned> element.
The SIF specification defines the meaning of this element as: "Number of GPA credits earned."
value - A BigDecimal objectpublic java.math.BigDecimal getGPAGradePoints()
<GPAGradePoints> element.
The SIF specification defines the meaning of this element as: "Number of GPA points received."
GPAGradePoints element of this object.public void setGPAGradePoints(java.math.BigDecimal value)
<GPAGradePoints> element.
The SIF specification defines the meaning of this element as: "Number of GPA points received."
value - A BigDecimal objectpublic java.math.BigDecimal getGPA()
<GPA> element.
The SIF specification defines the meaning of this element as: "Grade point average for term."
GPA element of this object.public void setGPA(java.math.BigDecimal value)
<GPA> element.
The SIF specification defines the meaning of this element as: "Grade point average for term."
value - A BigDecimal objectpublic java.math.BigDecimal getWeightedGPA()
<WeightedGPA> element.
The SIF specification defines the meaning of this element as: "Weighted grade point average for term."
WeightedGPA element of this object.public void setWeightedGPA(java.math.BigDecimal value)
<WeightedGPA> element.
The SIF specification defines the meaning of this element as: "Weighted grade point average for term."
value - A BigDecimal objectpublic java.math.BigDecimal getDaysAbsent()
<DaysAbsent> element.
The SIF specification defines the meaning of this element as: "Number of days absent."
DaysAbsent element of this object.public void setDaysAbsent(java.math.BigDecimal value)
<DaysAbsent> element.
The SIF specification defines the meaning of this element as: "Number of days absent."
value - A BigDecimal objectpublic java.math.BigDecimal getDaysPresent()
<DaysPresent> element.
The SIF specification defines the meaning of this element as: "Number of days present."
DaysPresent element of this object.public void setDaysPresent(java.math.BigDecimal value)
<DaysPresent> element.
The SIF specification defines the meaning of this element as: "Number of days present."
value - A BigDecimal object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||