org.jooq.util.jaxb
Class Generate

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

public class Generate
extends Object

Java class for Generate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Generate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="relations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="navigationMethods" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="instanceFields" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="generatedAnnotation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="records" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="pojos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="jpaAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean deprecated
           
protected  Boolean generatedAnnotation
           
protected  Boolean instanceFields
           
protected  Boolean jpaAnnotations
           
protected  Boolean navigationMethods
           
protected  Boolean pojos
           
protected  Boolean records
           
protected  Boolean relations
           
 
Constructor Summary
Generate()
           
 
Method Summary
 Boolean isDeprecated()
          Gets the value of the deprecated property.
 Boolean isGeneratedAnnotation()
          Gets the value of the generatedAnnotation property.
 Boolean isInstanceFields()
          Gets the value of the instanceFields property.
 Boolean isJpaAnnotations()
          Gets the value of the jpaAnnotations property.
 Boolean isNavigationMethods()
          Gets the value of the navigationMethods property.
 Boolean isPojos()
          Gets the value of the pojos property.
 Boolean isRecords()
          Gets the value of the records property.
 Boolean isRelations()
          Gets the value of the relations property.
 void setDeprecated(Boolean value)
          Sets the value of the deprecated property.
 void setGeneratedAnnotation(Boolean value)
          Sets the value of the generatedAnnotation property.
 void setInstanceFields(Boolean value)
          Sets the value of the instanceFields property.
 void setJpaAnnotations(Boolean value)
          Sets the value of the jpaAnnotations property.
 void setNavigationMethods(Boolean value)
          Sets the value of the navigationMethods property.
 void setPojos(Boolean value)
          Sets the value of the pojos property.
 void setRecords(Boolean value)
          Sets the value of the records property.
 void setRelations(Boolean value)
          Sets the value of the relations property.
 Generate withDeprecated(Boolean value)
           
 Generate withGeneratedAnnotation(Boolean value)
           
 Generate withInstanceFields(Boolean value)
           
 Generate withJpaAnnotations(Boolean value)
           
 Generate withNavigationMethods(Boolean value)
           
 Generate withPojos(Boolean value)
           
 Generate withRecords(Boolean value)
           
 Generate withRelations(Boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relations

protected Boolean relations

navigationMethods

protected Boolean navigationMethods

deprecated

protected Boolean deprecated

instanceFields

protected Boolean instanceFields

generatedAnnotation

protected Boolean generatedAnnotation

records

protected Boolean records

pojos

protected Boolean pojos

jpaAnnotations

protected Boolean jpaAnnotations
Constructor Detail

Generate

public Generate()
Method Detail

isRelations

public Boolean isRelations()
Gets the value of the relations property.

Returns:
possible object is Boolean

setRelations

public void setRelations(Boolean value)
Sets the value of the relations property.

Parameters:
value - allowed object is Boolean

isNavigationMethods

public Boolean isNavigationMethods()
Gets the value of the navigationMethods property.

Returns:
possible object is Boolean

setNavigationMethods

public void setNavigationMethods(Boolean value)
Sets the value of the navigationMethods property.

Parameters:
value - allowed object is Boolean

isDeprecated

public Boolean isDeprecated()
Gets the value of the deprecated property.

Returns:
possible object is Boolean

setDeprecated

public void setDeprecated(Boolean value)
Sets the value of the deprecated property.

Parameters:
value - allowed object is Boolean

isInstanceFields

public Boolean isInstanceFields()
Gets the value of the instanceFields property.

Returns:
possible object is Boolean

setInstanceFields

public void setInstanceFields(Boolean value)
Sets the value of the instanceFields property.

Parameters:
value - allowed object is Boolean

isGeneratedAnnotation

public Boolean isGeneratedAnnotation()
Gets the value of the generatedAnnotation property.

Returns:
possible object is Boolean

setGeneratedAnnotation

public void setGeneratedAnnotation(Boolean value)
Sets the value of the generatedAnnotation property.

Parameters:
value - allowed object is Boolean

isRecords

public Boolean isRecords()
Gets the value of the records property.

Returns:
possible object is Boolean

setRecords

public void setRecords(Boolean value)
Sets the value of the records property.

Parameters:
value - allowed object is Boolean

isPojos

public Boolean isPojos()
Gets the value of the pojos property.

Returns:
possible object is Boolean

setPojos

public void setPojos(Boolean value)
Sets the value of the pojos property.

Parameters:
value - allowed object is Boolean

isJpaAnnotations

public Boolean isJpaAnnotations()
Gets the value of the jpaAnnotations property.

Returns:
possible object is Boolean

setJpaAnnotations

public void setJpaAnnotations(Boolean value)
Sets the value of the jpaAnnotations property.

Parameters:
value - allowed object is Boolean

withRelations

public Generate withRelations(Boolean value)

withNavigationMethods

public Generate withNavigationMethods(Boolean value)

withDeprecated

public Generate withDeprecated(Boolean value)

withInstanceFields

public Generate withInstanceFields(Boolean value)

withGeneratedAnnotation

public Generate withGeneratedAnnotation(Boolean value)

withRecords

public Generate withRecords(Boolean value)

withPojos

public Generate withPojos(Boolean value)

withJpaAnnotations

public Generate withJpaAnnotations(Boolean value)


Copyright © 2012. All Rights Reserved.