public class InboundResourceadapterTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, InboundResourceadapterType<T>
inbound-resourceadapterType xsd type| Constructor and Description |
|---|
InboundResourceadapterTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
InboundResourceadapterTypeImpl(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 |
|---|---|
String |
getId()
Returns the
id attribute |
MessageadapterType<InboundResourceadapterType<T>> |
getOrCreateMessageadapter()
If not already created, a new
messageadapter element with the given value will be created. |
InboundResourceadapterType<T> |
id(String id)
Sets the
id attribute |
InboundResourceadapterType<T> |
removeId()
Removes the
id attribute |
InboundResourceadapterType<T> |
removeMessageadapter()
Removes the
messageadapter element |
T |
up() |
public InboundResourceadapterTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public MessageadapterType<InboundResourceadapterType<T>> getOrCreateMessageadapter()
messageadapter element with the given value will be created.
Otherwise, the existing messageadapter element will be returned.getOrCreateMessageadapter in interface InboundResourceadapterType<T>MessageadapterType> public InboundResourceadapterType<T> removeMessageadapter()
messageadapter elementremoveMessageadapter in interface InboundResourceadapterType<T>InboundResourceadapterTypepublic InboundResourceadapterType<T> id(String id)
id attributeid in interface InboundResourceadapterType<T>id - the value for the attribute idInboundResourceadapterTypepublic String getId()
id attributegetId in interface InboundResourceadapterType<T>idpublic InboundResourceadapterType<T> removeId()
id attributeremoveId in interface InboundResourceadapterType<T>InboundResourceadapterTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.