|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.internal.jaxb.mapping.orm.JaxbVersion
public class JaxbVersion
| Field Summary | |
|---|---|
protected JaxbAccessType |
access
|
protected JaxbColumn |
column
|
protected String |
name
|
protected JaxbTemporalType |
temporal
|
| Constructor Summary | |
|---|---|
JaxbVersion()
|
|
| Method Summary | |
|---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property. |
JaxbColumn |
getColumn()
Gets the value of the column property. |
String |
getName()
Gets the value of the name property. |
JaxbTemporalType |
getTemporal()
Gets the value of the temporal property. |
void |
setAccess(JaxbAccessType value)
Sets the value of the access property. |
void |
setColumn(JaxbColumn value)
Sets the value of the column property. |
void |
setName(String value)
Sets the value of the name 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 JaxbTemporalType temporal
protected String name
protected JaxbAccessType access
| Constructor Detail |
|---|
public JaxbVersion()
| Method Detail |
|---|
public JaxbColumn getColumn()
JaxbColumnpublic void setColumn(JaxbColumn value)
value - allowed object is
JaxbColumnpublic JaxbTemporalType getTemporal()
JaxbTemporalTypepublic void setTemporal(JaxbTemporalType value)
value - allowed object is
JaxbTemporalTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic JaxbAccessType getAccess()
JaxbAccessTypepublic 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 | |||||||||