public class Generate extends Object implements Serializable
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="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="pojosEqualsAndHashCode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="immutablePojos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="interfaces" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="daos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="jpaAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="validationAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="globalObjectReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="globalTableReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="globalSequenceReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="globalUDTReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="globalRoutineReferences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fluentSetters" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fullyQualifiedTypes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
daos |
protected Boolean |
deprecated |
protected Boolean |
fluentSetters |
protected String |
fullyQualifiedTypes |
protected Boolean |
generatedAnnotation |
protected Boolean |
globalObjectReferences |
protected Boolean |
globalRoutineReferences |
protected Boolean |
globalSequenceReferences |
protected Boolean |
globalTableReferences |
protected Boolean |
globalUDTReferences |
protected Boolean |
immutablePojos |
protected Boolean |
instanceFields |
protected Boolean |
interfaces |
protected Boolean |
jpaAnnotations |
protected Boolean |
pojos |
protected Boolean |
pojosEqualsAndHashCode |
protected Boolean |
records |
protected Boolean |
relations |
protected Boolean |
validationAnnotations |
| Constructor and Description |
|---|
Generate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullyQualifiedTypes()
Gets the value of the fullyQualifiedTypes property.
|
Boolean |
isDaos()
Gets the value of the daos property.
|
Boolean |
isDeprecated()
Gets the value of the deprecated property.
|
Boolean |
isFluentSetters()
Gets the value of the fluentSetters property.
|
Boolean |
isGeneratedAnnotation()
Gets the value of the generatedAnnotation property.
|
Boolean |
isGlobalObjectReferences()
Gets the value of the globalObjectReferences property.
|
Boolean |
isGlobalRoutineReferences()
Gets the value of the globalRoutineReferences property.
|
Boolean |
isGlobalSequenceReferences()
Gets the value of the globalSequenceReferences property.
|
Boolean |
isGlobalTableReferences()
Gets the value of the globalTableReferences property.
|
Boolean |
isGlobalUDTReferences()
Gets the value of the globalUDTReferences property.
|
Boolean |
isImmutablePojos()
Gets the value of the immutablePojos property.
|
Boolean |
isInstanceFields()
Gets the value of the instanceFields property.
|
Boolean |
isInterfaces()
Gets the value of the interfaces property.
|
Boolean |
isJpaAnnotations()
Gets the value of the jpaAnnotations property.
|
Boolean |
isPojos()
Gets the value of the pojos property.
|
Boolean |
isPojosEqualsAndHashCode()
Gets the value of the pojosEqualsAndHashCode property.
|
Boolean |
isRecords()
Gets the value of the records property.
|
Boolean |
isRelations()
Gets the value of the relations property.
|
Boolean |
isValidationAnnotations()
Gets the value of the validationAnnotations property.
|
void |
setDaos(Boolean value)
Sets the value of the daos property.
|
void |
setDeprecated(Boolean value)
Sets the value of the deprecated property.
|
void |
setFluentSetters(Boolean value)
Sets the value of the fluentSetters property.
|
void |
setFullyQualifiedTypes(String value)
Sets the value of the fullyQualifiedTypes property.
|
void |
setGeneratedAnnotation(Boolean value)
Sets the value of the generatedAnnotation property.
|
void |
setGlobalObjectReferences(Boolean value)
Sets the value of the globalObjectReferences property.
|
void |
setGlobalRoutineReferences(Boolean value)
Sets the value of the globalRoutineReferences property.
|
void |
setGlobalSequenceReferences(Boolean value)
Sets the value of the globalSequenceReferences property.
|
void |
setGlobalTableReferences(Boolean value)
Sets the value of the globalTableReferences property.
|
void |
setGlobalUDTReferences(Boolean value)
Sets the value of the globalUDTReferences property.
|
void |
setImmutablePojos(Boolean value)
Sets the value of the immutablePojos property.
|
void |
setInstanceFields(Boolean value)
Sets the value of the instanceFields property.
|
void |
setInterfaces(Boolean value)
Sets the value of the interfaces property.
|
void |
setJpaAnnotations(Boolean value)
Sets the value of the jpaAnnotations property.
|
void |
setPojos(Boolean value)
Sets the value of the pojos property.
|
void |
setPojosEqualsAndHashCode(Boolean value)
Sets the value of the pojosEqualsAndHashCode property.
|
void |
setRecords(Boolean value)
Sets the value of the records property.
|
void |
setRelations(Boolean value)
Sets the value of the relations property.
|
void |
setValidationAnnotations(Boolean value)
Sets the value of the validationAnnotations property.
|
Generate |
withDaos(Boolean value) |
Generate |
withDeprecated(Boolean value) |
Generate |
withFluentSetters(Boolean value) |
Generate |
withFullyQualifiedTypes(String value) |
Generate |
withGeneratedAnnotation(Boolean value) |
Generate |
withGlobalObjectReferences(Boolean value) |
Generate |
withGlobalRoutineReferences(Boolean value) |
Generate |
withGlobalSequenceReferences(Boolean value) |
Generate |
withGlobalTableReferences(Boolean value) |
Generate |
withGlobalUDTReferences(Boolean value) |
Generate |
withImmutablePojos(Boolean value) |
Generate |
withInstanceFields(Boolean value) |
Generate |
withInterfaces(Boolean value) |
Generate |
withJpaAnnotations(Boolean value) |
Generate |
withPojos(Boolean value) |
Generate |
withPojosEqualsAndHashCode(Boolean value) |
Generate |
withRecords(Boolean value) |
Generate |
withRelations(Boolean value) |
Generate |
withValidationAnnotations(Boolean value) |
protected Boolean relations
protected Boolean deprecated
protected Boolean instanceFields
protected Boolean generatedAnnotation
protected Boolean records
protected Boolean pojos
protected Boolean pojosEqualsAndHashCode
protected Boolean immutablePojos
protected Boolean interfaces
protected Boolean daos
protected Boolean jpaAnnotations
protected Boolean validationAnnotations
protected Boolean globalObjectReferences
protected Boolean globalTableReferences
protected Boolean globalSequenceReferences
protected Boolean globalUDTReferences
protected Boolean globalRoutineReferences
protected Boolean fluentSetters
protected String fullyQualifiedTypes
public Boolean isRelations()
Booleanpublic void setRelations(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 isPojosEqualsAndHashCode()
Booleanpublic void setPojosEqualsAndHashCode(Boolean value)
value - allowed object is
Booleanpublic Boolean isImmutablePojos()
Booleanpublic void setImmutablePojos(Boolean value)
value - allowed object is
Booleanpublic Boolean isInterfaces()
Booleanpublic void setInterfaces(Boolean value)
value - allowed object is
Booleanpublic Boolean isDaos()
Booleanpublic void setDaos(Boolean value)
value - allowed object is
Booleanpublic Boolean isJpaAnnotations()
Booleanpublic void setJpaAnnotations(Boolean value)
value - allowed object is
Booleanpublic Boolean isValidationAnnotations()
Booleanpublic void setValidationAnnotations(Boolean value)
value - allowed object is
Booleanpublic Boolean isGlobalObjectReferences()
Booleanpublic void setGlobalObjectReferences(Boolean value)
value - allowed object is
Booleanpublic Boolean isGlobalTableReferences()
Booleanpublic void setGlobalTableReferences(Boolean value)
value - allowed object is
Booleanpublic Boolean isGlobalSequenceReferences()
Booleanpublic void setGlobalSequenceReferences(Boolean value)
value - allowed object is
Booleanpublic Boolean isGlobalUDTReferences()
Booleanpublic void setGlobalUDTReferences(Boolean value)
value - allowed object is
Booleanpublic Boolean isGlobalRoutineReferences()
Booleanpublic void setGlobalRoutineReferences(Boolean value)
value - allowed object is
Booleanpublic Boolean isFluentSetters()
Booleanpublic void setFluentSetters(Boolean value)
value - allowed object is
Booleanpublic String getFullyQualifiedTypes()
Stringpublic void setFullyQualifiedTypes(String value)
value - allowed object is
StringCopyright © 2015. All Rights Reserved.