public class JmsConnectionFactoryTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, JmsConnectionFactoryType<T>
jms-connection-factoryType xsd type| Constructor and Description |
|---|
JmsConnectionFactoryTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
JmsConnectionFactoryTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
| Modifier and Type | Method and Description |
|---|---|
JmsConnectionFactoryType<T> |
className(String className)
Sets the
class-name element |
JmsConnectionFactoryType<T> |
clientId(String clientId)
Sets the
client-id element |
PropertyType<JmsConnectionFactoryType<T>> |
createProperty()
Creates a new
property element |
JmsConnectionFactoryType<T> |
description(String description)
Sets the
description element |
List<PropertyType<JmsConnectionFactoryType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getClassName()
Returns the
class-name element |
String |
getClientId()
Returns the
client-id element |
String |
getDescription()
Returns the
description element |
String |
getId()
Returns the
id attribute |
Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
Integer |
getMinPoolSize()
Returns the
min-pool-size element |
String |
getName()
Returns the
name element |
PropertyType<JmsConnectionFactoryType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
String |
getPassword()
Returns the
password element |
String |
getResourceAdapter()
Returns the
resource-adapter element |
String |
getUser()
Returns the
user element |
JmsConnectionFactoryType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isTransactional()
Returns the
transactional element |
JmsConnectionFactoryType<T> |
maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
JmsConnectionFactoryType<T> |
minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
JmsConnectionFactoryType<T> |
name(String name)
Sets the
name element |
JmsConnectionFactoryType<T> |
password(String password)
Sets the
password element |
JmsConnectionFactoryType<T> |
removeAllProperty()
Removes all
property elements |
JmsConnectionFactoryType<T> |
removeClassName()
Removes the
class-name element |
JmsConnectionFactoryType<T> |
removeClientId()
Removes the
client-id element |
JmsConnectionFactoryType<T> |
removeDescription()
Removes the
description element |
JmsConnectionFactoryType<T> |
removeId()
Removes the
id attribute |
JmsConnectionFactoryType<T> |
removeMaxPoolSize()
Removes the
max-pool-size element |
JmsConnectionFactoryType<T> |
removeMinPoolSize()
Removes the
min-pool-size element |
JmsConnectionFactoryType<T> |
removeName()
Removes the
name element |
JmsConnectionFactoryType<T> |
removePassword()
Removes the
password element |
JmsConnectionFactoryType<T> |
removeResourceAdapter()
Removes the
resource-adapter element |
JmsConnectionFactoryType<T> |
removeTransactional()
Removes the
transactional element |
JmsConnectionFactoryType<T> |
removeUser()
Removes the
user element |
JmsConnectionFactoryType<T> |
resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
JmsConnectionFactoryType<T> |
transactional(Boolean transactional)
Sets the
transactional element |
T |
up() |
JmsConnectionFactoryType<T> |
user(String user)
Sets the
user element |
public JmsConnectionFactoryTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public JmsConnectionFactoryType<T> description(String description)
description elementdescription in interface JmsConnectionFactoryType<T>description - the value for the element descriptionJmsConnectionFactoryTypepublic String getDescription()
description elementgetDescription in interface JmsConnectionFactoryType<T>descriptionpublic JmsConnectionFactoryType<T> removeDescription()
description elementremoveDescription in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> name(String name)
name elementname in interface JmsConnectionFactoryType<T>name - the value for the element nameJmsConnectionFactoryTypepublic String getName()
name elementgetName in interface JmsConnectionFactoryType<T>namepublic JmsConnectionFactoryType<T> removeName()
name elementremoveName in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> className(String className)
class-name elementclassName in interface JmsConnectionFactoryType<T>className - the value for the element class-nameJmsConnectionFactoryTypepublic String getClassName()
class-name elementgetClassName in interface JmsConnectionFactoryType<T>class-namepublic JmsConnectionFactoryType<T> removeClassName()
class-name elementremoveClassName in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> resourceAdapter(String resourceAdapter)
resource-adapter elementresourceAdapter in interface JmsConnectionFactoryType<T>resourceAdapter - the value for the element resource-adapterJmsConnectionFactoryTypepublic String getResourceAdapter()
resource-adapter elementgetResourceAdapter in interface JmsConnectionFactoryType<T>resource-adapterpublic JmsConnectionFactoryType<T> removeResourceAdapter()
resource-adapter elementremoveResourceAdapter in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> user(String user)
user elementuser in interface JmsConnectionFactoryType<T>user - the value for the element userJmsConnectionFactoryTypepublic String getUser()
user elementgetUser in interface JmsConnectionFactoryType<T>userpublic JmsConnectionFactoryType<T> removeUser()
user elementremoveUser in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> password(String password)
password elementpassword in interface JmsConnectionFactoryType<T>password - the value for the element passwordJmsConnectionFactoryTypepublic String getPassword()
password elementgetPassword in interface JmsConnectionFactoryType<T>passwordpublic JmsConnectionFactoryType<T> removePassword()
password elementremovePassword in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> clientId(String clientId)
client-id elementclientId in interface JmsConnectionFactoryType<T>clientId - the value for the element client-idJmsConnectionFactoryTypepublic String getClientId()
client-id elementgetClientId in interface JmsConnectionFactoryType<T>client-idpublic JmsConnectionFactoryType<T> removeClientId()
client-id elementremoveClientId in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic PropertyType<JmsConnectionFactoryType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.getOrCreateProperty in interface JmsConnectionFactoryType<T>propertypublic PropertyType<JmsConnectionFactoryType<T>> createProperty()
property elementcreateProperty in interface JmsConnectionFactoryType<T>PropertyType> public List<PropertyType<JmsConnectionFactoryType<T>>> getAllProperty()
property elementsgetAllProperty in interface JmsConnectionFactoryType<T>propertypublic JmsConnectionFactoryType<T> removeAllProperty()
property elementsremoveAllProperty in interface JmsConnectionFactoryType<T>PropertyType> public JmsConnectionFactoryType<T> transactional(Boolean transactional)
transactional elementtransactional in interface JmsConnectionFactoryType<T>transactional - the value for the element transactionalJmsConnectionFactoryTypepublic Boolean isTransactional()
transactional elementisTransactional in interface JmsConnectionFactoryType<T>transactionalpublic JmsConnectionFactoryType<T> removeTransactional()
transactional elementremoveTransactional in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size elementmaxPoolSize in interface JmsConnectionFactoryType<T>maxPoolSize - the value for the element max-pool-sizeJmsConnectionFactoryTypepublic Integer getMaxPoolSize()
max-pool-size elementgetMaxPoolSize in interface JmsConnectionFactoryType<T>max-pool-sizepublic JmsConnectionFactoryType<T> removeMaxPoolSize()
max-pool-size elementremoveMaxPoolSize in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> minPoolSize(Integer minPoolSize)
min-pool-size elementminPoolSize in interface JmsConnectionFactoryType<T>minPoolSize - the value for the element min-pool-sizeJmsConnectionFactoryTypepublic Integer getMinPoolSize()
min-pool-size elementgetMinPoolSize in interface JmsConnectionFactoryType<T>min-pool-sizepublic JmsConnectionFactoryType<T> removeMinPoolSize()
min-pool-size elementremoveMinPoolSize in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypepublic JmsConnectionFactoryType<T> id(String id)
id attributeid in interface JmsConnectionFactoryType<T>id - the value for the attribute idJmsConnectionFactoryTypepublic String getId()
id attributegetId in interface JmsConnectionFactoryType<T>idpublic JmsConnectionFactoryType<T> removeId()
id attributeremoveId in interface JmsConnectionFactoryType<T>JmsConnectionFactoryTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.