public interface CrossParameterType<T> extends Child<T>, MapCrossParameterCommonType<T,CrossParameterType<T>,ConstraintType<CrossParameterType<T>>>
crossParameterType
xsd typeModifier 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.constraint
ConstraintType<CrossParameterType<T>> createConstraint()
constraint
elementConstraintType>
List<ConstraintType<CrossParameterType<T>>> getAllConstraint()
constraint
elementsconstraint
CrossParameterType<T> removeAllConstraint()
constraint
elementsConstraintType>
CrossParameterType<T> ignoreAnnotations(Boolean ignoreAnnotations)
ignore-annotations
attributeignoreAnnotations
- the value for the attribute ignore-annotations
CrossParameterType
Boolean isIgnoreAnnotations()
ignore-annotations
attributeignore-annotations
CrossParameterType<T> removeIgnoreAnnotations()
ignore-annotations
attributeCrossParameterType
Copyright © 2017 JBoss by Red Hat. All rights reserved.