|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.orm.JaxbBasic
public class JaxbBasic
Field Summary | |
---|---|
protected JaxbAccessType |
access
|
protected JaxbColumn |
column
|
protected JaxbEnumType |
enumerated
|
protected JaxbFetchType |
fetch
|
protected JaxbLob |
lob
|
protected String |
name
|
protected Boolean |
optional
|
protected JaxbTemporalType |
temporal
|
Constructor Summary | |
---|---|
JaxbBasic()
|
Method Summary | |
---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property. |
JaxbColumn |
getColumn()
Gets the value of the column property. |
JaxbEnumType |
getEnumerated()
Gets the value of the enumerated property. |
JaxbFetchType |
getFetch()
Gets the value of the fetch property. |
JaxbLob |
getLob()
Gets the value of the lob property. |
String |
getName()
Gets the value of the name property. |
JaxbTemporalType |
getTemporal()
Gets the value of the temporal property. |
Boolean |
isOptional()
Gets the value of the optional property. |
void |
setAccess(JaxbAccessType value)
Sets the value of the access property. |
void |
setColumn(JaxbColumn value)
Sets the value of the column property. |
void |
setEnumerated(JaxbEnumType value)
Sets the value of the enumerated property. |
void |
setFetch(JaxbFetchType value)
Sets the value of the fetch property. |
void |
setLob(JaxbLob 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(JaxbTemporalType 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 |
---|
protected JaxbColumn column
protected JaxbLob lob
protected JaxbTemporalType temporal
protected JaxbEnumType enumerated
protected String name
protected JaxbFetchType fetch
protected Boolean optional
protected JaxbAccessType access
Constructor Detail |
---|
public JaxbBasic()
Method Detail |
---|
public JaxbColumn getColumn()
JaxbColumn
public void setColumn(JaxbColumn value)
value
- allowed object is
JaxbColumn
public JaxbLob getLob()
JaxbLob
public void setLob(JaxbLob value)
value
- allowed object is
JaxbLob
public JaxbTemporalType getTemporal()
JaxbTemporalType
public void setTemporal(JaxbTemporalType value)
value
- allowed object is
JaxbTemporalType
public JaxbEnumType getEnumerated()
JaxbEnumType
public void setEnumerated(JaxbEnumType value)
value
- allowed object is
JaxbEnumType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public JaxbFetchType getFetch()
JaxbFetchType
public void setFetch(JaxbFetchType value)
value
- allowed object is
JaxbFetchType
public Boolean isOptional()
Boolean
public void setOptional(Boolean value)
value
- allowed object is
Boolean
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |