
public interface ReturnValueType<T> extends Child<T>, MapReturnValueCommonType<T,ReturnValueType<T>,GroupConversionType<ReturnValueType<T>>,ConstraintType<ReturnValueType<T>>>
returnValueType xsd type| Modifier and Type | Method and Description |
|---|---|
ConstraintType<ReturnValueType<T>> |
createConstraint()
Creates a new
constraint element |
GroupConversionType<ReturnValueType<T>> |
createConvertGroup()
Creates a new
convert-group element |
List<ConstraintType<ReturnValueType<T>>> |
getAllConstraint()
Returns all
constraint elements |
List<GroupConversionType<ReturnValueType<T>>> |
getAllConvertGroup()
Returns all
convert-group elements |
ConstraintType<ReturnValueType<T>> |
getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
GroupConversionType<ReturnValueType<T>> |
getOrCreateConvertGroup()
If not already created, a new
convert-group element will be created and returned. |
String |
getValid()
Returns the
valid element |
ReturnValueType<T> |
ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
Boolean |
isIgnoreAnnotations()
Returns the
ignore-annotations attribute |
ReturnValueType<T> |
removeAllConstraint()
Removes all
constraint elements |
ReturnValueType<T> |
removeAllConvertGroup()
Removes all
convert-group elements |
ReturnValueType<T> |
removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
ReturnValueType<T> |
removeValid()
Removes the
valid element |
ReturnValueType<T> |
valid(String valid)
Sets the
valid element |
ReturnValueType<T> valid(String valid)
valid elementvalid - the value for the element validReturnValueTypeString getValid()
valid elementvalidReturnValueType<T> removeValid()
valid elementReturnValueTypeGroupConversionType<ReturnValueType<T>> getOrCreateConvertGroup()
convert-group element will be created and returned.
Otherwise, the first existing convert-group element will be returned.convert-groupGroupConversionType<ReturnValueType<T>> createConvertGroup()
convert-group elementGroupConversionType> List<GroupConversionType<ReturnValueType<T>>> getAllConvertGroup()
convert-group elementsconvert-groupReturnValueType<T> removeAllConvertGroup()
convert-group elementsGroupConversionType> ConstraintType<ReturnValueType<T>> getOrCreateConstraint()
constraint element will be created and returned.
Otherwise, the first existing constraint element will be returned.constraintConstraintType<ReturnValueType<T>> createConstraint()
constraint elementConstraintType> List<ConstraintType<ReturnValueType<T>>> getAllConstraint()
constraint elementsconstraintReturnValueType<T> removeAllConstraint()
constraint elementsConstraintType> ReturnValueType<T> ignoreAnnotations(Boolean ignoreAnnotations)
ignore-annotations attributeignoreAnnotations - the value for the attribute ignore-annotationsReturnValueTypeBoolean isIgnoreAnnotations()
ignore-annotations attributeignore-annotationsReturnValueType<T> removeIgnoreAnnotations()
ignore-annotations attributeReturnValueTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.