
public interface ProducerType<T> extends Child<T>
producerType xsd type| Modifier 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 classProducerTypeString getClazz()
class elementclassProducerType<T> removeClazz()
class elementProducerTypeProducerType<T> connectionFactory(String connectionFactory)
connection-factory elementconnectionFactory - the value for the element connection-factoryProducerTypeString getConnectionFactory()
connection-factory elementconnection-factoryProducerType<T> removeConnectionFactory()
connection-factory elementProducerTypeProducerType<T> id(String id)
id attributeid - the value for the attribute idProducerTypeString getId()
id attributeidProducerType<T> removeId()
id attributeProducerTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.