Package org.hibernate.processor.xml.jaxb
Class Basic
java.lang.Object
org.hibernate.processor.xml.jaxb.Basic
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the column property.Gets the value of the convert property.Gets the value of the enumerated property.getFetch()Gets the value of the fetch property.getLob()Gets the value of the lob property.getName()Gets the value of the name property.Gets the value of the temporal property.Gets the value of the optional property.voidsetAccess(AccessType value) Sets the value of the access property.voidSets the value of the column property.voidsetConvert(Convert value) Sets the value of the convert property.voidsetEnumerated(EnumType value) Sets the value of the enumerated property.voidSets the value of the fetch property.voidSets the value of the lob property.voidSets the value of the name property.voidsetOptional(Boolean value) Sets the value of the optional property.voidsetTemporal(TemporalType value) Sets the value of the temporal property.
-
Field Details
-
column
-
lob
-
temporal
-
enumerated
-
convert
-
name
-
fetch
-
optional
-
access
-
-
Constructor Details
-
Basic
public Basic()
-
-
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
-
getLob
Gets the value of the lob property.- Returns:
- possible object is
Lob
-
setLob
Sets the value of the lob property.- Parameters:
value- allowed object isLob
-
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
-
getEnumerated
Gets the value of the enumerated property.- Returns:
- possible object is
EnumType
-
setEnumerated
Sets the value of the enumerated property.- Parameters:
value- allowed object isEnumType
-
getConvert
Gets the value of the convert property.- Returns:
- possible object is
Convert
-
setConvert
Sets the value of the convert property.- Parameters:
value- allowed object isConvert
-
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
-
getFetch
Gets the value of the fetch property.- Returns:
- possible object is
FetchType
-
setFetch
Sets the value of the fetch property.- Parameters:
value- allowed object isFetchType
-
isOptional
Gets the value of the optional property.- Returns:
- possible object is
Boolean
-
setOptional
Sets the value of the optional property.- Parameters:
value- allowed object isBoolean
-
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
-