org.hibernate.jpamodelgen.xml.jaxb
Class Basic

java.lang.Object
  extended by org.hibernate.jpamodelgen.xml.jaxb.Basic

public class Basic
extends Object


Field Summary
protected  AccessType access
           
protected  Column column
           
protected  EnumType enumerated
           
protected  FetchType fetch
           
protected  Lob lob
           
protected  String name
           
protected  Boolean optional
           
protected  TemporalType temporal
           
 
Constructor Summary
Basic()
           
 
Method Summary
 AccessType getAccess()
          Gets the value of the access property.
 Column getColumn()
          Gets the value of the column 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.
 String getName()
          Gets the value of the name property.
 TemporalType getTemporal()
          Gets the value of the temporal property.
 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 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(String value)
          Sets the value of the name property.
 void setOptional(Boolean value)
          Sets the value of the optional property.
 void setTemporal(TemporalType value)
          Sets the value of the temporal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected Column column

lob

protected Lob lob

temporal

protected TemporalType temporal

enumerated

protected EnumType enumerated

access

protected AccessType access

fetch

protected FetchType fetch

name

protected String name

optional

protected Boolean optional
Constructor Detail

Basic

public Basic()
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 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

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

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

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

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


Copyright © 2009-2010. All Rights Reserved.