public class JaxbOneToOne
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 |
mappedBy |
protected java.lang.String |
mapsId |
protected java.lang.String |
name |
protected java.lang.Boolean |
optional |
protected java.lang.Boolean |
orphanRemoval |
protected java.util.List<JaxbPrimaryKeyJoinColumn> |
primaryKeyJoinColumn |
protected java.lang.String |
targetEntity |
Constructor and Description |
---|
JaxbOneToOne() |
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 |
getMappedBy()
Gets the value of the mappedBy property.
|
java.lang.String |
getMapsId()
Gets the value of the mapsId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<JaxbPrimaryKeyJoinColumn> |
getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn 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.
|
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 |
setId(java.lang.Boolean value)
Sets the value of the id property.
|
void |
setJoinTable(JaxbJoinTable value)
Sets the value of the joinTable property.
|
void |
setMappedBy(java.lang.String value)
Sets the value of the mappedBy 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 |
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.util.List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
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 mappedBy
protected java.lang.Boolean orphanRemoval
protected java.lang.String mapsId
protected java.lang.Boolean id
public java.util.List<JaxbPrimaryKeyJoinColumn> getPrimaryKeyJoinColumn()
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 primaryKeyJoinColumn property.
For example, to add a new item, do as follows:
getPrimaryKeyJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbPrimaryKeyJoinColumn
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()
JaxbJoinTable
public void setJoinTable(JaxbJoinTable value)
value
- allowed object is
JaxbJoinTable
public JaxbCascadeType getCascade()
JaxbCascadeType
public void setCascade(JaxbCascadeType value)
value
- allowed object is
JaxbCascadeType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetEntity()
String
public void setTargetEntity(java.lang.String value)
value
- allowed object is
String
public JaxbFetchType getFetch()
JaxbFetchType
public void setFetch(JaxbFetchType value)
value
- allowed object is
JaxbFetchType
public java.lang.Boolean isOptional()
Boolean
public void setOptional(java.lang.Boolean value)
value
- allowed object is
Boolean
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
public java.lang.String getMappedBy()
String
public void setMappedBy(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isOrphanRemoval()
Boolean
public void setOrphanRemoval(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMapsId()
String
public void setMapsId(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isId()
Boolean
public void setId(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.