Class FormItemValidationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class FormItemValidationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Validation rules for the item. Validation rule may be applied in the user interface. But server-side validation may also be applied during the computation process.

    Java class for FormItemValidationType complex type.

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

     <complexType name="FormItemValidationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="server" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormItemServerValidationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="client" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormItemClientValidationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form