public class ExecutableValidationType
extends java.lang.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://jboss.org/xml/ns/javax/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>
| Modifier and Type | Field and Description |
|---|---|
protected DefaultValidatedExecutableTypesType |
defaultValidatedExecutableTypes |
protected java.lang.Boolean |
enabled |
| Constructor and Description |
|---|
ExecutableValidationType() |
| Modifier and Type | Method and Description |
|---|---|
DefaultValidatedExecutableTypesType |
getDefaultValidatedExecutableTypes()
Gets the value of the defaultValidatedExecutableTypes property.
|
boolean |
getEnabled()
Gets the value of the enabled property.
|
void |
setDefaultValidatedExecutableTypes(DefaultValidatedExecutableTypesType value)
Sets the value of the defaultValidatedExecutableTypes property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
protected DefaultValidatedExecutableTypesType defaultValidatedExecutableTypes
protected java.lang.Boolean enabled
public DefaultValidatedExecutableTypesType getDefaultValidatedExecutableTypes()
DefaultValidatedExecutableTypesTypepublic void setDefaultValidatedExecutableTypes(DefaultValidatedExecutableTypesType value)
value - allowed object is
DefaultValidatedExecutableTypesTypepublic boolean getEnabled()
Booleanpublic void setEnabled(java.lang.Boolean value)
value - allowed object is
Boolean