|
||||||||||
| 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.AcademicPerformanceSummary
public class AcademicPerformanceSummary
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AcademicPerformanceSummary()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getAcademicTrack()
Gets the value of the <AcademicTrack> element. |
java.lang.Integer |
getClassRank()
Gets the value of the <ClassRank> element. |
PartialDateType |
getClassRankingDate()
Gets the value of the <ClassRankingDate> element. |
java.lang.Integer |
getClassTotalNumber()
Gets the value of the <ClassTotalNumber> element. |
java.math.BigDecimal |
getCumulativeGPA()
Gets the value of the <CumulativeGPA> element. |
java.math.BigDecimal |
getCumulativeGPACreditsEarned()
Gets the value of the <CumulativeGPACreditsEarned> element. |
java.math.BigDecimal |
getCumulativeGradePoints()
Gets the value of the <CumulativeGradePoints> element. |
java.lang.String |
getGPAType()
Gets the value of the <GPAType> element. |
PartialDateType |
getGraduationDate()
Gets the value of the <GraduationDate> element. |
java.lang.String |
getGraduationDiplomaType()
Gets the value of the <GraduationDiplomaType> element. |
PartialDateType |
getProjectedGraduationDate()
Gets the value of the <ProjectedGraduationDate> element. |
java.math.BigDecimal |
getTotalCreditsAttempted()
Gets the value of the <TotalCreditsAttempted> element. |
java.math.BigDecimal |
getTotalCreditsEarned()
Gets the value of the <TotalCreditsEarned> element. |
void |
removeClassRankingDate()
Removes the ClassRankingDate child element previously created by calling setClassRankingDate |
void |
removeGraduationDate()
Removes the GraduationDate child element previously created by calling setGraduationDate |
void |
removeProjectedGraduationDate()
Removes the ProjectedGraduationDate child element previously created by calling setProjectedGraduationDate |
void |
setAcademicTrack(InstructionalLevelCode value)
Sets the value of the <AcademicTrack> element. |
void |
setAcademicTrack(java.lang.String value)
Sets the value of the <AcademicTrack> element as a String. |
void |
setClassRank(java.lang.Integer value)
Sets the value of the <ClassRank> element. |
void |
setClassRankingDate(PartialDateType value)
Sets the value of the <ClassRankingDate> element. |
void |
setClassRankingDate(java.lang.String value)
Sets the value of the <ClassRankingDate> child element. |
void |
setClassTotalNumber(java.lang.Integer value)
Sets the value of the <ClassTotalNumber> element. |
void |
setCumulativeGPA(java.math.BigDecimal value)
Sets the value of the <CumulativeGPA> element. |
void |
setCumulativeGPACreditsEarned(java.math.BigDecimal value)
Sets the value of the <CumulativeGPACreditsEarned> element. |
void |
setCumulativeGradePoints(java.math.BigDecimal value)
Sets the value of the <CumulativeGradePoints> element. |
void |
setGPAType(java.lang.String value)
Sets the value of the <GPAType> element. |
void |
setGraduationDate(PartialDateType value)
Sets the value of the <GraduationDate> element. |
void |
setGraduationDate(java.lang.String value)
Sets the value of the <GraduationDate> child element. |
void |
setGraduationDiplomaType(java.lang.String value)
Sets the value of the <GraduationDiplomaType> element. |
void |
setProjectedGraduationDate(PartialDateType value)
Sets the value of the <ProjectedGraduationDate> element. |
void |
setProjectedGraduationDate(java.lang.String value)
Sets the value of the <ProjectedGraduationDate> child element. |
void |
setTotalCreditsAttempted(java.math.BigDecimal value)
Sets the value of the <TotalCreditsAttempted> element. |
void |
setTotalCreditsEarned(java.math.BigDecimal value)
Sets the value of the <TotalCreditsEarned> 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 AcademicPerformanceSummary()
| Method Detail |
|---|
public java.math.BigDecimal getTotalCreditsAttempted()
<TotalCreditsAttempted> element.
The SIF specification defines the meaning of this element as: "Total credits attempted during academic career."
TotalCreditsAttempted element of this object.public void setTotalCreditsAttempted(java.math.BigDecimal value)
<TotalCreditsAttempted> element.
The SIF specification defines the meaning of this element as: "Total credits attempted during academic career."
value - A BigDecimal objectpublic java.math.BigDecimal getTotalCreditsEarned()
<TotalCreditsEarned> element.
The SIF specification defines the meaning of this element as: "Total credits earned during academic career."
TotalCreditsEarned element of this object.public void setTotalCreditsEarned(java.math.BigDecimal value)
<TotalCreditsEarned> element.
The SIF specification defines the meaning of this element as: "Total credits earned during academic career."
value - A BigDecimal objectpublic java.math.BigDecimal getCumulativeGPACreditsEarned()
<CumulativeGPACreditsEarned> element.
The SIF specification defines the meaning of this element as: "Cumulative number of GPA credits earned during academic career."
CumulativeGPACreditsEarned element of this object.public void setCumulativeGPACreditsEarned(java.math.BigDecimal value)
<CumulativeGPACreditsEarned> element.
The SIF specification defines the meaning of this element as: "Cumulative number of GPA credits earned during academic career."
value - A BigDecimal objectpublic java.math.BigDecimal getCumulativeGradePoints()
<CumulativeGradePoints> element.
The SIF specification defines the meaning of this element as: "Cumulative number of grade points earned during academic career."
CumulativeGradePoints element of this object.public void setCumulativeGradePoints(java.math.BigDecimal value)
<CumulativeGradePoints> element.
The SIF specification defines the meaning of this element as: "Cumulative number of grade points earned during academic career."
value - A BigDecimal objectpublic java.math.BigDecimal getCumulativeGPA()
<CumulativeGPA> element.
The SIF specification defines the meaning of this element as: "Cumulative grade point average for academic career."
CumulativeGPA element of this object.public void setCumulativeGPA(java.math.BigDecimal value)
<CumulativeGPA> element.
The SIF specification defines the meaning of this element as: "Cumulative grade point average for academic career."
value - A BigDecimal objectpublic java.lang.String getGPAType()
<GPAType> element.
The SIF specification defines the meaning of this element as: "Brief name/description of type of GPA."
GPAType element of this object.public void setGPAType(java.lang.String value)
<GPAType> element.
The SIF specification defines the meaning of this element as: "Brief name/description of type of GPA."
value - A String objectpublic java.lang.Integer getClassRank()
<ClassRank> element.
The SIF specification defines the meaning of this element as: "Student's rank in graduating class."
ClassRank element of this object.public void setClassRank(java.lang.Integer value)
<ClassRank> element.
The SIF specification defines the meaning of this element as: "Student's rank in graduating class."
value - A Integer objectpublic java.lang.Integer getClassTotalNumber()
<ClassTotalNumber> element.
The SIF specification defines the meaning of this element as: "Total number of students in student's graduating class."
ClassTotalNumber element of this object.public void setClassTotalNumber(java.lang.Integer value)
<ClassTotalNumber> element.
The SIF specification defines the meaning of this element as: "Total number of students in student's graduating class."
value - A Integer objectpublic void setClassRankingDate(PartialDateType value)
<ClassRankingDate> element.
The SIF specification defines the meaning of this element as: "Date class ranking was determined."
value - A PartialDateType objectpublic void setClassRankingDate(java.lang.String value)
<ClassRankingDate> child element.
This form of setClassRankingDate is provided as a convenience method
that is functionally equivalent to the version of setClassRankingDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getClassRankingDate()
<ClassRankingDate> element.
The SIF specification defines the meaning of this element as: "Date class ranking was determined."
PartialDateType objectpublic void removeClassRankingDate()
ClassRankingDate child element previously created by calling setClassRankingDate
public void setProjectedGraduationDate(PartialDateType value)
<ProjectedGraduationDate> element.
The SIF specification defines the meaning of this element as: "Projected graduation date."
value - A PartialDateType objectpublic void setProjectedGraduationDate(java.lang.String value)
<ProjectedGraduationDate> child element.
This form of setProjectedGraduationDate is provided as a convenience method
that is functionally equivalent to the version of setProjectedGraduationDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getProjectedGraduationDate()
<ProjectedGraduationDate> element.
The SIF specification defines the meaning of this element as: "Projected graduation date."
PartialDateType objectpublic void removeProjectedGraduationDate()
ProjectedGraduationDate child element previously created by calling setProjectedGraduationDate
public void setGraduationDate(PartialDateType value)
<GraduationDate> element.
The SIF specification defines the meaning of this element as: "Note: Mandatory if graduated. Graduation date."
value - A PartialDateType objectpublic void setGraduationDate(java.lang.String value)
<GraduationDate> child element.
This form of setGraduationDate is provided as a convenience method
that is functionally equivalent to the version of setGraduationDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getGraduationDate()
<GraduationDate> element.
The SIF specification defines the meaning of this element as: "Note: Mandatory if graduated. Graduation date."
PartialDateType objectpublic void removeGraduationDate()
GraduationDate child element previously created by calling setGraduationDate
public java.lang.String getGraduationDiplomaType()
<GraduationDiplomaType> element.
The SIF specification defines the meaning of this element as: "Note: Mandatory if graduated. Type of diploma earned."
GraduationDiplomaType element of this object.public void setGraduationDiplomaType(java.lang.String value)
<GraduationDiplomaType> element.
The SIF specification defines the meaning of this element as: "Note: Mandatory if graduated. Type of diploma earned."
value - A String objectpublic java.lang.String getAcademicTrack()
<AcademicTrack> element.
The SIF specification defines the meaning of this element as: "An indication of the general nature and difficulty of instruction provided throughout a course."
AcademicTrack element of this object.public void setAcademicTrack(InstructionalLevelCode value)
<AcademicTrack> element.
The SIF specification defines the meaning of this element as: "An indication of the general nature and difficulty of instruction provided throughout a course."
value - A constant defined by the InstructionalLevelCode classpublic void setAcademicTrack(java.lang.String value)
<AcademicTrack> element as a String.
The SIF specification defines the meaning of this element as: "An indication of the general nature and difficulty of instruction provided throughout a course."
value - The value as a String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||