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="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"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
daos |
protected Boolean |
deprecated |
protected Boolean |
generatedAnnotation |
protected Boolean |
globalObjectReferences |
protected Boolean |
immutablePojos |
protected Boolean |
instanceFields |
protected Boolean |
interfaces |
protected Boolean |
jpaAnnotations |
protected Boolean |
pojos |
protected Boolean |
records |
protected Boolean |
relations |
protected Boolean |
validationAnnotations |
| Constructor and Description |
|---|
Generate() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isDaos()
Gets the value of the daos property.
|
Boolean |
isDeprecated()
Gets the value of the deprecated property.
|
Boolean |
isGeneratedAnnotation()
Gets the value of the generatedAnnotation property.
|
Boolean |
isGlobalObjectReferences()
Gets the value of the globalObjectReferences 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 |
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 |
setGeneratedAnnotation(Boolean value)
Sets the value of the generatedAnnotation property.
|
void |
setGlobalObjectReferences(Boolean value)
Sets the value of the globalObjectReferences 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 |
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 |
withGeneratedAnnotation(Boolean value) |
Generate |
withGlobalObjectReferences(Boolean value) |
Generate |
withImmutablePojos(Boolean value) |
Generate |
withInstanceFields(Boolean value) |
Generate |
withInterfaces(Boolean value) |
Generate |
withJpaAnnotations(Boolean value) |
Generate |
withPojos(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 immutablePojos
protected Boolean interfaces
protected Boolean daos
protected Boolean jpaAnnotations
protected Boolean validationAnnotations
protected Boolean globalObjectReferences
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 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
BooleanCopyright © 2013. All Rights Reserved.