public class JmsConnectionFactoryTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, JmsConnectionFactoryType<T>
jms-connection-factoryType
xsd typeConstructor 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 description
JmsConnectionFactoryType
public String getDescription()
description
elementgetDescription
in interface JmsConnectionFactoryType<T>
description
public JmsConnectionFactoryType<T> removeDescription()
description
elementremoveDescription
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> name(String name)
name
elementname
in interface JmsConnectionFactoryType<T>
name
- the value for the element name
JmsConnectionFactoryType
public String getName()
name
elementgetName
in interface JmsConnectionFactoryType<T>
name
public JmsConnectionFactoryType<T> removeName()
name
elementremoveName
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> className(String className)
class-name
elementclassName
in interface JmsConnectionFactoryType<T>
className
- the value for the element class-name
JmsConnectionFactoryType
public String getClassName()
class-name
elementgetClassName
in interface JmsConnectionFactoryType<T>
class-name
public JmsConnectionFactoryType<T> removeClassName()
class-name
elementremoveClassName
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> resourceAdapter(String resourceAdapter)
resource-adapter
elementresourceAdapter
in interface JmsConnectionFactoryType<T>
resourceAdapter
- the value for the element resource-adapter
JmsConnectionFactoryType
public String getResourceAdapter()
resource-adapter
elementgetResourceAdapter
in interface JmsConnectionFactoryType<T>
resource-adapter
public JmsConnectionFactoryType<T> removeResourceAdapter()
resource-adapter
elementremoveResourceAdapter
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> user(String user)
user
elementuser
in interface JmsConnectionFactoryType<T>
user
- the value for the element user
JmsConnectionFactoryType
public String getUser()
user
elementgetUser
in interface JmsConnectionFactoryType<T>
user
public JmsConnectionFactoryType<T> removeUser()
user
elementremoveUser
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> password(String password)
password
elementpassword
in interface JmsConnectionFactoryType<T>
password
- the value for the element password
JmsConnectionFactoryType
public String getPassword()
password
elementgetPassword
in interface JmsConnectionFactoryType<T>
password
public JmsConnectionFactoryType<T> removePassword()
password
elementremovePassword
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> clientId(String clientId)
client-id
elementclientId
in interface JmsConnectionFactoryType<T>
clientId
- the value for the element client-id
JmsConnectionFactoryType
public String getClientId()
client-id
elementgetClientId
in interface JmsConnectionFactoryType<T>
client-id
public JmsConnectionFactoryType<T> removeClientId()
client-id
elementremoveClientId
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public 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>
property
public PropertyType<JmsConnectionFactoryType<T>> createProperty()
property
elementcreateProperty
in interface JmsConnectionFactoryType<T>
PropertyType>
public List<PropertyType<JmsConnectionFactoryType<T>>> getAllProperty()
property
elementsgetAllProperty
in interface JmsConnectionFactoryType<T>
property
public 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 transactional
JmsConnectionFactoryType
public Boolean isTransactional()
transactional
elementisTransactional
in interface JmsConnectionFactoryType<T>
transactional
public JmsConnectionFactoryType<T> removeTransactional()
transactional
elementremoveTransactional
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size
elementmaxPoolSize
in interface JmsConnectionFactoryType<T>
maxPoolSize
- the value for the element max-pool-size
JmsConnectionFactoryType
public Integer getMaxPoolSize()
max-pool-size
elementgetMaxPoolSize
in interface JmsConnectionFactoryType<T>
max-pool-size
public JmsConnectionFactoryType<T> removeMaxPoolSize()
max-pool-size
elementremoveMaxPoolSize
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> minPoolSize(Integer minPoolSize)
min-pool-size
elementminPoolSize
in interface JmsConnectionFactoryType<T>
minPoolSize
- the value for the element min-pool-size
JmsConnectionFactoryType
public Integer getMinPoolSize()
min-pool-size
elementgetMinPoolSize
in interface JmsConnectionFactoryType<T>
min-pool-size
public JmsConnectionFactoryType<T> removeMinPoolSize()
min-pool-size
elementremoveMinPoolSize
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
public JmsConnectionFactoryType<T> id(String id)
id
attributeid
in interface JmsConnectionFactoryType<T>
id
- the value for the attribute id
JmsConnectionFactoryType
public String getId()
id
attributegetId
in interface JmsConnectionFactoryType<T>
id
public JmsConnectionFactoryType<T> removeId()
id
attributeremoveId
in interface JmsConnectionFactoryType<T>
JmsConnectionFactoryType
Copyright © 2021 JBoss by Red Hat. All rights reserved.