public abstract class JaxbHbmBaseVersionAttributeType extends JaxbHbmToolingHintContainer implements java.io.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 java.lang.String |
access |
protected java.lang.String |
columnAttribute |
protected GenerationTiming |
generated |
protected java.lang.String |
name |
protected java.lang.String |
node |
toolingHints| Constructor and Description |
|---|
JaxbHbmBaseVersionAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccess()
Gets the value of the access property.
|
java.lang.String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
GenerationTiming |
getGenerated()
Gets the value of the generated property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNode()
Gets the value of the node property.
|
void |
setAccess(java.lang.String value)
Sets the value of the access property.
|
void |
setColumnAttribute(java.lang.String value)
Sets the value of the columnAttribute property.
|
void |
setGenerated(GenerationTiming value)
Sets the value of the generated property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNode(java.lang.String value)
Sets the value of the node property.
|
getToolingHintsprotected java.lang.String access
protected java.lang.String columnAttribute
protected GenerationTiming generated
protected java.lang.String name
protected java.lang.String node
public java.lang.String getAccess()
Stringpublic void setAccess(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColumnAttribute()
Stringpublic void setColumnAttribute(java.lang.String value)
value - allowed object is
Stringpublic GenerationTiming getGenerated()
Stringpublic void setGenerated(GenerationTiming value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.