public class InboundResourceadapterTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, InboundResourceadapterType<T>
inbound-resourceadapterType
xsd typeConstructor 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>
InboundResourceadapterType
public InboundResourceadapterType<T> id(String id)
id
attributeid
in interface InboundResourceadapterType<T>
id
- the value for the attribute id
InboundResourceadapterType
public String getId()
id
attributegetId
in interface InboundResourceadapterType<T>
id
public InboundResourceadapterType<T> removeId()
id
attributeremoveId
in interface InboundResourceadapterType<T>
InboundResourceadapterType
Copyright © 2021 JBoss by Red Hat. All rights reserved.