org.jooq.util.jaxb
Class Generator

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

public class Generator
extends Object

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

name

protected String name

strategy

protected Strategy strategy

database

protected Database database

generate

protected Generate generate

target

protected Target target
Constructor Detail

Generator

public Generator()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getStrategy

public Strategy getStrategy()
Gets the value of the strategy property.

Returns:
possible object is Strategy

setStrategy

public void setStrategy(Strategy value)
Sets the value of the strategy property.

Parameters:
value - allowed object is Strategy

getDatabase

public Database getDatabase()
Gets the value of the database property.

Returns:
possible object is Database

setDatabase

public void setDatabase(Database value)
Sets the value of the database property.

Parameters:
value - allowed object is Database

getGenerate

public Generate getGenerate()
Gets the value of the generate property.

Returns:
possible object is Generate

setGenerate

public void setGenerate(Generate value)
Sets the value of the generate property.

Parameters:
value - allowed object is Generate

getTarget

public Target getTarget()
Gets the value of the target property.

Returns:
possible object is Target

setTarget

public void setTarget(Target value)
Sets the value of the target property.

Parameters:
value - allowed object is Target

withName

public Generator withName(String value)

withStrategy

public Generator withStrategy(Strategy value)

withDatabase

public Generator withDatabase(Database value)

withGenerate

public Generator withGenerate(Generate value)

withTarget

public Generator withTarget(Target value)


Copyright © 2012. All Rights Reserved.