org.deegree.commons.jdbc.jaxb
Class JDBCConnection

java.lang.Object
  extended by org.deegree.commons.jdbc.jaxb.JDBCConnection

public class JDBCConnection
extends java.lang.Object

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  java.lang.String configVersion
           
protected  java.lang.String password
           
protected  java.lang.Boolean readOnly
           
protected  java.lang.String url
           
protected  java.lang.String user
           
 
Constructor Summary
JDBCConnection()
           
 
Method Summary
 java.lang.String getConfigVersion()
          Gets the value of the configVersion property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getUrl()
          Gets the value of the url property.
 java.lang.String getUser()
          Gets the value of the user property.
 java.lang.Boolean isReadOnly()
          Gets the value of the readOnly property.
 void setConfigVersion(java.lang.String value)
          Sets the value of the configVersion property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setReadOnly(java.lang.Boolean value)
          Sets the value of the readOnly property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 void setUser(java.lang.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

url

protected java.lang.String url

user

protected java.lang.String user

password

protected java.lang.String password

readOnly

protected java.lang.Boolean readOnly

configVersion

protected java.lang.String configVersion
Constructor Detail

JDBCConnection

public JDBCConnection()
Method Detail

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getUser

public java.lang.String getUser()
Gets the value of the user property.

Returns:
possible object is String

setUser

public void setUser(java.lang.String value)
Sets the value of the user property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

isReadOnly

public java.lang.Boolean isReadOnly()
Gets the value of the readOnly property.

Returns:
possible object is Boolean

setReadOnly

public void setReadOnly(java.lang.Boolean value)
Sets the value of the readOnly property.

Parameters:
value - allowed object is Boolean

getConfigVersion

public java.lang.String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(java.lang.String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.