Class Basic
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.Basic
-
public class Basic extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessType
access
protected Column
column
protected Convert
convert
protected EnumType
enumerated
protected FetchType
fetch
protected Lob
lob
protected java.lang.String
name
protected java.lang.Boolean
optional
protected TemporalType
temporal
-
Constructor Summary
Constructors Constructor Description Basic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessType
getAccess()
Gets the value of the access property.Column
getColumn()
Gets the value of the column property.Convert
getConvert()
Gets the value of the convert property.EnumType
getEnumerated()
Gets the value of the enumerated property.FetchType
getFetch()
Gets the value of the fetch property.Lob
getLob()
Gets the value of the lob property.java.lang.String
getName()
Gets the value of the name property.TemporalType
getTemporal()
Gets the value of the temporal property.java.lang.Boolean
isOptional()
Gets the value of the optional property.void
setAccess(AccessType value)
Sets the value of the access property.void
setColumn(Column value)
Sets the value of the column property.void
setConvert(Convert value)
Sets the value of the convert property.void
setEnumerated(EnumType value)
Sets the value of the enumerated property.void
setFetch(FetchType value)
Sets the value of the fetch property.void
setLob(Lob value)
Sets the value of the lob property.void
setName(java.lang.String value)
Sets the value of the name property.void
setOptional(java.lang.Boolean value)
Sets the value of the optional property.void
setTemporal(TemporalType value)
Sets the value of the temporal property.
-
-
-
Field Detail
-
column
protected Column column
-
lob
protected Lob lob
-
temporal
protected TemporalType temporal
-
enumerated
protected EnumType enumerated
-
convert
protected Convert convert
-
name
protected java.lang.String name
-
fetch
protected FetchType fetch
-
optional
protected java.lang.Boolean optional
-
access
protected AccessType access
-
-
Method Detail
-
getColumn
public Column getColumn()
Gets the value of the column property.- Returns:
- possible object is
Column
-
setColumn
public void setColumn(Column value)
Sets the value of the column property.- Parameters:
value
- allowed object isColumn
-
setLob
public void setLob(Lob value)
Sets the value of the lob property.- Parameters:
value
- allowed object isLob
-
getTemporal
public TemporalType getTemporal()
Gets the value of the temporal property.- Returns:
- possible object is
TemporalType
-
setTemporal
public void setTemporal(TemporalType value)
Sets the value of the temporal property.- Parameters:
value
- allowed object isTemporalType
-
getEnumerated
public EnumType getEnumerated()
Gets the value of the enumerated property.- Returns:
- possible object is
EnumType
-
setEnumerated
public void setEnumerated(EnumType value)
Sets the value of the enumerated property.- Parameters:
value
- allowed object isEnumType
-
getConvert
public Convert getConvert()
Gets the value of the convert property.- Returns:
- possible object is
Convert
-
setConvert
public void setConvert(Convert value)
Sets the value of the convert property.- Parameters:
value
- allowed object isConvert
-
getName
public java.lang.String getName()
Gets the value of the name property.- 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
-
getFetch
public FetchType getFetch()
Gets the value of the fetch property.- Returns:
- possible object is
FetchType
-
setFetch
public void setFetch(FetchType value)
Sets the value of the fetch property.- Parameters:
value
- allowed object isFetchType
-
isOptional
public java.lang.Boolean isOptional()
Gets the value of the optional property.- Returns:
- possible object is
Boolean
-
setOptional
public void setOptional(java.lang.Boolean value)
Sets the value of the optional property.- Parameters:
value
- allowed object isBoolean
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Parameters:
value
- allowed object isAccessType
-
-