public class ValidationConfigType
extends java.lang.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 java.lang.String |
clockProvider |
protected java.util.List<java.lang.String> |
constraintMapping |
protected java.lang.String |
constraintValidatorFactory |
protected java.lang.String |
defaultProvider |
protected ExecutableValidationType |
executableValidation |
protected java.lang.String |
messageInterpolator |
protected java.lang.String |
parameterNameProvider |
protected java.util.List<PropertyType> |
property |
protected java.lang.String |
traversableResolver |
protected java.util.List<java.lang.String> |
valueExtractor |
protected java.lang.String |
version |
Constructor and Description |
---|
ValidationConfigType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClockProvider()
Obtient la valeur de la propriété clockProvider.
|
java.util.List<java.lang.String> |
getConstraintMapping()
Gets the value of the constraintMapping property.
|
java.lang.String |
getConstraintValidatorFactory()
Obtient la valeur de la propriété constraintValidatorFactory.
|
java.lang.String |
getDefaultProvider()
Obtient la valeur de la propriété defaultProvider.
|
ExecutableValidationType |
getExecutableValidation()
Obtient la valeur de la propriété executableValidation.
|
java.lang.String |
getMessageInterpolator()
Obtient la valeur de la propriété messageInterpolator.
|
java.lang.String |
getParameterNameProvider()
Obtient la valeur de la propriété parameterNameProvider.
|
java.util.List<PropertyType> |
getProperty()
Gets the value of the property property.
|
java.lang.String |
getTraversableResolver()
Obtient la valeur de la propriété traversableResolver.
|
java.util.List<java.lang.String> |
getValueExtractor()
Gets the value of the valueExtractor property.
|
java.lang.String |
getVersion()
Obtient la valeur de la propriété version.
|
void |
setClockProvider(java.lang.String value)
Définit la valeur de la propriété clockProvider.
|
void |
setConstraintValidatorFactory(java.lang.String value)
Définit la valeur de la propriété constraintValidatorFactory.
|
void |
setDefaultProvider(java.lang.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(java.lang.String value)
Définit la valeur de la propriété messageInterpolator.
|
void |
setParameterNameProvider(java.lang.String value)
Définit la valeur de la propriété parameterNameProvider.
|
void |
setTraversableResolver(java.lang.String value)
Définit la valeur de la propriété traversableResolver.
|
void |
setVersion(java.lang.String value)
Définit la valeur de la propriété version.
|
protected java.lang.String defaultProvider
protected java.lang.String messageInterpolator
protected java.lang.String traversableResolver
protected java.lang.String constraintValidatorFactory
protected java.lang.String parameterNameProvider
protected java.lang.String clockProvider
protected java.util.List<java.lang.String> valueExtractor
protected ExecutableValidationType executableValidation
protected java.util.List<java.lang.String> constraintMapping
protected java.util.List<PropertyType> property
protected java.lang.String version
public java.lang.String getDefaultProvider()
String
public void setDefaultProvider(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessageInterpolator()
String
public void setMessageInterpolator(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTraversableResolver()
String
public void setTraversableResolver(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConstraintValidatorFactory()
String
public void setConstraintValidatorFactory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getParameterNameProvider()
String
public void setParameterNameProvider(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClockProvider()
String
public void setClockProvider(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.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()
ExecutableValidationType
public void setExecutableValidation(ExecutableValidationType value)
value
- allowed object is
ExecutableValidationType
public java.util.List<java.lang.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 java.util.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 java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String