Class CrossParameterType


  • public class CrossParameterType
    extends Object

    Classe Java pour crossParameterType complex type.

    Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

     <complexType name="crossParameterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="constraint" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}constraintType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="ignore-annotations" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CrossParameterType

        public CrossParameterType()
    • Method Detail

      • getConstraint

        public List<ConstraintType> getConstraint()
        Gets the value of the constraint 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 set method for the constraint property.

        For example, to add a new item, do as follows:

            getConstraint().add(newItem);
         

        Objects of the following type(s) are allowed in the list ConstraintType

      • getIgnoreAnnotations

        public Boolean getIgnoreAnnotations()
        Obtient la valeur de la propriété ignoreAnnotations.
        Returns:
        possible object is Boolean
      • setIgnoreAnnotations

        public void setIgnoreAnnotations​(Boolean value)
        Définit la valeur de la propriété ignoreAnnotations.
        Parameters:
        value - allowed object is Boolean