public class JaxbJoinTable extends Object implements Serializable, SchemaAware
| Modifier and Type | Field and Description |
|---|---|
protected String |
catalog |
protected JaxbForeignKey |
foreignKey |
protected List<JaxbIndex> |
index |
protected JaxbForeignKey |
inverseForeignKey |
protected List<JaxbJoinColumn> |
inverseJoinColumn |
protected List<JaxbJoinColumn> |
joinColumn |
protected String |
name |
protected String |
schema |
protected List<JaxbUniqueConstraint> |
uniqueConstraint |
| Constructor and Description |
|---|
JaxbJoinTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
Gets the value of the catalog property.
|
JaxbForeignKey |
getForeignKey()
Gets the value of the foreignKey property.
|
List<JaxbIndex> |
getIndex()
Gets the value of the index property.
|
JaxbForeignKey |
getInverseForeignKey()
Gets the value of the inverseForeignKey property.
|
List<JaxbJoinColumn> |
getInverseJoinColumn()
Gets the value of the inverseJoinColumn property.
|
List<JaxbJoinColumn> |
getJoinColumn()
Gets the value of the joinColumn property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSchema()
Gets the value of the schema property.
|
List<JaxbUniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setForeignKey(JaxbForeignKey value)
Sets the value of the foreignKey property.
|
void |
setInverseForeignKey(JaxbForeignKey value)
Sets the value of the inverseForeignKey property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
protected List<JaxbJoinColumn> joinColumn
protected JaxbForeignKey foreignKey
protected List<JaxbJoinColumn> inverseJoinColumn
protected JaxbForeignKey inverseForeignKey
protected List<JaxbUniqueConstraint> uniqueConstraint
protected String name
protected String catalog
protected String schema
public 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 JaxbForeignKey getForeignKey()
JaxbForeignKeypublic void setForeignKey(JaxbForeignKey value)
value - allowed object is
JaxbForeignKeypublic List<JaxbJoinColumn> getInverseJoinColumn()
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 inverseJoinColumn property.
For example, to add a new item, do as follows:
getInverseJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinColumn
public JaxbForeignKey getInverseForeignKey()
JaxbForeignKeypublic void setInverseForeignKey(JaxbForeignKey value)
value - allowed object is
JaxbForeignKeypublic List<JaxbUniqueConstraint> getUniqueConstraint()
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 uniqueConstraint property.
For example, to add a new item, do as follows:
getUniqueConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbUniqueConstraint
public List<JaxbIndex> getIndex()
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 index property.
For example, to add a new item, do as follows:
getIndex().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbIndex
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCatalog()
getCatalog in interface SchemaAwareStringpublic void setCatalog(String value)
setCatalog in interface SchemaAwarevalue - allowed object is
Stringpublic String getSchema()
getSchema in interface SchemaAwareStringpublic void setSchema(String value)
setSchema in interface SchemaAwarevalue - allowed object is
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.