Class EquivalentTo

    • Field Detail

      • scheme

        @JsonPropertyDescription("A named grouping of grades that can be assigned to students at a given academic level.")
        private Scheme__1 scheme
        Grade Scheme

        A named grouping of grades that can be assigned to students at a given academic level.

      • grade

        @JsonPropertyDescription("The literal value or numeric range of the grade.")
        private Object grade
        Grade

        The literal value or numeric range of the grade.

      • credit

        @JsonPropertyDescription("What degree of credit this grade qualifies for.")
        private Object credit
        Credit

        What degree of credit this grade qualifies for.

      • detail

        @JsonPropertyDescription("A grade scheme item in different grade schemes that is the equivalent to this grade scheme item.")
        private Detail__4 detail
        Detail

        A grade scheme item in different grade schemes that is the equivalent to this grade scheme item.

    • Constructor Detail

      • EquivalentTo

        public EquivalentTo()
    • Method Detail

      • getScheme

        public Scheme__1 getScheme()
        Grade Scheme

        A named grouping of grades that can be assigned to students at a given academic level.

      • setScheme

        public void setScheme​(Scheme__1 scheme)
        Grade Scheme

        A named grouping of grades that can be assigned to students at a given academic level.

      • getGrade

        public Object getGrade()
        Grade

        The literal value or numeric range of the grade.

      • setGrade

        public void setGrade​(Object grade)
        Grade

        The literal value or numeric range of the grade.

      • getCredit

        public Object getCredit()
        Credit

        What degree of credit this grade qualifies for.

      • setCredit

        public void setCredit​(Object credit)
        Credit

        What degree of credit this grade qualifies for.

      • getDetail

        public Detail__4 getDetail()
        Detail

        A grade scheme item in different grade schemes that is the equivalent to this grade scheme item.

      • setDetail

        public void setDetail​(Detail__4 detail)
        Detail

        A grade scheme item in different grade schemes that is the equivalent to this grade scheme item.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object