public class ConnectionDefinition extends 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 List<ConfigProperty> |
configProperty |
protected String |
connectionFactoryImplClass |
protected String |
connectionFactoryInterface |
protected String |
connectionImplClass |
protected String |
connectionInterface |
protected String |
id |
protected String |
managedConnectionFactoryClass |
| Constructor and Description |
|---|
ConnectionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigProperty> |
getConfigProperty() |
String |
getConnectionFactoryImplClass() |
String |
getConnectionFactoryInterface() |
String |
getConnectionImplClass() |
String |
getConnectionInterface() |
String |
getId() |
String |
getManagedConnectionFactoryClass() |
void |
setConnectionFactoryImplClass(String value) |
void |
setConnectionFactoryInterface(String value) |
void |
setConnectionImplClass(String value) |
void |
setConnectionInterface(String value) |
void |
setId(String value) |
void |
setManagedConnectionFactoryClass(String value) |
protected String managedConnectionFactoryClass
protected List<ConfigProperty> configProperty
protected String connectionFactoryInterface
protected String connectionFactoryImplClass
protected String connectionInterface
protected String connectionImplClass
protected String id
public String getManagedConnectionFactoryClass()
public void setManagedConnectionFactoryClass(String value)
public List<ConfigProperty> getConfigProperty()
public String getConnectionFactoryInterface()
public void setConnectionFactoryInterface(String value)
public String getConnectionFactoryImplClass()
public void setConnectionFactoryImplClass(String value)
public String getConnectionInterface()
public void setConnectionInterface(String value)
public String getConnectionImplClass()
public void setConnectionImplClass(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.