Class Basic

java.lang.Object
org.hibernate.processor.xml.jaxb.Basic

public class Basic extends Object
  • Field Details

  • Constructor Details

    • Basic

      public Basic()
  • Method Details

    • 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 is Column
    • getLob

      public Lob getLob()
      Gets the value of the lob property.
      Returns:
      possible object is Lob
    • setLob

      public void setLob(Lob value)
      Sets the value of the lob property.
      Parameters:
      value - allowed object is Lob
    • 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 is TemporalType
    • 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 is EnumType
    • 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 is Convert
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • 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 is FetchType
    • isOptional

      public Boolean isOptional()
      Gets the value of the optional property.
      Returns:
      possible object is Boolean
    • setOptional

      public void setOptional(Boolean value)
      Sets the value of the optional property.
      Parameters:
      value - allowed object is Boolean
    • 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 is AccessType