|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.Configuration
public class Configuration
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 |
|---|
protected Jdbc jdbc
protected Generator generator
| Constructor Detail |
|---|
public Configuration()
| Method Detail |
|---|
public Jdbc getJdbc()
Jdbcpublic 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||