Class ExecutableValidationType

java.lang.Object
de.hybris.platform.validation.internal.xml.binding.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="{http://xmlns.jcp.org/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>