public class ConstraintDefinitionType extends Object
Classe Java pour constraint-definitionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
annotation |
protected ValidatedByType |
validatedBy |
| Constructor and Description |
|---|
ConstraintDefinitionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation()
Obtient la valeur de la propriété annotation.
|
ValidatedByType |
getValidatedBy()
Obtient la valeur de la propriété validatedBy.
|
void |
setAnnotation(String value)
Définit la valeur de la propriété annotation.
|
void |
setValidatedBy(ValidatedByType value)
Définit la valeur de la propriété validatedBy.
|
protected ValidatedByType validatedBy
protected String annotation
public ValidatedByType getValidatedBy()
ValidatedByTypepublic void setValidatedBy(ValidatedByType value)
value - allowed object is
ValidatedByTypepublic String getAnnotation()
StringCopyright © 2010–2019 The Apache Software Foundation. All rights reserved.