Class ConstraintDefinitionType


  • 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>
     
    • Constructor Detail

      • ConstraintDefinitionType

        public ConstraintDefinitionType()
    • Method Detail

      • getValidatedBy

        public ValidatedByType getValidatedBy()
        Obtient la valeur de la propriété validatedBy.
        Returns:
        possible object is ValidatedByType
      • setValidatedBy

        public void setValidatedBy​(ValidatedByType value)
        Définit la valeur de la propriété validatedBy.
        Parameters:
        value - allowed object is ValidatedByType
      • getAnnotation

        public String getAnnotation()
        Obtient la valeur de la propriété annotation.
        Returns:
        possible object is String
      • setAnnotation

        public void setAnnotation​(String value)
        Définit la valeur de la propriété annotation.
        Parameters:
        value - allowed object is String