Class ValidationConfigType
Java class for validation-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<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" use="required" type="{http://xmlns.jcp.org/xml/ns/validation/configuration}versionType" fixed="2.0" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected ExecutableValidationTypeprotected Stringprotected Stringprotected List<PropertyType>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clockProvider property.Gets the value of the constraintMapping property.Gets the value of the constraintValidatorFactory property.Gets the value of the defaultProvider property.Gets the value of the executableValidation property.Gets the value of the messageInterpolator property.Gets the value of the parameterNameProvider property.Gets the value of the property property.Gets the value of the traversableResolver property.Gets the value of the valueExtractor property.Gets the value of the version property.voidsetClockProvider(String value) Sets the value of the clockProvider property.voidSets the value of the constraintValidatorFactory property.voidsetDefaultProvider(String value) Sets the value of the defaultProvider property.voidSets the value of the executableValidation property.voidsetMessageInterpolator(String value) Sets the value of the messageInterpolator property.voidsetParameterNameProvider(String value) Sets the value of the parameterNameProvider property.voidsetTraversableResolver(String value) Sets the value of the traversableResolver property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
defaultProvider
-
messageInterpolator
-
traversableResolver
-
constraintValidatorFactory
-
parameterNameProvider
-
clockProvider
-
valueExtractor
-
executableValidation
-
constraintMapping
-
property
-
version
-
-
Constructor Details
-
ValidationConfigType
public ValidationConfigType()
-
-
Method Details
-
getDefaultProvider
Gets the value of the defaultProvider property.- Returns:
- possible object is
String
-
setDefaultProvider
Sets the value of the defaultProvider property.- Parameters:
value- allowed object isString
-
getMessageInterpolator
Gets the value of the messageInterpolator property.- Returns:
- possible object is
String
-
setMessageInterpolator
Sets the value of the messageInterpolator property.- Parameters:
value- allowed object isString
-
getTraversableResolver
Gets the value of the traversableResolver property.- Returns:
- possible object is
String
-
setTraversableResolver
Sets the value of the traversableResolver property.- Parameters:
value- allowed object isString
-
getConstraintValidatorFactory
Gets the value of the constraintValidatorFactory property.- Returns:
- possible object is
String
-
setConstraintValidatorFactory
Sets the value of the constraintValidatorFactory property.- Parameters:
value- allowed object isString
-
getParameterNameProvider
Gets the value of the parameterNameProvider property.- Returns:
- possible object is
String
-
setParameterNameProvider
Sets the value of the parameterNameProvider property.- Parameters:
value- allowed object isString
-
getClockProvider
Gets the value of the clockProvider property.- Returns:
- possible object is
String
-
setClockProvider
Sets the value of the clockProvider property.- Parameters:
value- allowed object isString
-
getValueExtractor
Gets the value of the valueExtractor property.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
setmethod 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 -
getExecutableValidation
Gets the value of the executableValidation property.- Returns:
- possible object is
ExecutableValidationType
-
setExecutableValidation
Sets the value of the executableValidation property.- Parameters:
value- allowed object isExecutableValidationType
-
getConstraintMapping
Gets the value of the constraintMapping property.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
setmethod 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 -
getProperty
Gets the value of the property property.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
setmethod 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 -
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-