Class ExecutableValidationType
java.lang.Object
de.hybris.platform.validation.internal.xml.binding.ExecutableValidationType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the defaultValidatedExecutableTypes property.Gets the value of the enabled property.voidSets the value of the defaultValidatedExecutableTypes property.voidsetEnabled(Boolean value) Sets the value of the enabled property.
-
Field Details
-
defaultValidatedExecutableTypes
-
enabled
-
-
Constructor Details
-
ExecutableValidationType
public ExecutableValidationType()
-
-
Method Details
-
getDefaultValidatedExecutableTypes
Gets the value of the defaultValidatedExecutableTypes property.- Returns:
- possible object is
DefaultValidatedExecutableTypesType
-
setDefaultValidatedExecutableTypes
Sets the value of the defaultValidatedExecutableTypes property.- Parameters:
value- allowed object isDefaultValidatedExecutableTypesType
-
getEnabled
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-