Class JaxbVersion
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
- All Implemented Interfaces:
java.io.Serializable,PersistentAttribute
public class JaxbVersion extends java.lang.Object implements java.io.Serializable, PersistentAttribute
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessTypeaccessprotected JaxbColumncolumnprotected java.lang.Stringnameprotected TemporalTypetemporal
-
Constructor Summary
Constructors Constructor Description JaxbVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccess()Gets the value of the access property.JaxbColumngetColumn()Gets the value of the column property.java.lang.StringgetName()Gets the value of the name property.TemporalTypegetTemporal()Gets the value of the temporal property.voidsetAccess(AccessType value)Sets the value of the access property.voidsetColumn(JaxbColumn value)Sets the value of the column property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetTemporal(TemporalType value)Sets the value of the temporal property.
-
-
-
Field Detail
-
column
protected JaxbColumn column
-
temporal
protected TemporalType temporal
-
name
protected java.lang.String name
-
access
protected AccessType access
-
-
Method Detail
-
getColumn
public JaxbColumn getColumn()
Gets the value of the column property.- Returns:
- possible object is
JaxbColumn
-
setColumn
public void setColumn(JaxbColumn value)
Sets the value of the column property.- Parameters:
value- allowed object isJaxbColumn
-
getTemporal
public TemporalType getTemporal()
Gets the value of the temporal property.- Returns:
- possible object is
String
-
setTemporal
public void setTemporal(TemporalType value)
Sets the value of the temporal property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Specified by:
getNamein interfacePersistentAttribute- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Specified by:
getAccessin interfacePersistentAttribute- Returns:
- possible object is
String
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Specified by:
setAccessin interfacePersistentAttribute- Parameters:
value- allowed object isString
-
-