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.
|
getToolingHints
protected String access
protected String columnAttribute
protected GenerationTiming generated
protected String name
protected String node
public String getAccess()
String
public void setAccess(String value)
value
- allowed object is
String
public String getColumnAttribute()
String
public void setColumnAttribute(String value)
value
- allowed object is
String
public GenerationTiming getGenerated()
String
public void setGenerated(GenerationTiming value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getNode()
String
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.