Package org.hibernate.processor.xml.jaxb
Class Version
java.lang.Object
org.hibernate.processor.xml.jaxb.Version
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessTypeprotected Columnprotected Stringprotected TemporalType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the column property.getName()Gets the value of the name property.Gets the value of the temporal property.voidsetAccess(AccessType value) Sets the value of the access property.voidSets the value of the column property.voidSets the value of the name property.voidsetTemporal(TemporalType value) Sets the value of the temporal property.
-
Field Details
-
column
-
temporal
-
name
-
access
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
Column
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isColumn
-
getTemporal
Gets the value of the temporal property.- Returns:
- possible object is
TemporalType
-
setTemporal
Sets the value of the temporal property.- Parameters:
value- allowed object isTemporalType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isAccessType
-