public class JaxbOneToMany
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected JaxbAccessType |
access |
protected JaxbCascadeType |
cascade |
protected JaxbFetchType |
fetch |
protected java.util.List<JaxbJoinColumn> |
joinColumn |
protected JaxbJoinTable |
joinTable |
protected JaxbMapKey |
mapKey |
protected java.util.List<JaxbAttributeOverride> |
mapKeyAttributeOverride |
protected JaxbMapKeyClass |
mapKeyClass |
protected JaxbMapKeyColumn |
mapKeyColumn |
protected JaxbEnumType |
mapKeyEnumerated |
protected java.util.List<JaxbMapKeyJoinColumn> |
mapKeyJoinColumn |
protected JaxbTemporalType |
mapKeyTemporal |
protected java.lang.String |
mappedBy |
protected java.lang.String |
name |
protected java.lang.String |
orderBy |
protected JaxbOrderColumn |
orderColumn |
protected java.lang.Boolean |
orphanRemoval |
protected java.lang.String |
targetEntity |
| Constructor and Description |
|---|
JaxbOneToMany() |
| 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.
|
JaxbMapKey |
getMapKey()
Gets the value of the mapKey property.
|
java.util.List<JaxbAttributeOverride> |
getMapKeyAttributeOverride()
Gets the value of the mapKeyAttributeOverride property.
|
JaxbMapKeyClass |
getMapKeyClass()
Gets the value of the mapKeyClass property.
|
JaxbMapKeyColumn |
getMapKeyColumn()
Gets the value of the mapKeyColumn property.
|
JaxbEnumType |
getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property.
|
java.util.List<JaxbMapKeyJoinColumn> |
getMapKeyJoinColumn()
Gets the value of the mapKeyJoinColumn property.
|
JaxbTemporalType |
getMapKeyTemporal()
Gets the value of the mapKeyTemporal property.
|
java.lang.String |
getMappedBy()
Gets the value of the mappedBy property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOrderBy()
Gets the value of the orderBy property.
|
JaxbOrderColumn |
getOrderColumn()
Gets the value of the orderColumn property.
|
java.lang.String |
getTargetEntity()
Gets the value of the targetEntity property.
|
java.lang.Boolean |
isOrphanRemoval()
Gets the value of the orphanRemoval 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 |
setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
void |
setMapKey(JaxbMapKey value)
Sets the value of the mapKey property.
|
void |
setMapKeyClass(JaxbMapKeyClass value)
Sets the value of the mapKeyClass property.
|
void |
setMapKeyColumn(JaxbMapKeyColumn value)
Sets the value of the mapKeyColumn property.
|
void |
setMapKeyEnumerated(JaxbEnumType value)
Sets the value of the mapKeyEnumerated property.
|
void |
setMapKeyTemporal(JaxbTemporalType value)
Sets the value of the mapKeyTemporal property.
|
void |
setMappedBy(java.lang.String value)
Sets the value of the mappedBy property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOrderBy(java.lang.String value)
Sets the value of the orderBy property.
|
void |
setOrderColumn(JaxbOrderColumn value)
Sets the value of the orderColumn property.
|
void |
setOrphanRemoval(java.lang.Boolean value)
Sets the value of the orphanRemoval property.
|
void |
setTargetEntity(java.lang.String value)
Sets the value of the targetEntity property.
|
protected java.lang.String orderBy
protected JaxbOrderColumn orderColumn
protected JaxbMapKey mapKey
protected JaxbMapKeyClass mapKeyClass
protected JaxbTemporalType mapKeyTemporal
protected JaxbEnumType mapKeyEnumerated
protected java.util.List<JaxbAttributeOverride> mapKeyAttributeOverride
protected JaxbMapKeyColumn mapKeyColumn
protected java.util.List<JaxbMapKeyJoinColumn> mapKeyJoinColumn
protected JaxbJoinTable joinTable
protected java.util.List<JaxbJoinColumn> joinColumn
protected JaxbCascadeType cascade
protected java.lang.String name
protected java.lang.String targetEntity
protected JaxbFetchType fetch
protected JaxbAccessType access
protected java.lang.String mappedBy
protected java.lang.Boolean orphanRemoval
public java.lang.String getOrderBy()
Stringpublic void setOrderBy(java.lang.String value)
value - allowed object is
Stringpublic JaxbOrderColumn getOrderColumn()
JaxbOrderColumnpublic void setOrderColumn(JaxbOrderColumn value)
value - allowed object is
JaxbOrderColumnpublic JaxbMapKey getMapKey()
JaxbMapKeypublic void setMapKey(JaxbMapKey value)
value - allowed object is
JaxbMapKeypublic JaxbMapKeyClass getMapKeyClass()
JaxbMapKeyClasspublic void setMapKeyClass(JaxbMapKeyClass value)
value - allowed object is
JaxbMapKeyClasspublic JaxbTemporalType getMapKeyTemporal()
JaxbTemporalTypepublic void setMapKeyTemporal(JaxbTemporalType value)
value - allowed object is
JaxbTemporalTypepublic JaxbEnumType getMapKeyEnumerated()
JaxbEnumTypepublic void setMapKeyEnumerated(JaxbEnumType value)
value - allowed object is
JaxbEnumTypepublic java.util.List<JaxbAttributeOverride> getMapKeyAttributeOverride()
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 mapKeyAttributeOverride property.
For example, to add a new item, do as follows:
getMapKeyAttributeOverride().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbAttributeOverride
public JaxbMapKeyColumn getMapKeyColumn()
JaxbMapKeyColumnpublic void setMapKeyColumn(JaxbMapKeyColumn value)
value - allowed object is
JaxbMapKeyColumnpublic java.util.List<JaxbMapKeyJoinColumn> getMapKeyJoinColumn()
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 mapKeyJoinColumn property.
For example, to add a new item, do as follows:
getMapKeyJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbMapKeyJoinColumn
public JaxbJoinTable getJoinTable()
JaxbJoinTablepublic void setJoinTable(JaxbJoinTable value)
value - allowed object is
JaxbJoinTablepublic 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 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 JaxbAccessType getAccess()
JaxbAccessTypepublic void setAccess(JaxbAccessType value)
value - allowed object is
JaxbAccessTypepublic java.lang.String getMappedBy()
Stringpublic void setMappedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isOrphanRemoval()
Booleanpublic void setOrphanRemoval(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.