Class JmsConnectionFactoryTypeImpl<T>
java.lang.Object
org.jboss.shrinkwrap.descriptor.impl.javaee7.JmsConnectionFactoryTypeImpl<T>
- All Implemented Interfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>,JmsConnectionFactoryType<T>
public class JmsConnectionFactoryTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, JmsConnectionFactoryType<T>
This class implements the
jms-connection-factoryType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionJmsConnectionFactoryTypeImpl(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) -
Method Summary
Modifier and TypeMethodDescriptionSets theclass-nameelementSets theclient-idelementCreates a newpropertyelementdescription(String description) Sets thedescriptionelementReturns allpropertyelementsReturns theclass-nameelementReturns theclient-idelementReturns thedescriptionelementgetId()Returns theidattributeReturns themax-pool-sizeelementReturns themin-pool-sizeelementgetName()Returns thenameelementIf not already created, a newpropertyelement will be created and returned.Returns thepasswordelementReturns theresource-adapterelementgetUser()Returns theuserelementSets theidattributeReturns thetransactionalelementmaxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementminPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets thenameelementSets thepasswordelementRemoves allpropertyelementsRemoves theclass-nameelementRemoves theclient-idelementRemoves thedescriptionelementremoveId()Removes theidattributeRemoves themax-pool-sizeelementRemoves themin-pool-sizeelementRemoves thenameelementRemoves thepasswordelementRemoves theresource-adapterelementRemoves thetransactionalelementRemoves theuserelementresourceAdapter(String resourceAdapter) Sets theresource-adapterelementtransactional(Boolean transactional) Sets thetransactionalelementup()Sets theuserelement
-
Constructor Details
-
JmsConnectionFactoryTypeImpl
-
JmsConnectionFactoryTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
description
Sets thedescriptionelement- Specified by:
descriptionin interfaceJmsConnectionFactoryType<T>- Parameters:
description- the value for the elementdescription- Returns:
- the current instance of
JmsConnectionFactoryType
-
getDescription
Returns thedescriptionelement- Specified by:
getDescriptionin interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
description
-
removeDescription
Removes thedescriptionelement- Specified by:
removeDescriptionin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
name
Sets thenameelement- Specified by:
namein interfaceJmsConnectionFactoryType<T>- Parameters:
name- the value for the elementname- Returns:
- the current instance of
JmsConnectionFactoryType
-
getName
Returns thenameelement- Specified by:
getNamein interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
name
-
removeName
Removes thenameelement- Specified by:
removeNamein interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
className
Sets theclass-nameelement- Specified by:
classNamein interfaceJmsConnectionFactoryType<T>- Parameters:
className- the value for the elementclass-name- Returns:
- the current instance of
JmsConnectionFactoryType
-
getClassName
Returns theclass-nameelement- Specified by:
getClassNamein interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
class-name
-
removeClassName
Removes theclass-nameelement- Specified by:
removeClassNamein interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
resourceAdapter
Sets theresource-adapterelement- Specified by:
resourceAdapterin interfaceJmsConnectionFactoryType<T>- Parameters:
resourceAdapter- the value for the elementresource-adapter- Returns:
- the current instance of
JmsConnectionFactoryType
-
getResourceAdapter
Returns theresource-adapterelement- Specified by:
getResourceAdapterin interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
resource-adapter
-
removeResourceAdapter
Removes theresource-adapterelement- Specified by:
removeResourceAdapterin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
user
Sets theuserelement- Specified by:
userin interfaceJmsConnectionFactoryType<T>- Parameters:
user- the value for the elementuser- Returns:
- the current instance of
JmsConnectionFactoryType
-
getUser
Returns theuserelement- Specified by:
getUserin interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
user
-
removeUser
Removes theuserelement- Specified by:
removeUserin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
password
Sets thepasswordelement- Specified by:
passwordin interfaceJmsConnectionFactoryType<T>- Parameters:
password- the value for the elementpassword- Returns:
- the current instance of
JmsConnectionFactoryType
-
getPassword
Returns thepasswordelement- Specified by:
getPasswordin interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
password
-
removePassword
Removes thepasswordelement- Specified by:
removePasswordin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
clientId
Sets theclient-idelement- Specified by:
clientIdin interfaceJmsConnectionFactoryType<T>- Parameters:
clientId- the value for the elementclient-id- Returns:
- the current instance of
JmsConnectionFactoryType
-
getClientId
Returns theclient-idelement- Specified by:
getClientIdin interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
client-id
-
removeClientId
Removes theclient-idelement- Specified by:
removeClientIdin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
getOrCreateProperty
If not already created, a newpropertyelement will be created and returned. Otherwise, the first existingpropertyelement will be returned.- Specified by:
getOrCreatePropertyin interfaceJmsConnectionFactoryType<T>- Returns:
- the instance defined for the element
property
-
createProperty
Creates a newpropertyelement- Specified by:
createPropertyin interfaceJmsConnectionFactoryType<T>- Returns:
- the new created instance of
PropertyTypeinvalid input: '<'JmsConnectionFactoryType>
-
getAllProperty
Returns allpropertyelements- Specified by:
getAllPropertyin interfaceJmsConnectionFactoryType<T>- Returns:
- list of
property
-
removeAllProperty
Removes allpropertyelements- Specified by:
removeAllPropertyin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
PropertyTypeinvalid input: '<'JmsConnectionFactoryType>
-
transactional
Sets thetransactionalelement- Specified by:
transactionalin interfaceJmsConnectionFactoryType<T>- Parameters:
transactional- the value for the elementtransactional- Returns:
- the current instance of
JmsConnectionFactoryType
-
isTransactional
Returns thetransactionalelement- Specified by:
isTransactionalin interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
transactional
-
removeTransactional
Removes thetransactionalelement- Specified by:
removeTransactionalin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
maxPoolSize
Sets themax-pool-sizeelement- Specified by:
maxPoolSizein interfaceJmsConnectionFactoryType<T>- Parameters:
maxPoolSize- the value for the elementmax-pool-size- Returns:
- the current instance of
JmsConnectionFactoryType
-
getMaxPoolSize
Returns themax-pool-sizeelement- Specified by:
getMaxPoolSizein interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
max-pool-size
-
removeMaxPoolSize
Removes themax-pool-sizeelement- Specified by:
removeMaxPoolSizein interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
minPoolSize
Sets themin-pool-sizeelement- Specified by:
minPoolSizein interfaceJmsConnectionFactoryType<T>- Parameters:
minPoolSize- the value for the elementmin-pool-size- Returns:
- the current instance of
JmsConnectionFactoryType
-
getMinPoolSize
Returns themin-pool-sizeelement- Specified by:
getMinPoolSizein interfaceJmsConnectionFactoryType<T>- Returns:
- the node defined for the element
min-pool-size
-
removeMinPoolSize
Removes themin-pool-sizeelement- Specified by:
removeMinPoolSizein interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-
id
Sets theidattribute- Specified by:
idin interfaceJmsConnectionFactoryType<T>- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
JmsConnectionFactoryType
-
getId
Returns theidattribute- Specified by:
getIdin interfaceJmsConnectionFactoryType<T>- Returns:
- the value defined for the attribute
id
-
removeId
Removes theidattribute- Specified by:
removeIdin interfaceJmsConnectionFactoryType<T>- Returns:
- the current instance of
JmsConnectionFactoryType
-