
| Modifier and Type | Method and Description |
|---|---|
TldAttributeType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
TldAttributeType<T> |
fragment(GenericBooleanType fragment)
Sets the
fragment element |
TldAttributeType<T> |
fragment(String fragment)
Sets the
fragment element |
List<String> |
getAllDescription()
Returns all
description elements |
GenericBooleanType |
getFragment()
Returns the
fragment element |
String |
getFragmentAsString()
Returns the
fragment element |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
GenericBooleanType |
getRequired()
Returns the
required element |
String |
getRequiredAsString()
Returns the
required element |
GenericBooleanType |
getRtexprvalue()
Returns the
rtexprvalue element |
String |
getRtexprvalueAsString()
Returns the
rtexprvalue element |
String |
getType()
Returns the
type element |
TldAttributeType<T> |
id(String id)
Sets the
id attribute |
TldAttributeType<T> |
name(String name)
Sets the
name element |
TldAttributeType<T> |
removeAllDescription()
Removes the
description element |
TldAttributeType<T> |
removeFragment()
Removes the
fragment attribute |
TldAttributeType<T> |
removeId()
Removes the
id attribute |
TldAttributeType<T> |
removeName()
Removes the
name element |
TldAttributeType<T> |
removeRequired()
Removes the
required attribute |
TldAttributeType<T> |
removeRtexprvalue()
Removes the
rtexprvalue attribute |
TldAttributeType<T> |
removeType()
Removes the
type element |
TldAttributeType<T> |
required(GenericBooleanType required)
Sets the
required element |
TldAttributeType<T> |
required(String required)
Sets the
required element |
TldAttributeType<T> |
rtexprvalue(GenericBooleanType rtexprvalue)
Sets the
rtexprvalue element |
TldAttributeType<T> |
rtexprvalue(String rtexprvalue)
Sets the
rtexprvalue element |
TldAttributeType<T> |
type(String type)
Sets the
type element |
TldAttributeType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsTldAttributeTypeList<String> getAllDescription()
description elementsdescriptionTldAttributeType<T> removeAllDescription()
description elementTldAttributeTypeTldAttributeType<T> name(String name)
name elementname - the value for the element nameTldAttributeTypeString getName()
name elementnameTldAttributeType<T> removeName()
name elementTldAttributeTypeTldAttributeType<T> required(GenericBooleanType required)
required elementrequired - the value for the element requiredTldAttributeTypeTldAttributeType<T> required(String required)
required elementrequired - the value for the element requiredTldAttributeTypeGenericBooleanType getRequired()
required elementrequiredString getRequiredAsString()
required elementrequiredTldAttributeType<T> removeRequired()
required attributeTldAttributeTypeTldAttributeType<T> rtexprvalue(GenericBooleanType rtexprvalue)
rtexprvalue elementrtexprvalue - the value for the element rtexprvalueTldAttributeTypeTldAttributeType<T> rtexprvalue(String rtexprvalue)
rtexprvalue elementrtexprvalue - the value for the element rtexprvalueTldAttributeTypeGenericBooleanType getRtexprvalue()
rtexprvalue elementrtexprvalueString getRtexprvalueAsString()
rtexprvalue elementrtexprvalueTldAttributeType<T> removeRtexprvalue()
rtexprvalue attributeTldAttributeTypeTldAttributeType<T> type(String type)
type elementtype - the value for the element typeTldAttributeTypeString getType()
type elementtypeTldAttributeType<T> removeType()
type elementTldAttributeTypeTldAttributeType<T> fragment(GenericBooleanType fragment)
fragment elementfragment - the value for the element fragmentTldAttributeTypeTldAttributeType<T> fragment(String fragment)
fragment elementfragment - the value for the element fragmentTldAttributeTypeGenericBooleanType getFragment()
fragment elementfragmentString getFragmentAsString()
fragment elementfragmentTldAttributeType<T> removeFragment()
fragment attributeTldAttributeTypeTldAttributeType<T> id(String id)
id attributeid - the value for the attribute idTldAttributeTypeString getId()
id attributeidTldAttributeType<T> removeId()
id attributeTldAttributeTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.