
public interface ResourceManagerType<T> extends Child<T>
resource-managerType xsd type| Modifier and Type | Method and Description |
|---|---|
ResourceManagerType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getResClass()
Returns the
res-class attribute |
String |
getResJndiName()
Returns the
res-jndi-name element |
String |
getResName()
Returns the
res-name element |
String |
getResUrl()
Returns the
res-url element |
ResourceManagerType<T> |
id(String id)
Sets the
id attribute |
ResourceManagerType<T> |
removeAllDescription()
Removes the
description element |
ResourceManagerType<T> |
removeId()
Removes the
id attribute |
ResourceManagerType<T> |
removeResClass()
Removes the
res-class attribute |
ResourceManagerType<T> |
removeResJndiName()
Removes the
res-jndi-name element |
ResourceManagerType<T> |
removeResName()
Removes the
res-name element |
ResourceManagerType<T> |
removeResUrl()
Removes the
res-url element |
ResourceManagerType<T> |
resClass(String resClass)
Sets the
res-class attribute |
ResourceManagerType<T> |
resJndiName(String resJndiName)
Sets the
res-jndi-name element |
ResourceManagerType<T> |
resName(String resName)
Sets the
res-name element |
ResourceManagerType<T> |
resUrl(String resUrl)
Sets the
res-url element |
ResourceManagerType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsResourceManagerTypeList<String> getAllDescription()
description elementsdescriptionResourceManagerType<T> removeAllDescription()
description elementResourceManagerTypeResourceManagerType<T> resName(String resName)
res-name elementresName - the value for the element res-nameResourceManagerTypeString getResName()
res-name elementres-nameResourceManagerType<T> removeResName()
res-name elementResourceManagerTypeResourceManagerType<T> resJndiName(String resJndiName)
res-jndi-name elementresJndiName - the value for the element res-jndi-nameResourceManagerTypeString getResJndiName()
res-jndi-name elementres-jndi-nameResourceManagerType<T> removeResJndiName()
res-jndi-name elementResourceManagerTypeResourceManagerType<T> resUrl(String resUrl)
res-url elementresUrl - the value for the element res-urlResourceManagerTypeString getResUrl()
res-url elementres-urlResourceManagerType<T> removeResUrl()
res-url elementResourceManagerTypeResourceManagerType<T> id(String id)
id attributeid - the value for the attribute idResourceManagerTypeString getId()
id attributeidResourceManagerType<T> removeId()
id attributeResourceManagerTypeResourceManagerType<T> resClass(String resClass)
res-class attributeresClass - the value for the attribute res-classResourceManagerTypeString getResClass()
res-class attributeres-classResourceManagerType<T> removeResClass()
res-class attributeResourceManagerTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.