public class Generation extends Object
Java class for Generation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Generation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="generated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Generation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGenerated()
Gets the value of the generated property.
|
void |
setGenerated(Boolean value)
Sets the value of the generated property.
|
protected Boolean generated
Copyright © 2012–2022. All rights reserved.