org.jooq.util.jaxb
Class Jdbc

java.lang.Object
  extended by org.jooq.util.jaxb.Jdbc

public class Jdbc
extends Object

Java class for Jdbc complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Jdbc">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="driver" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="properties" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Properties" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String driver
           
protected  String password
           
protected  List<Property> properties
           
protected  String schema
           
protected  String url
           
protected  String user
           
 
Constructor Summary
Jdbc()
           
 
Method Summary
 String getDriver()
          Gets the value of the driver property.
 String getPassword()
          Gets the value of the password property.
 List<Property> getProperties()
           
 String getSchema()
          Gets the value of the schema property.
 String getUrl()
          Gets the value of the url property.
 String getUser()
          Gets the value of the user property.
 void setDriver(String value)
          Sets the value of the driver property.
 void setPassword(String value)
          Sets the value of the password property.
 void setSchema(String value)
          Sets the value of the schema property.
 void setUrl(String value)
          Sets the value of the url property.
 void setUser(String value)
          Sets the value of the user property.
 Jdbc withDriver(String value)
           
 Jdbc withPassword(String value)
           
 Jdbc withProperties(Collection<Property> values)
           
 Jdbc withProperties(Property... values)
           
 Jdbc withSchema(String value)
           
 Jdbc withUrl(String value)
           
 Jdbc withUser(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

protected String driver

url

protected String url

schema

protected String schema

user

protected String user

password

protected String password

properties

protected List<Property> properties
Constructor Detail

Jdbc

public Jdbc()
Method Detail

getDriver

public String getDriver()
Gets the value of the driver property.

Returns:
possible object is String

setDriver

public void setDriver(String value)
Sets the value of the driver property.

Parameters:
value - allowed object is String

getUrl

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

Returns:
possible object is String

setUrl

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

Parameters:
value - allowed object is String

getSchema

public String getSchema()
Gets the value of the schema property.

Returns:
possible object is String

setSchema

public void setSchema(String value)
Sets the value of the schema property.

Parameters:
value - allowed object is String

getUser

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

Returns:
possible object is String

setUser

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

Parameters:
value - allowed object is String

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getProperties

public List<Property> getProperties()

withDriver

public Jdbc withDriver(String value)

withUrl

public Jdbc withUrl(String value)

withSchema

public Jdbc withSchema(String value)

withUser

public Jdbc withUser(String value)

withPassword

public Jdbc withPassword(String value)

withProperties

public Jdbc withProperties(Property... values)

withProperties

public Jdbc withProperties(Collection<Property> values)


Copyright © 2012. All Rights Reserved.