|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.internal.xml.ExecutableValidationType
public class 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://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>
| Field Summary | |
|---|---|
protected DefaultValidatedExecutableTypesType |
defaultValidatedExecutableTypes
|
protected Boolean |
enabled
|
| Constructor Summary | |
|---|---|
ExecutableValidationType()
|
|
| Method Summary | |
|---|---|
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(Boolean value)
Sets the value of the enabled property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DefaultValidatedExecutableTypesType defaultValidatedExecutableTypes
protected Boolean enabled
| Constructor Detail |
|---|
public ExecutableValidationType()
| Method Detail |
|---|
public DefaultValidatedExecutableTypesType getDefaultValidatedExecutableTypes()
DefaultValidatedExecutableTypesTypepublic void setDefaultValidatedExecutableTypes(DefaultValidatedExecutableTypesType value)
value - allowed object is
DefaultValidatedExecutableTypesTypepublic boolean getEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||