Class StudentCourseTransfers


  • @Generated("jsonschema2pojo")
    public class StudentCourseTransfers
    extends Object
    Student Course Transfers

    Coursework completed at external institutions for which students have been awarded credit at the home institution.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the student course transfer.")
        private String id
        ID

        The 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 student
        Student

        The 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 equivalentCourse
        Equivalent Course

        The 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 transferredFrom
        Transferred From

        The 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 academicLevel
        Academic Level

        The 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> academicPrograms
        Academic Programs

        The 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 academicPeriod
        Academic Period

        The 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 awardGradeScheme
        Award Grade Scheme

        The 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 grade
        Grade

        The 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 qualityPoints
        Quality Points

        A 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 credit
        Credit

        The 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 equivalencyAppliedOn
        Equivalency Applied On

        The 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 status
        Status

        The status of the transferred course.

    • Constructor Detail

      • StudentCourseTransfers

        public StudentCourseTransfers()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the student course transfer. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the student course transfer. (Required)

      • getStudent

        public Student getStudent()
        Student

        The student who received credit for the transferred course from an external institution. (Required)

      • setStudent

        public void setStudent​(Student student)
        Student

        The student who received credit for the transferred course from an external institution. (Required)

      • getEquivalentCourse

        public EquivalentCourse getEquivalentCourse()
        Equivalent Course

        The home institution course equivalent to the course at the external institution. (Required)

      • setEquivalentCourse

        public void setEquivalentCourse​(EquivalentCourse equivalentCourse)
        Equivalent Course

        The home institution course equivalent to the course at the external institution. (Required)

      • getTransferredFrom

        public TransferredFrom getTransferredFrom()
        Transferred From

        The external institution where the course was originally completed. (Required)

      • setTransferredFrom

        public void setTransferredFrom​(TransferredFrom transferredFrom)
        Transferred From

        The external institution where the course was originally completed. (Required)

      • getAcademicLevel

        public AcademicLevel getAcademicLevel()
        Academic Level

        The academic level (for example, 'Under Graduate' or 'Graduate') associated with the articulated/equivalent course. (Required)

      • setAcademicLevel

        public void setAcademicLevel​(AcademicLevel academicLevel)
        Academic Level

        The academic level (for example, 'Under Graduate' or 'Graduate') associated with the articulated/equivalent course. (Required)

      • getAcademicPrograms

        public List<AcademicProgram> getAcademicPrograms()
        Academic Programs

        The academic program(s) to which the articulated/equivalent course has been applied.

      • setAcademicPrograms

        public void setAcademicPrograms​(List<AcademicProgram> academicPrograms)
        Academic Programs

        The academic program(s) to which the articulated/equivalent course has been applied.

      • getAcademicPeriod

        public Object getAcademicPeriod()
        Academic Period

        The academic period assigned to the articulated/equivalent course.

      • setAcademicPeriod

        public void setAcademicPeriod​(Object academicPeriod)
        Academic Period

        The academic period assigned to the articulated/equivalent course.

      • getAwardGradeScheme

        public Object getAwardGradeScheme()
        Award Grade Scheme

        The grade scheme that was used to award a grade to the articulated/equivalent course.

      • setAwardGradeScheme

        public void setAwardGradeScheme​(Object awardGradeScheme)
        Award Grade Scheme

        The grade scheme that was used to award a grade to the articulated/equivalent course.

      • getGrade

        public Object getGrade()
        Grade

        The grade that was awarded to the articulated/equivalent course.

      • setGrade

        public void setGrade​(Object grade)
        Grade

        The grade that was awarded to the articulated/equivalent course.

      • getQualityPoints

        public Object getQualityPoints()
        Quality Points

        A numeric value that represents the weight associated with the grade awarded to the articulated/equivalent course.

      • setQualityPoints

        public void setQualityPoints​(Object qualityPoints)
        Quality Points

        A numeric value that represents the weight associated with the grade awarded to the articulated/equivalent course.

      • getCredit

        public Credit getCredit()
        Credit

        The unit specification that was awarded to the articulated/equivalent course. (Required)

      • setCredit

        public void setCredit​(Credit credit)
        Credit

        The unit specification that was awarded to the articulated/equivalent course. (Required)

      • getEquivalencyAppliedOn

        public Object getEquivalencyAppliedOn()
        Equivalency Applied On

        The date when the equivalency was officially applied to the student's record at the home institution.

      • setEquivalencyAppliedOn

        public void setEquivalencyAppliedOn​(Object equivalencyAppliedOn)
        Equivalency Applied On

        The date when the equivalency was officially applied to the student's record at the home institution.

      • getStatus

        public Object getStatus()
        Status

        The status of the transferred course.

      • setStatus

        public void setStatus​(Object status)
        Status

        The status of the transferred course.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object