org.jooq.util.jaxb
Class Configuration

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

public class Configuration
extends Object

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">
       <all>
         <element name="jdbc" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Jdbc"/>
         <element name="generator" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Generator"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Generator generator
           
protected  Jdbc jdbc
           
 
Constructor Summary
Configuration()
           
 
Method Summary
 Generator getGenerator()
          Gets the value of the generator property.
 Jdbc getJdbc()
          Gets the value of the jdbc property.
 void setGenerator(Generator value)
          Sets the value of the generator property.
 void setJdbc(Jdbc value)
          Sets the value of the jdbc property.
 Configuration withGenerator(Generator value)
           
 Configuration withJdbc(Jdbc value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jdbc

protected Jdbc jdbc

generator

protected Generator generator
Constructor Detail

Configuration

public Configuration()
Method Detail

getJdbc

public Jdbc getJdbc()
Gets the value of the jdbc property.

Returns:
possible object is Jdbc

setJdbc

public void setJdbc(Jdbc value)
Sets the value of the jdbc property.

Parameters:
value - allowed object is Jdbc

getGenerator

public Generator getGenerator()
Gets the value of the generator property.

Returns:
possible object is Generator

setGenerator

public void setGenerator(Generator value)
Sets the value of the generator property.

Parameters:
value - allowed object is Generator

withJdbc

public Configuration withJdbc(Jdbc value)

withGenerator

public Configuration withGenerator(Generator value)


Copyright © 2012. All Rights Reserved.