|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.Generator
public class Generator
Java class for Generator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Generator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="strategy" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Strategy" minOccurs="0"/>
<element name="database" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Database"/>
<element name="generate" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Generate" minOccurs="0"/>
<element name="target" type="{http://www.jooq.org/xsd/jooq-codegen-2.1.0.xsd}Target" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Database |
database
|
protected Generate |
generate
|
protected String |
name
|
protected Strategy |
strategy
|
protected Target |
target
|
| Constructor Summary | |
|---|---|
Generator()
|
|
| Method Summary | |
|---|---|
Database |
getDatabase()
Gets the value of the database property. |
Generate |
getGenerate()
Gets the value of the generate property. |
String |
getName()
Gets the value of the name property. |
Strategy |
getStrategy()
Gets the value of the strategy property. |
Target |
getTarget()
Gets the value of the target property. |
void |
setDatabase(Database value)
Sets the value of the database property. |
void |
setGenerate(Generate value)
Sets the value of the generate property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setStrategy(Strategy value)
Sets the value of the strategy property. |
void |
setTarget(Target value)
Sets the value of the target property. |
Generator |
withDatabase(Database value)
|
Generator |
withGenerate(Generate value)
|
Generator |
withName(String value)
|
Generator |
withStrategy(Strategy value)
|
Generator |
withTarget(Target value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Strategy strategy
protected Database database
protected Generate generate
protected Target target
| Constructor Detail |
|---|
public Generator()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Strategy getStrategy()
Strategypublic void setStrategy(Strategy value)
value - allowed object is
Strategypublic Database getDatabase()
Databasepublic void setDatabase(Database value)
value - allowed object is
Databasepublic Generate getGenerate()
Generatepublic void setGenerate(Generate value)
value - allowed object is
Generatepublic Target getTarget()
Targetpublic void setTarget(Target value)
value - allowed object is
Targetpublic Generator withName(String value)
public Generator withStrategy(Strategy value)
public Generator withDatabase(Database value)
public Generator withGenerate(Generate value)
public Generator withTarget(Target value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||