public class JaxbBasic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected JaxbAccessType |
access |
protected JaxbColumn |
column |
protected JaxbEnumType |
enumerated |
protected JaxbFetchType |
fetch |
protected JaxbLob |
lob |
protected java.lang.String |
name |
protected java.lang.Boolean |
optional |
protected JaxbTemporalType |
temporal |
| Constructor and Description |
|---|
JaxbBasic() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getName()
Gets the value of the name property.
|
JaxbTemporalType |
getTemporal()
Gets the value of the temporal property.
|
java.lang.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(java.lang.String value)
Sets the value of the name property.
|
void |
setOptional(java.lang.Boolean value)
Sets the value of the optional property.
|
void |
setTemporal(JaxbTemporalType value)
Sets the value of the temporal property.
|
protected JaxbColumn column
protected JaxbLob lob
protected JaxbTemporalType temporal
protected JaxbEnumType enumerated
protected java.lang.String name
protected JaxbFetchType fetch
protected java.lang.Boolean optional
protected JaxbAccessType access
public JaxbColumn getColumn()
JaxbColumnpublic void setColumn(JaxbColumn value)
value - allowed object is
JaxbColumnpublic JaxbLob getLob()
JaxbLobpublic void setLob(JaxbLob value)
value - allowed object is
JaxbLobpublic JaxbTemporalType getTemporal()
JaxbTemporalTypepublic void setTemporal(JaxbTemporalType value)
value - allowed object is
JaxbTemporalTypepublic JaxbEnumType getEnumerated()
JaxbEnumTypepublic void setEnumerated(JaxbEnumType value)
value - allowed object is
JaxbEnumTypepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic JaxbFetchType getFetch()
JaxbFetchTypepublic void setFetch(JaxbFetchType value)
value - allowed object is
JaxbFetchTypepublic java.lang.Boolean isOptional()
Booleanpublic void setOptional(java.lang.Boolean value)
value - allowed object is
Booleanpublic JaxbAccessType getAccess()
JaxbAccessTypepublic void setAccess(JaxbAccessType value)
value - allowed object is
JaxbAccessTypeCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.