public class JaxbManyToOne
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected JaxbAccessType |
access |
protected JaxbCascadeType |
cascade |
protected JaxbFetchType |
fetch |
protected java.lang.Boolean |
id |
protected java.util.List<JaxbJoinColumn> |
joinColumn |
protected JaxbJoinTable |
joinTable |
protected java.lang.String |
mapsId |
protected java.lang.String |
name |
protected java.lang.Boolean |
optional |
protected java.lang.String |
targetEntity |
| Constructor and Description |
|---|
JaxbManyToOne() |
| Modifier and Type | Method and Description |
|---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property.
|
JaxbCascadeType |
getCascade()
Gets the value of the cascade property.
|
JaxbFetchType |
getFetch()
Gets the value of the fetch property.
|
java.util.List<JaxbJoinColumn> |
getJoinColumn()
Gets the value of the joinColumn property.
|
JaxbJoinTable |
getJoinTable()
Gets the value of the joinTable property.
|
java.lang.String |
getMapsId()
Gets the value of the mapsId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getTargetEntity()
Gets the value of the targetEntity property.
|
java.lang.Boolean |
isId()
Gets the value of the id property.
|
java.lang.Boolean |
isOptional()
Gets the value of the optional property.
|
void |
setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
setCascade(JaxbCascadeType value)
Sets the value of the cascade property.
|
void |
setFetch(JaxbFetchType value)
Sets the value of the fetch property.
|
void |
setId(java.lang.Boolean value)
Sets the value of the id property.
|
void |
setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
void |
setMapsId(java.lang.String value)
Sets the value of the mapsId 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 |
setTargetEntity(java.lang.String value)
Sets the value of the targetEntity property.
|
protected java.util.List<JaxbJoinColumn> joinColumn
protected JaxbJoinTable joinTable
protected JaxbCascadeType cascade
protected java.lang.String name
protected java.lang.String targetEntity
protected JaxbFetchType fetch
protected java.lang.Boolean optional
protected JaxbAccessType access
protected java.lang.String mapsId
protected java.lang.Boolean id
public java.util.List<JaxbJoinColumn> getJoinColumn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the joinColumn property.
For example, to add a new item, do as follows:
getJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinColumn
public JaxbJoinTable getJoinTable()
JaxbJoinTablepublic void setJoinTable(JaxbJoinTable value)
value - allowed object is
JaxbJoinTablepublic JaxbCascadeType getCascade()
JaxbCascadeTypepublic void setCascade(JaxbCascadeType value)
value - allowed object is
JaxbCascadeTypepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTargetEntity()
Stringpublic void setTargetEntity(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
JaxbAccessTypepublic java.lang.String getMapsId()
Stringpublic void setMapsId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isId()
Booleanpublic void setId(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.