public interface ProducerType<T> extends Child<T>
producerType
xsd typeModifier and Type | Method and Description |
---|---|
ProducerType<T> |
clazz(String clazz)
Sets the
class element |
ProducerType<T> |
connectionFactory(String connectionFactory)
Sets the
connection-factory element |
String |
getClazz()
Returns the
class element |
String |
getConnectionFactory()
Returns the
connection-factory element |
String |
getId()
Returns the
id attribute |
ProducerType<T> |
id(String id)
Sets the
id attribute |
ProducerType<T> |
removeClazz()
Removes the
class element |
ProducerType<T> |
removeConnectionFactory()
Removes the
connection-factory element |
ProducerType<T> |
removeId()
Removes the
id attribute |
ProducerType<T> clazz(String clazz)
class
elementclazz
- the value for the element class
ProducerType
String getClazz()
class
elementclass
ProducerType<T> removeClazz()
class
elementProducerType
ProducerType<T> connectionFactory(String connectionFactory)
connection-factory
elementconnectionFactory
- the value for the element connection-factory
ProducerType
String getConnectionFactory()
connection-factory
elementconnection-factory
ProducerType<T> removeConnectionFactory()
connection-factory
elementProducerType
ProducerType<T> id(String id)
id
attributeid
- the value for the attribute id
ProducerType
String getId()
id
attributeid
ProducerType<T> removeId()
id
attributeProducerType
Copyright © 2019 JBoss by Red Hat. All rights reserved.