
public interface GetterType<T> extends Child<T>, MapGetterCommonType<T,GetterType<T>,ConstraintType<GetterType<T>>>
getterType xsd type| Modifier and Type | Method and Description |
|---|---|
ConstraintType<GetterType<T>> |
createConstraint()
Creates a new
constraint element |
List<ConstraintType<GetterType<T>>> |
getAllConstraint()
Returns all
constraint elements |
String |
getName()
Returns the
name attribute |
ConstraintType<GetterType<T>> |
getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
String |
getValid()
Returns the
valid element |
GetterType<T> |
ignoreAnnotations(Boolean ignoreAnnotations)
Sets the
ignore-annotations attribute |
Boolean |
isIgnoreAnnotations()
Returns the
ignore-annotations attribute |
GetterType<T> |
name(String name)
Sets the
name attribute |
GetterType<T> |
removeAllConstraint()
Removes all
constraint elements |
GetterType<T> |
removeIgnoreAnnotations()
Removes the
ignore-annotations attribute |
GetterType<T> |
removeName()
Removes the
name attribute |
GetterType<T> |
removeValid()
Removes the
valid element |
GetterType<T> |
valid(String valid)
Sets the
valid element |
GetterType<T> valid(String valid)
valid elementvalid - the value for the element validGetterTypeString getValid()
valid elementvalidGetterType<T> removeValid()
valid elementGetterTypeConstraintType<GetterType<T>> getOrCreateConstraint()
constraint element will be created and returned.
Otherwise, the first existing constraint element will be returned.constraintConstraintType<GetterType<T>> createConstraint()
constraint elementConstraintType> List<ConstraintType<GetterType<T>>> getAllConstraint()
constraint elementsconstraintGetterType<T> removeAllConstraint()
constraint elementsConstraintType> GetterType<T> name(String name)
name attributename - the value for the attribute nameGetterTypeString getName()
name attributenameGetterType<T> removeName()
name attributeGetterTypeGetterType<T> ignoreAnnotations(Boolean ignoreAnnotations)
ignore-annotations attributeignoreAnnotations - the value for the attribute ignore-annotationsGetterTypeBoolean isIgnoreAnnotations()
ignore-annotations attributeignore-annotationsGetterType<T> removeIgnoreAnnotations()
ignore-annotations attributeGetterTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.