Class Validation

    • Constructor Detail

      • Validation

        public Validation()
    • Method Detail

      • getType

        public Type getType()
        Gets the value of the type property.
        Returns:
        possible object is Type
      • setType

        public void setType​(Type value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is Type
      • getNotNull

        public NotNull getNotNull()
        Gets the value of the notNull property.
        Returns:
        possible object is NotNull
      • setNotNull

        public void setNotNull​(NotNull value)
        Sets the value of the notNull property.
        Parameters:
        value - allowed object is NotNull
      • getSize

        public Size getSize()
        Gets the value of the size property.
        Returns:
        possible object is Size
      • setSize

        public void setSize​(Size value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Size
      • getMin

        public Min getMin()
        Gets the value of the min property.
        Returns:
        possible object is Min
      • setMin

        public void setMin​(Min value)
        Sets the value of the min property.
        Parameters:
        value - allowed object is Min
      • getFuture

        public Future getFuture()
        Gets the value of the future property.
        Returns:
        possible object is Future
      • setFuture

        public void setFuture​(Future value)
        Sets the value of the future property.
        Parameters:
        value - allowed object is Future
      • getPast

        public Past getPast()
        Gets the value of the past property.
        Returns:
        possible object is Past
      • setPast

        public void setPast​(Past value)
        Sets the value of the past property.
        Parameters:
        value - allowed object is Past
      • getMax

        public Max getMax()
        Gets the value of the max property.
        Returns:
        possible object is Max
      • setMax

        public void setMax​(Max value)
        Sets the value of the max property.
        Parameters:
        value - allowed object is Max
      • getDigits

        public Digits getDigits()
        Gets the value of the digits property.
        Returns:
        possible object is Digits
      • setDigits

        public void setDigits​(Digits value)
        Sets the value of the digits property.
        Parameters:
        value - allowed object is Digits
      • getPattern

        public Pattern getPattern()
        Gets the value of the pattern property.
        Returns:
        possible object is Pattern
      • setPattern

        public void setPattern​(Pattern value)
        Sets the value of the pattern property.
        Parameters:
        value - allowed object is Pattern
      • getFileUpload

        public FileUpload getFileUpload()
        Gets the value of the fileUpload property.
        Returns:
        possible object is FileUpload
      • setFileUpload

        public void setFileUpload​(FileUpload value)
        Sets the value of the fileUpload property.
        Parameters:
        value - allowed object is FileUpload
      • getRules

        public List<Rule> getRules()
        Gets the value of the rules property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rules property.

        For example, to add a new item, do as follows:

            getRules().add(newItem);
         

        Objects of the following type(s) are allowed in the list Rule