public class Fk extends Object
Java class for fk complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fk">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://plasma.org/text/ddl}join" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="delete-action" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to-table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to-schema" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected String |
deleteAction |
protected List<Join> |
joins |
protected String |
name |
protected String |
toSchema |
protected String |
toTable |
| Constructor and Description |
|---|
Fk() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Gets the value of the column property.
|
String |
getDeleteAction()
Gets the value of the deleteAction property.
|
List<Join> |
getJoins()
Gets the value of the joins property.
|
String |
getName()
Gets the value of the name property.
|
String |
getToSchema()
Gets the value of the toSchema property.
|
String |
getToTable()
Gets the value of the toTable property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setDeleteAction(String value)
Sets the value of the deleteAction property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setToSchema(String value)
Sets the value of the toSchema property.
|
void |
setToTable(String value)
Sets the value of the toTable property.
|
protected String name
protected String deleteAction
protected String toTable
protected String toSchema
protected String column
public List<Join> getJoins()
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 joins property.
For example, to add a new item, do as follows:
getJoins().add(newItem);
Objects of the following type(s) are allowed in the list
Join
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDeleteAction()
Stringpublic void setDeleteAction(String value)
value - allowed object is
Stringpublic String getToTable()
Stringpublic void setToTable(String value)
value - allowed object is
Stringpublic String getToSchema()
Stringpublic void setToSchema(String value)
value - allowed object is
Stringpublic String getColumn()
StringCopyright © 2019. All rights reserved.