public class ResourceAdapter
extends java.lang.Object
Java class for resourceadapterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resourceadapterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="resourceadapter-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/> <element name="config-property" type="{http://java.sun.com/xml/ns/javaee}config-propertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="outbound-resourceadapter" type="{http://java.sun.com/xml/ns/javaee}outbound-resourceadapterType" minOccurs="0"/> <element name="inbound-resourceadapter" type="{http://java.sun.com/xml/ns/javaee}inbound-resourceadapterType" minOccurs="0"/> <element name="adminobject" type="{http://java.sun.com/xml/ns/javaee}adminobjectType" maxOccurs="unbounded" minOccurs="0"/> <element name="security-permission" type="{http://java.sun.com/xml/ns/javaee}security-permissionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AdminObject> |
adminObject |
protected java.util.List<ConfigProperty> |
configProperty |
protected java.lang.String |
id |
protected InboundResourceadapter |
inboundResourceAdapter |
protected OutboundResourceAdapter |
outboundResourceAdapter |
protected java.lang.String |
resourceAdapterClass |
protected java.util.List<SecurityPermission> |
securityPermission |
Constructor and Description |
---|
ResourceAdapter() |
ResourceAdapter(java.lang.Class resourceAdapterClass) |
ResourceAdapter(java.lang.String resourceAdapterClass) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AdminObject> |
getAdminObject() |
java.util.List<ConfigProperty> |
getConfigProperty() |
java.lang.String |
getId() |
InboundResourceadapter |
getInboundResourceAdapter() |
OutboundResourceAdapter |
getOutboundResourceAdapter() |
java.lang.String |
getResourceAdapterClass() |
java.util.List<SecurityPermission> |
getSecurityPermission() |
static ResourceAdapter |
newResourceAdapter(ResourceAdapter10 source) |
void |
setId(java.lang.String value) |
InboundResourceadapter |
setInboundResourceAdapter(InboundResourceadapter value) |
OutboundResourceAdapter |
setOutboundResourceAdapter(OutboundResourceAdapter value) |
void |
setResourceAdapterClass(java.lang.String value) |
protected java.lang.String resourceAdapterClass
protected java.util.List<ConfigProperty> configProperty
protected OutboundResourceAdapter outboundResourceAdapter
protected InboundResourceadapter inboundResourceAdapter
protected java.util.List<AdminObject> adminObject
protected java.util.List<SecurityPermission> securityPermission
protected java.lang.String id
public ResourceAdapter()
public ResourceAdapter(java.lang.String resourceAdapterClass)
public ResourceAdapter(java.lang.Class resourceAdapterClass)
public static ResourceAdapter newResourceAdapter(ResourceAdapter10 source)
public java.lang.String getResourceAdapterClass()
public void setResourceAdapterClass(java.lang.String value)
public java.util.List<ConfigProperty> getConfigProperty()
public OutboundResourceAdapter getOutboundResourceAdapter()
public OutboundResourceAdapter setOutboundResourceAdapter(OutboundResourceAdapter value)
public InboundResourceadapter getInboundResourceAdapter()
public InboundResourceadapter setInboundResourceAdapter(InboundResourceadapter value)
public java.util.List<AdminObject> getAdminObject()
public java.util.List<SecurityPermission> getSecurityPermission()
public java.lang.String getId()
public void setId(java.lang.String value)