public interface GetterType<T> extends Child<T>, MapGetterCommonType<T,GetterType<T>,ConstraintType<GetterType<T>>>
getterType
xsd typeModifier 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 valid
GetterType
String getValid()
valid
elementvalid
GetterType<T> removeValid()
valid
elementGetterType
ConstraintType<GetterType<T>> getOrCreateConstraint()
constraint
element will be created and returned.
Otherwise, the first existing constraint
element will be returned.constraint
ConstraintType<GetterType<T>> createConstraint()
constraint
elementConstraintType>
List<ConstraintType<GetterType<T>>> getAllConstraint()
constraint
elementsconstraint
GetterType<T> removeAllConstraint()
constraint
elementsConstraintType>
GetterType<T> name(String name)
name
attributename
- the value for the attribute name
GetterType
String getName()
name
attributename
GetterType<T> removeName()
name
attributeGetterType
GetterType<T> ignoreAnnotations(Boolean ignoreAnnotations)
ignore-annotations
attributeignoreAnnotations
- the value for the attribute ignore-annotations
GetterType
Boolean isIgnoreAnnotations()
ignore-annotations
attributeignore-annotations
GetterType<T> removeIgnoreAnnotations()
ignore-annotations
attributeGetterType
Copyright © 2023 JBoss by Red Hat. All rights reserved.