public class JaxbVersion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected JaxbAccessType |
access |
protected JaxbColumn |
column |
protected java.lang.String |
name |
protected JaxbTemporalType |
temporal |
| Constructor and Description |
|---|
JaxbVersion() |
| Modifier and Type | Method and Description |
|---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property.
|
JaxbColumn |
getColumn()
Gets the value of the column property.
|
java.lang.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(java.lang.String value)
Sets the value of the name property.
|
void |
setTemporal(JaxbTemporalType value)
Sets the value of the temporal property.
|
protected JaxbColumn column
protected JaxbTemporalType temporal
protected java.lang.String name
protected JaxbAccessType access
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 java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic JaxbAccessType getAccess()
JaxbAccessTypepublic void setAccess(JaxbAccessType value)
value - allowed object is
JaxbAccessTypeCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.