Package org.apache.bval.jsr.xml
Class ExecutableValidationType
- java.lang.Object
-
- org.apache.bval.jsr.xml.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DefaultValidatedExecutableTypesTypedefaultValidatedExecutableTypesprotected Booleanenabled
-
Constructor Summary
Constructors Constructor Description ExecutableValidationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultValidatedExecutableTypesTypegetDefaultValidatedExecutableTypes()Gets the value of the defaultValidatedExecutableTypes property.BooleangetEnabled()Gets the value of the enabled property.voidsetDefaultValidatedExecutableTypes(DefaultValidatedExecutableTypesType value)Sets the value of the defaultValidatedExecutableTypes property.voidsetEnabled(Boolean value)Sets the value of the enabled property.
-
-
-
Field Detail
-
defaultValidatedExecutableTypes
protected DefaultValidatedExecutableTypesType defaultValidatedExecutableTypes
-
enabled
protected Boolean enabled
-
-
Method Detail
-
getDefaultValidatedExecutableTypes
public DefaultValidatedExecutableTypesType getDefaultValidatedExecutableTypes()
Gets the value of the defaultValidatedExecutableTypes property.- Returns:
- possible object is
DefaultValidatedExecutableTypesType
-
setDefaultValidatedExecutableTypes
public void setDefaultValidatedExecutableTypes(DefaultValidatedExecutableTypesType value)
Sets the value of the defaultValidatedExecutableTypes property.- Parameters:
value- allowed object isDefaultValidatedExecutableTypesType
-
getEnabled
public Boolean getEnabled()
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
-