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 |
GroupConversionType<GetterType<T>> |
createConvertGroup()
Creates a new
convert-group element |
List<ConstraintType<GetterType<T>>> |
getAllConstraint()
Returns all
constraint elements |
List<GroupConversionType<GetterType<T>>> |
getAllConvertGroup()
Returns all
convert-group elements |
String |
getName()
Returns the
name attribute |
ConstraintType<GetterType<T>> |
getOrCreateConstraint()
If not already created, a new
constraint element will be created and returned. |
GroupConversionType<GetterType<T>> |
getOrCreateConvertGroup()
If not already created, a new
convert-group 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> |
removeAllConvertGroup()
Removes all
convert-group 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
GroupConversionType<GetterType<T>> getOrCreateConvertGroup()
convert-group
element will be created and returned.
Otherwise, the first existing convert-group
element will be returned.convert-group
GroupConversionType<GetterType<T>> createConvertGroup()
convert-group
elementGroupConversionType>
List<GroupConversionType<GetterType<T>>> getAllConvertGroup()
convert-group
elementsconvert-group
GetterType<T> removeAllConvertGroup()
convert-group
elementsGroupConversionType>
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 © 2021 JBoss by Red Hat. All rights reserved.