public class Version
extends java.lang.Object
Java class for version complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="version"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="column" type="{http://java.sun.com/xml/ns/persistence/orm}column" minOccurs="0"/> <element name="temporal" type="{http://java.sun.com/xml/ns/persistence/orm}temporal" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="access" type="{http://java.sun.com/xml/ns/persistence/orm}access-type" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AccessType |
access |
protected Column |
column |
protected java.lang.String |
name |
protected TemporalType |
temporal |
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
Column |
getColumn()
Gets the value of the column property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
TemporalType |
getTemporal()
Gets the value of the temporal property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setColumn(Column value)
Sets the value of the column property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setTemporal(TemporalType value)
Sets the value of the temporal property.
|
protected Column column
protected TemporalType temporal
protected java.lang.String name
protected AccessType access
public Column getColumn()
Column
public void setColumn(Column value)
value
- allowed object is
Column
public TemporalType getTemporal()
TemporalType
public void setTemporal(TemporalType value)
value
- allowed object is
TemporalType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType