|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.Generate
public class Generate
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 |
|---|
protected Boolean relations
protected Boolean navigationMethods
protected Boolean deprecated
protected Boolean instanceFields
protected Boolean generatedAnnotation
protected Boolean records
protected Boolean pojos
protected Boolean jpaAnnotations
| Constructor Detail |
|---|
public Generate()
| Method Detail |
|---|
public Boolean isRelations()
Booleanpublic void setRelations(Boolean value)
value - allowed object is
Booleanpublic Boolean isNavigationMethods()
Booleanpublic void setNavigationMethods(Boolean value)
value - allowed object is
Booleanpublic Boolean isDeprecated()
Booleanpublic void setDeprecated(Boolean value)
value - allowed object is
Booleanpublic Boolean isInstanceFields()
Booleanpublic void setInstanceFields(Boolean value)
value - allowed object is
Booleanpublic Boolean isGeneratedAnnotation()
Booleanpublic void setGeneratedAnnotation(Boolean value)
value - allowed object is
Booleanpublic Boolean isRecords()
Booleanpublic void setRecords(Boolean value)
value - allowed object is
Booleanpublic Boolean isPojos()
Booleanpublic void setPojos(Boolean value)
value - allowed object is
Booleanpublic Boolean isJpaAnnotations()
Booleanpublic void setJpaAnnotations(Boolean value)
value - allowed object is
Booleanpublic Generate withRelations(Boolean value)
public Generate withNavigationMethods(Boolean value)
public Generate withDeprecated(Boolean value)
public Generate withInstanceFields(Boolean value)
public Generate withGeneratedAnnotation(Boolean value)
public Generate withRecords(Boolean value)
public Generate withPojos(Boolean value)
public Generate withJpaAnnotations(Boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||