Class StudentCourseTransfers
- java.lang.Object
-
- com.ellucian.generated.eedm.student_course_transfers.v13_0.StudentCourseTransfers
-
@Generated("jsonschema2pojo") public class StudentCourseTransfers extends Object
Student Course TransfersCoursework completed at external institutions for which students have been awarded credit at the home institution.
-
-
Field Summary
Fields Modifier and Type Field Description private AcademicLevelacademicLevelAcademic Levelprivate ObjectacademicPeriodAcademic Periodprivate List<AcademicProgram>academicProgramsAcademic Programsprivate ObjectawardGradeSchemeAward Grade Schemeprivate CreditcreditCreditprivate ObjectequivalencyAppliedOnEquivalency Applied Onprivate EquivalentCourseequivalentCourseEquivalent Courseprivate ObjectgradeGradeprivate StringidIDprivate MetadatametadataMetadataprivate ObjectqualityPointsQuality Pointsprivate ObjectstatusStatusprivate StudentstudentStudentprivate TransferredFromtransferredFromTransferred From
-
Constructor Summary
Constructors Constructor Description StudentCourseTransfers()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the student course transfer.") private String idIDThe global identifier of the student course transfer. (Required)
-
student
@JsonPropertyDescription("The student who received credit for the transferred course from an external institution.") private Student studentStudentThe student who received credit for the transferred course from an external institution. (Required)
-
equivalentCourse
@JsonPropertyDescription("The home institution course equivalent to the course at the external institution.") private EquivalentCourse equivalentCourseEquivalent CourseThe home institution course equivalent to the course at the external institution. (Required)
-
transferredFrom
@JsonPropertyDescription("The external institution where the course was originally completed.") private TransferredFrom transferredFromTransferred FromThe external institution where the course was originally completed. (Required)
-
academicLevel
@JsonPropertyDescription("The academic level (for example, \'Under Graduate\' or \'Graduate\') associated with the articulated/equivalent course.") private AcademicLevel academicLevelAcademic LevelThe academic level (for example, 'Under Graduate' or 'Graduate') associated with the articulated/equivalent course. (Required)
-
academicPrograms
@JsonPropertyDescription("The academic program(s) to which the articulated/equivalent course has been applied.") private List<AcademicProgram> academicProgramsAcademic ProgramsThe academic program(s) to which the articulated/equivalent course has been applied.
-
academicPeriod
@JsonPropertyDescription("The academic period assigned to the articulated/equivalent course.") private Object academicPeriodAcademic PeriodThe academic period assigned to the articulated/equivalent course.
-
awardGradeScheme
@JsonPropertyDescription("The grade scheme that was used to award a grade to the articulated/equivalent course.") private Object awardGradeSchemeAward Grade SchemeThe grade scheme that was used to award a grade to the articulated/equivalent course.
-
grade
@JsonPropertyDescription("The grade that was awarded to the articulated/equivalent course.") private Object gradeGradeThe grade that was awarded to the articulated/equivalent course.
-
qualityPoints
@JsonPropertyDescription("A numeric value that represents the weight associated with the grade awarded to the articulated/equivalent course.") private Object qualityPointsQuality PointsA numeric value that represents the weight associated with the grade awarded to the articulated/equivalent course.
-
credit
@JsonPropertyDescription("The unit specification that was awarded to the articulated/equivalent course.") private Credit creditCreditThe unit specification that was awarded to the articulated/equivalent course. (Required)
-
equivalencyAppliedOn
@JsonPropertyDescription("The date when the equivalency was officially applied to the student\'s record at the home institution.") private Object equivalencyAppliedOnEquivalency Applied OnThe date when the equivalency was officially applied to the student's record at the home institution.
-
status
@JsonPropertyDescription("The status of the transferred course.") private Object statusStatusThe status of the transferred course.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public StudentCourseTransfers withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the student course transfer. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the student course transfer. (Required)
-
withId
public StudentCourseTransfers withId(String id)
-
getStudent
public Student getStudent()
StudentThe student who received credit for the transferred course from an external institution. (Required)
-
setStudent
public void setStudent(Student student)
StudentThe student who received credit for the transferred course from an external institution. (Required)
-
withStudent
public StudentCourseTransfers withStudent(Student student)
-
getEquivalentCourse
public EquivalentCourse getEquivalentCourse()
Equivalent CourseThe home institution course equivalent to the course at the external institution. (Required)
-
setEquivalentCourse
public void setEquivalentCourse(EquivalentCourse equivalentCourse)
Equivalent CourseThe home institution course equivalent to the course at the external institution. (Required)
-
withEquivalentCourse
public StudentCourseTransfers withEquivalentCourse(EquivalentCourse equivalentCourse)
-
getTransferredFrom
public TransferredFrom getTransferredFrom()
Transferred FromThe external institution where the course was originally completed. (Required)
-
setTransferredFrom
public void setTransferredFrom(TransferredFrom transferredFrom)
Transferred FromThe external institution where the course was originally completed. (Required)
-
withTransferredFrom
public StudentCourseTransfers withTransferredFrom(TransferredFrom transferredFrom)
-
getAcademicLevel
public AcademicLevel getAcademicLevel()
Academic LevelThe academic level (for example, 'Under Graduate' or 'Graduate') associated with the articulated/equivalent course. (Required)
-
setAcademicLevel
public void setAcademicLevel(AcademicLevel academicLevel)
Academic LevelThe academic level (for example, 'Under Graduate' or 'Graduate') associated with the articulated/equivalent course. (Required)
-
withAcademicLevel
public StudentCourseTransfers withAcademicLevel(AcademicLevel academicLevel)
-
getAcademicPrograms
public List<AcademicProgram> getAcademicPrograms()
Academic ProgramsThe academic program(s) to which the articulated/equivalent course has been applied.
-
setAcademicPrograms
public void setAcademicPrograms(List<AcademicProgram> academicPrograms)
Academic ProgramsThe academic program(s) to which the articulated/equivalent course has been applied.
-
withAcademicPrograms
public StudentCourseTransfers withAcademicPrograms(List<AcademicProgram> academicPrograms)
-
getAcademicPeriod
public Object getAcademicPeriod()
Academic PeriodThe academic period assigned to the articulated/equivalent course.
-
setAcademicPeriod
public void setAcademicPeriod(Object academicPeriod)
Academic PeriodThe academic period assigned to the articulated/equivalent course.
-
withAcademicPeriod
public StudentCourseTransfers withAcademicPeriod(Object academicPeriod)
-
getAwardGradeScheme
public Object getAwardGradeScheme()
Award Grade SchemeThe grade scheme that was used to award a grade to the articulated/equivalent course.
-
setAwardGradeScheme
public void setAwardGradeScheme(Object awardGradeScheme)
Award Grade SchemeThe grade scheme that was used to award a grade to the articulated/equivalent course.
-
withAwardGradeScheme
public StudentCourseTransfers withAwardGradeScheme(Object awardGradeScheme)
-
getGrade
public Object getGrade()
GradeThe grade that was awarded to the articulated/equivalent course.
-
setGrade
public void setGrade(Object grade)
GradeThe grade that was awarded to the articulated/equivalent course.
-
withGrade
public StudentCourseTransfers withGrade(Object grade)
-
getQualityPoints
public Object getQualityPoints()
Quality PointsA numeric value that represents the weight associated with the grade awarded to the articulated/equivalent course.
-
setQualityPoints
public void setQualityPoints(Object qualityPoints)
Quality PointsA numeric value that represents the weight associated with the grade awarded to the articulated/equivalent course.
-
withQualityPoints
public StudentCourseTransfers withQualityPoints(Object qualityPoints)
-
getCredit
public Credit getCredit()
CreditThe unit specification that was awarded to the articulated/equivalent course. (Required)
-
setCredit
public void setCredit(Credit credit)
CreditThe unit specification that was awarded to the articulated/equivalent course. (Required)
-
withCredit
public StudentCourseTransfers withCredit(Credit credit)
-
getEquivalencyAppliedOn
public Object getEquivalencyAppliedOn()
Equivalency Applied OnThe date when the equivalency was officially applied to the student's record at the home institution.
-
setEquivalencyAppliedOn
public void setEquivalencyAppliedOn(Object equivalencyAppliedOn)
Equivalency Applied OnThe date when the equivalency was officially applied to the student's record at the home institution.
-
withEquivalencyAppliedOn
public StudentCourseTransfers withEquivalencyAppliedOn(Object equivalencyAppliedOn)
-
getStatus
public Object getStatus()
StatusThe status of the transferred course.
-
setStatus
public void setStatus(Object status)
StatusThe status of the transferred course.
-
withStatus
public StudentCourseTransfers withStatus(Object status)
-
-