Class ConstraintDefinitionType
java.lang.Object
de.hybris.platform.validation.internal.xml.binding.ConstraintDefinitionType
Java class for constraint-definitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="constraint-definitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validated-by" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}validated-byType"/>
</sequence>
<attribute name="annotation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the validatedBy property.voidsetAnnotation(String value) Sets the value of the annotation property.voidsetValidatedBy(ValidatedByType value) Sets the value of the validatedBy property.
-
Field Details
-
validatedBy
-
annotation
-
-
Constructor Details
-
ConstraintDefinitionType
public ConstraintDefinitionType()
-
-
Method Details
-
getValidatedBy
Gets the value of the validatedBy property.- Returns:
- possible object is
ValidatedByType
-
setValidatedBy
Sets the value of the validatedBy property.- Parameters:
value- allowed object isValidatedByType
-
getAnnotation
Gets the value of the annotation property.- Returns:
- possible object is
String
-
setAnnotation
Sets the value of the annotation property.- Parameters:
value- allowed object isString
-