public abstract class JaxbHbmBaseVersionAttributeType extends JaxbHbmToolingHintContainer implements Serializable
Java class for BaseVersionAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseVersionAttributeType">
<complexContent>
<extension base="{http://www.hibernate.org/xsd/orm/hbm}ToolingHintContainer">
<attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="generated" type="{http://www.hibernate.org/xsd/orm/hbm}GenerationTimingVersionEnum" default="never" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
access |
protected String |
columnAttribute |
protected GenerationTiming |
generated |
protected String |
name |
protected String |
node |
toolingHints| Constructor and Description |
|---|
JaxbHbmBaseVersionAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess()
Gets the value of the access property.
|
String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
GenerationTiming |
getGenerated()
Gets the value of the generated property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNode()
Gets the value of the node property.
|
void |
setAccess(String value)
Sets the value of the access property.
|
void |
setColumnAttribute(String value)
Sets the value of the columnAttribute property.
|
void |
setGenerated(GenerationTiming value)
Sets the value of the generated property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNode(String value)
Sets the value of the node property.
|
getToolingHintsprotected String access
protected String columnAttribute
protected GenerationTiming generated
protected String name
protected String node
public String getAccess()
Stringpublic void setAccess(String value)
value - allowed object is
Stringpublic String getColumnAttribute()
Stringpublic void setColumnAttribute(String value)
value - allowed object is
Stringpublic GenerationTiming getGenerated()
Stringpublic void setGenerated(GenerationTiming value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNode()
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.