public interface DatabaseConnectionConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
DatabaseConnectionConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString()
Gets the "connectionString" element
|
String |
getDriver()
Gets the "driver" element
|
String |
getName()
Gets the "name" element
|
String |
getPassword()
Gets the "password" element
|
void |
setConnectionString(String connectionString)
Sets the "connectionString" element
|
void |
setDriver(String driver)
Sets the "driver" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setPassword(String password)
Sets the "password" element
|
org.apache.xmlbeans.XmlString |
xgetConnectionString()
Gets (as xml) the "connectionString" element
|
org.apache.xmlbeans.XmlString |
xgetDriver()
Gets (as xml) the "driver" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" element
|
void |
xsetConnectionString(org.apache.xmlbeans.XmlString connectionString)
Sets (as xml) the "connectionString" element
|
void |
xsetDriver(org.apache.xmlbeans.XmlString driver)
Sets (as xml) the "driver" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getDriver()
org.apache.xmlbeans.XmlString xgetDriver()
void setDriver(String driver)
void xsetDriver(org.apache.xmlbeans.XmlString driver)
String getConnectionString()
org.apache.xmlbeans.XmlString xgetConnectionString()
void setConnectionString(String connectionString)
void xsetConnectionString(org.apache.xmlbeans.XmlString connectionString)
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
Copyright © 2019. All Rights Reserved.