Class Validation


  • public class Validation
    extends java.lang.Object

    Java class for validation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="validation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="expression" type="{}valid"/>
             <element name="message" type="{}i18nStringType"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="arguments" type="{}arguments" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • expression

        protected Valid expression
      • name

        protected java.lang.String name
    • Constructor Detail

      • Validation

        public Validation()
    • Method Detail

      • getExpression

        public Valid getExpression()
        Gets the value of the expression property.
        Returns:
        possible object is Valid
      • setExpression

        public void setExpression​(Valid value)
        Sets the value of the expression property.
        Parameters:
        value - allowed object is Valid
      • setMessage

        public void setMessage​(I18NStringType value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is I18NStringType
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getArguments

        public Arguments getArguments()
        Gets the value of the arguments property.
        Returns:
        possible object is Arguments
      • setArguments

        public void setArguments​(Arguments value)
        Sets the value of the arguments property.
        Parameters:
        value - allowed object is Arguments