public class ValidationConfigType extends Object
Classe Java pour validation-configType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="validation-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="default-provider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message-interpolator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="traversable-resolver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="constraint-validator-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameter-name-provider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clock-provider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value-extractor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="executable-validation" type="{http://xmlns.jcp.org/xml/ns/validation/configuration}executable-validationType" minOccurs="0"/>
<element name="constraint-mapping" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{http://xmlns.jcp.org/xml/ns/validation/configuration}propertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://xmlns.jcp.org/xml/ns/validation/configuration}versionType" fixed="2.0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clockProvider |
protected List<String> |
constraintMapping |
protected String |
constraintValidatorFactory |
protected String |
defaultProvider |
protected ExecutableValidationType |
executableValidation |
protected String |
messageInterpolator |
protected String |
parameterNameProvider |
protected List<PropertyType> |
property |
protected String |
traversableResolver |
protected List<String> |
valueExtractor |
protected String |
version |
| Constructor and Description |
|---|
ValidationConfigType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClockProvider()
Obtient la valeur de la propriété clockProvider.
|
List<String> |
getConstraintMapping()
Gets the value of the constraintMapping property.
|
String |
getConstraintValidatorFactory()
Obtient la valeur de la propriété constraintValidatorFactory.
|
String |
getDefaultProvider()
Obtient la valeur de la propriété defaultProvider.
|
ExecutableValidationType |
getExecutableValidation()
Obtient la valeur de la propriété executableValidation.
|
String |
getMessageInterpolator()
Obtient la valeur de la propriété messageInterpolator.
|
String |
getParameterNameProvider()
Obtient la valeur de la propriété parameterNameProvider.
|
List<PropertyType> |
getProperty()
Gets the value of the property property.
|
String |
getTraversableResolver()
Obtient la valeur de la propriété traversableResolver.
|
List<String> |
getValueExtractor()
Gets the value of the valueExtractor property.
|
String |
getVersion()
Obtient la valeur de la propriété version.
|
void |
setClockProvider(String value)
Définit la valeur de la propriété clockProvider.
|
void |
setConstraintValidatorFactory(String value)
Définit la valeur de la propriété constraintValidatorFactory.
|
void |
setDefaultProvider(String value)
Définit la valeur de la propriété defaultProvider.
|
void |
setExecutableValidation(ExecutableValidationType value)
Définit la valeur de la propriété executableValidation.
|
void |
setMessageInterpolator(String value)
Définit la valeur de la propriété messageInterpolator.
|
void |
setParameterNameProvider(String value)
Définit la valeur de la propriété parameterNameProvider.
|
void |
setTraversableResolver(String value)
Définit la valeur de la propriété traversableResolver.
|
void |
setVersion(String value)
Définit la valeur de la propriété version.
|
protected String defaultProvider
protected String messageInterpolator
protected String traversableResolver
protected String constraintValidatorFactory
protected String parameterNameProvider
protected String clockProvider
protected ExecutableValidationType executableValidation
protected List<PropertyType> property
protected String version
public String getDefaultProvider()
Stringpublic void setDefaultProvider(String value)
value - allowed object is
Stringpublic String getMessageInterpolator()
Stringpublic void setMessageInterpolator(String value)
value - allowed object is
Stringpublic String getTraversableResolver()
Stringpublic void setTraversableResolver(String value)
value - allowed object is
Stringpublic String getConstraintValidatorFactory()
Stringpublic void setConstraintValidatorFactory(String value)
value - allowed object is
Stringpublic String getParameterNameProvider()
Stringpublic void setParameterNameProvider(String value)
value - allowed object is
Stringpublic String getClockProvider()
Stringpublic void setClockProvider(String value)
value - allowed object is
Stringpublic List<String> getValueExtractor()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the valueExtractor property.
For example, to add a new item, do as follows:
getValueExtractor().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ExecutableValidationType getExecutableValidation()
ExecutableValidationTypepublic void setExecutableValidation(ExecutableValidationType value)
value - allowed object is
ExecutableValidationTypepublic List<String> getConstraintMapping()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the constraintMapping property.
For example, to add a new item, do as follows:
getConstraintMapping().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<PropertyType> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
public String getVersion()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.