|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.jdbc.jaxb.JDBCConnection
public class JDBCConnection
Defines the parameters for a JDBC connection that can be referenced in other configurations using its identifier (filename).
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="User" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
configVersion
|
protected String |
password
|
protected Boolean |
readOnly
|
protected String |
url
|
protected String |
user
|
Constructor Summary | |
---|---|
JDBCConnection()
|
Method Summary | |
---|---|
String |
getConfigVersion()
Gets the value of the configVersion property. |
String |
getPassword()
Gets the value of the password property. |
String |
getUrl()
Gets the value of the url property. |
String |
getUser()
Gets the value of the user property. |
Boolean |
isReadOnly()
Gets the value of the readOnly property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setReadOnly(Boolean value)
Sets the value of the readOnly property. |
void |
setUrl(String value)
Sets the value of the url property. |
void |
setUser(String value)
Sets the value of the user property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String url
protected String user
protected String password
protected Boolean readOnly
protected String configVersion
Constructor Detail |
---|
public JDBCConnection()
Method Detail |
---|
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public Boolean isReadOnly()
Boolean
public void setReadOnly(Boolean value)
value
- allowed object is
Boolean
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |