Class Credit

    • Field Detail

      • creditCategory

        @JsonPropertyDescription("A category of academic credit.")
        private CreditCategory creditCategory
        Credit Category

        A category of academic credit. (Required)

      • measure

        @JsonPropertyDescription("A unit or standard of measurement.")
        private Credit.Measure measure
        Unit of Measure

        A unit or standard of measurement. (Required)

      • minimum

        @JsonPropertyDescription("The lower number, inclusive bound of a numeric range of values.")
        private Double minimum
        Minimum number

        The lower number, inclusive bound of a numeric range of values. (Required)

      • maximum

        @JsonPropertyDescription("The upper, inclusive bound of a numeric range of values.")
        private Object maximum
        Maximum number

        The upper, inclusive bound of a numeric range of values.

      • increment

        @JsonPropertyDescription("The multiple by which a numeric range of values can be stepped from the minimum to the maximum. For example, a range of 1 to 3 with an increment of 1 would evaluate to 1, 2, or 3. Specifying an increment of 0.5 would evaluate to 1, 1.5, 2, 2.5, or 3")
        private Object increment
        Increment number

        The multiple by which a numeric range of values can be stepped from the minimum to the maximum. For example, a range of 1 to 3 with an increment of 1 would evaluate to 1, 2, or 3. Specifying an increment of 0.5 would evaluate to 1, 1.5, 2, 2.5, or 3

    • Constructor Detail

      • Credit

        public Credit()
    • Method Detail

      • getCreditCategory

        public CreditCategory getCreditCategory()
        Credit Category

        A category of academic credit. (Required)

      • setCreditCategory

        public void setCreditCategory​(CreditCategory creditCategory)
        Credit Category

        A category of academic credit. (Required)

      • getMeasure

        public Credit.Measure getMeasure()
        Unit of Measure

        A unit or standard of measurement. (Required)

      • setMeasure

        public void setMeasure​(Credit.Measure measure)
        Unit of Measure

        A unit or standard of measurement. (Required)

      • getMinimum

        public Double getMinimum()
        Minimum number

        The lower number, inclusive bound of a numeric range of values. (Required)

      • setMinimum

        public void setMinimum​(Double minimum)
        Minimum number

        The lower number, inclusive bound of a numeric range of values. (Required)

      • withMinimum

        public Credit withMinimum​(Double minimum)
      • getMaximum

        public Object getMaximum()
        Maximum number

        The upper, inclusive bound of a numeric range of values.

      • setMaximum

        public void setMaximum​(Object maximum)
        Maximum number

        The upper, inclusive bound of a numeric range of values.

      • withMaximum

        public Credit withMaximum​(Object maximum)
      • getIncrement

        public Object getIncrement()
        Increment number

        The multiple by which a numeric range of values can be stepped from the minimum to the maximum. For example, a range of 1 to 3 with an increment of 1 would evaluate to 1, 2, or 3. Specifying an increment of 0.5 would evaluate to 1, 1.5, 2, 2.5, or 3

      • setIncrement

        public void setIncrement​(Object increment)
        Increment number

        The multiple by which a numeric range of values can be stepped from the minimum to the maximum. For example, a range of 1 to 3 with an increment of 1 would evaluate to 1, 2, or 3. Specifying an increment of 0.5 would evaluate to 1, 1.5, 2, 2.5, or 3

      • withIncrement

        public Credit withIncrement​(Object increment)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object