public class DatabaseConnectionType extends ConnectionType
Java class for databaseConnectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="databaseConnectionType"> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}connectionType"> <sequence> <element name="driver" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
DatabaseConnectionType() |
Modifier and Type | Method and Description |
---|---|
String |
getDriver()
Gets the value of the driver property.
|
void |
setDriver(String value)
Sets the value of the driver property.
|
getId, getName, getPassword, getUrl, getUsername, setId, setName, setPassword, setUrl, setUsername
Copyright © 2005-2024 LSC project. All Rights Reserved.