Class GradeScheme

    • Field Detail

      • gradeScheme

        @JsonPropertyDescription("The grading scheme that may be used to award a grade to a student taking this course.")
        private GradeScheme__1 gradeScheme
        Grade Scheme

        The grading scheme that may be used to award a grade to a student taking this course. (Required)

      • usage

        @JsonPropertyDescription("An indicator of whether the grade scheme is used as the default for registration.")
        private Object usage
        Usage

        An indicator of whether the grade scheme is used as the default for registration.

    • Constructor Detail

      • GradeScheme

        public GradeScheme()
    • Method Detail

      • getGradeScheme

        public GradeScheme__1 getGradeScheme()
        Grade Scheme

        The grading scheme that may be used to award a grade to a student taking this course. (Required)

      • setGradeScheme

        public void setGradeScheme​(GradeScheme__1 gradeScheme)
        Grade Scheme

        The grading scheme that may be used to award a grade to a student taking this course. (Required)

      • getUsage

        public Object getUsage()
        Usage

        An indicator of whether the grade scheme is used as the default for registration.

      • setUsage

        public void setUsage​(Object usage)
        Usage

        An indicator of whether the grade scheme is used as the default for registration.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object