public interface ResourceManagerType<T> extends Child<T>
resource-managerType
xsd typeModifier 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 |
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> |
removeAllDescription()
Removes the
description element |
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
objectsResourceManagerType
List<String> getAllDescription()
description
elementsdescription
ResourceManagerType<T> removeAllDescription()
description
elementResourceManagerType
ResourceManagerType<T> resName(String resName)
res-name
elementresName
- the value for the element res-name
ResourceManagerType
String getResName()
res-name
elementres-name
ResourceManagerType<T> removeResName()
res-name
elementResourceManagerType
ResourceManagerType<T> resJndiName(String resJndiName)
res-jndi-name
elementresJndiName
- the value for the element res-jndi-name
ResourceManagerType
String getResJndiName()
res-jndi-name
elementres-jndi-name
ResourceManagerType<T> removeResJndiName()
res-jndi-name
elementResourceManagerType
ResourceManagerType<T> resUrl(String resUrl)
res-url
elementresUrl
- the value for the element res-url
ResourceManagerType
String getResUrl()
res-url
elementres-url
ResourceManagerType<T> removeResUrl()
res-url
elementResourceManagerType
ResourceManagerType<T> resClass(String resClass)
res-class
attributeresClass
- the value for the attribute res-class
ResourceManagerType
String getResClass()
res-class
attributeres-class
ResourceManagerType<T> removeResClass()
res-class
attributeResourceManagerType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.