Class NumberAttributeConstraintsType

    • Constructor Detail

      • NumberAttributeConstraintsType

        public NumberAttributeConstraintsType()
    • Method Detail

      • setMinValue

        public void setMinValue​(String minValue)

        The minimum value of an attribute that is of the number data type.

        Parameters:
        minValue - The minimum value of an attribute that is of the number data type.
      • getMinValue

        public String getMinValue()

        The minimum value of an attribute that is of the number data type.

        Returns:
        The minimum value of an attribute that is of the number data type.
      • withMinValue

        public NumberAttributeConstraintsType withMinValue​(String minValue)

        The minimum value of an attribute that is of the number data type.

        Parameters:
        minValue - The minimum value of an attribute that is of the number data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxValue

        public void setMaxValue​(String maxValue)

        The maximum value of an attribute that is of the number data type.

        Parameters:
        maxValue - The maximum value of an attribute that is of the number data type.
      • getMaxValue

        public String getMaxValue()

        The maximum value of an attribute that is of the number data type.

        Returns:
        The maximum value of an attribute that is of the number data type.
      • withMaxValue

        public NumberAttributeConstraintsType withMaxValue​(String maxValue)

        The maximum value of an attribute that is of the number data type.

        Parameters:
        maxValue - The maximum value of an attribute that is of the number data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object