Class ValidateElement.RangeValidateElement

    • Constructor Detail

      • RangeValidateElement

        public RangeValidateElement​(java.lang.String datatype,
                                    java.lang.String min,
                                    java.lang.String max)
        Range validate element constructor.
        Parameters:
        datatype - TODO javadoc me please
        min - the minimum allowable value. This attribute is OPTIONAL. The value depends on the datatype in use.
        max - the maximum allowable value. This attribute is OPTIONAL. The value depends on the datatype in use.
        See Also:
        ValidateElement.getDatatype()
    • Method Detail

      • getMin

        public java.lang.String getMin()
        The 'min' attribute specifies the minimum allowable value.
        Returns:
        the minimum allowable value. This attribute is OPTIONAL. The value depends on the datatype in use.
      • getMax

        public java.lang.String getMax()
        The 'max' attribute specifies the maximum allowable value.
        Returns:
        the maximum allowable value. This attribute is OPTIONAL. The value depends on the datatype in use.