Package org.apache.bval.jsr.xml
Class CrossParameterType
- java.lang.Object
-
- org.apache.bval.jsr.xml.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ConstraintType>constraintprotected BooleanignoreAnnotations
-
Constructor Summary
Constructors Constructor Description CrossParameterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConstraintType>getConstraint()Gets the value of the constraint property.BooleangetIgnoreAnnotations()Obtient la valeur de la propriété ignoreAnnotations.voidsetIgnoreAnnotations(Boolean value)Définit la valeur de la propriété ignoreAnnotations.
-
-
-
Field Detail
-
constraint
protected List<ConstraintType> constraint
-
ignoreAnnotations
protected Boolean ignoreAnnotations
-
-
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
setmethod 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
-
-