public class ConnectionDefinition
extends java.lang.Object
Java class for connection-definitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connection-definitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="managedconnectionfactory-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="config-property" type="{http://java.sun.com/xml/ns/javaee}config-propertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="connectionfactory-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="connectionfactory-impl-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="connection-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="connection-impl-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> </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<ConfigProperty> |
configProperty |
protected java.lang.String |
connectionFactoryImplClass |
protected java.lang.String |
connectionFactoryInterface |
protected java.lang.String |
connectionImplClass |
protected java.lang.String |
connectionInterface |
protected java.lang.String |
id |
protected java.lang.String |
managedConnectionFactoryClass |
Constructor and Description |
---|
ConnectionDefinition() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigProperty> |
getConfigProperty() |
java.lang.String |
getConnectionFactoryImplClass() |
java.lang.String |
getConnectionFactoryInterface() |
java.lang.String |
getConnectionImplClass() |
java.lang.String |
getConnectionInterface() |
java.lang.String |
getId() |
java.lang.String |
getManagedConnectionFactoryClass() |
void |
setConnectionFactoryImplClass(java.lang.String value) |
void |
setConnectionFactoryInterface(java.lang.String value) |
void |
setConnectionImplClass(java.lang.String value) |
void |
setConnectionInterface(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setManagedConnectionFactoryClass(java.lang.String value) |
protected java.lang.String managedConnectionFactoryClass
protected java.util.List<ConfigProperty> configProperty
protected java.lang.String connectionFactoryInterface
protected java.lang.String connectionFactoryImplClass
protected java.lang.String connectionInterface
protected java.lang.String connectionImplClass
protected java.lang.String id
public java.lang.String getManagedConnectionFactoryClass()
public void setManagedConnectionFactoryClass(java.lang.String value)
public java.util.List<ConfigProperty> getConfigProperty()
public java.lang.String getConnectionFactoryInterface()
public void setConnectionFactoryInterface(java.lang.String value)
public java.lang.String getConnectionFactoryImplClass()
public void setConnectionFactoryImplClass(java.lang.String value)
public java.lang.String getConnectionInterface()
public void setConnectionInterface(java.lang.String value)
public java.lang.String getConnectionImplClass()
public void setConnectionImplClass(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)