public class Configuration extends Object implements Serializable
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-3.0.0.xsd}Jdbc"/>
<element name="generator" type="{http://www.jooq.org/xsd/jooq-codegen-3.0.0.xsd}Generator"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Generator |
generator |
protected Jdbc |
jdbc |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void setJdbc(Jdbc value)
value - allowed object is
Jdbcpublic Generator getGenerator()
Generatorpublic void setGenerator(Generator value)
value - allowed object is
Generatorpublic Configuration withJdbc(Jdbc value)
public Configuration withGenerator(Generator value)
Copyright © 2013. All Rights Reserved.