Class ExecutableValidationType


  • public class ExecutableValidationType
    extends Object

    Java class for executable-validationType complex type

    .

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

    
     <complexType name="executable-validationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="default-validated-executable-types" type="{https://jakarta.ee/xml/ns/validation/configuration}default-validated-executable-typesType" minOccurs="0"/>
           </sequence>
           <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>