
public interface CrossParameterType<T> extends Child<T>, MapCrossParameterCommonType<T,CrossParameterType<T>,ConstraintType<CrossParameterType<T>>>
crossParameterType xsd type| Modifier and Type | Method and Description |
|---|---|
ConstraintType<CrossParameterType<T>> |
createConstraint()
Creates a new
constraint element |
List<ConstraintType<CrossParameterType<T>>> |
getAllConstraint()
Returns all
constraint elements |
ConstraintType<CrossParameterType<T>> |
getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
CrossParameterType<T> |
ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
Boolean |
isIgnoreAnnotations()
Returns the
ignore-annotations attribute |
CrossParameterType<T> |
removeAllConstraint()
Removes all
constraint elements |
CrossParameterType<T> |
removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
ConstraintType<CrossParameterType<T>> getOrCreateConstraint()
constraint element will be created and returned.
Otherwise, the first existing constraint element will be returned.constraintConstraintType<CrossParameterType<T>> createConstraint()
constraint elementConstraintType> List<ConstraintType<CrossParameterType<T>>> getAllConstraint()
constraint elementsconstraintCrossParameterType<T> removeAllConstraint()
constraint elementsConstraintType> CrossParameterType<T> ignoreAnnotations(Boolean ignoreAnnotations)
ignore-annotations attributeignoreAnnotations - the value for the attribute ignore-annotationsCrossParameterTypeBoolean isIgnoreAnnotations()
ignore-annotations attributeignore-annotationsCrossParameterType<T> removeIgnoreAnnotations()
ignore-annotations attributeCrossParameterTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.