public class JaxbVersion extends Object implements Serializable, PersistentAttribute
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected JaxbColumn |
column |
protected String |
name |
protected TemporalType |
temporal |
| Constructor and Description |
|---|
JaxbVersion() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
JaxbColumn |
getColumn()
Gets the value of the column property.
|
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(JaxbColumn value)
Sets the value of the column property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTemporal(TemporalType value)
Sets the value of the temporal property.
|
protected JaxbColumn column
protected TemporalType temporal
protected String name
protected AccessType access
public JaxbColumn getColumn()
JaxbColumnpublic void setColumn(JaxbColumn value)
value - allowed object is
JaxbColumnpublic TemporalType getTemporal()
Stringpublic void setTemporal(TemporalType value)
value - allowed object is
Stringpublic String getName()
getName in interface PersistentAttributeStringpublic void setName(String value)
value - allowed object is
Stringpublic AccessType getAccess()
getAccess in interface PersistentAttributeStringpublic void setAccess(AccessType value)
setAccess in interface PersistentAttributevalue - allowed object is
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.