public static class Hierarchy.Level.Closure extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Table" type="{}Table"/>
</sequence>
<attribute name="parentColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="childColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
childColumn |
protected String |
parentColumn |
protected Table |
table |
| Constructor and Description |
|---|
Closure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildColumn()
Gets the value of the childColumn property.
|
String |
getParentColumn()
Gets the value of the parentColumn property.
|
Table |
getTable()
Gets the value of the table property.
|
void |
setChildColumn(String value)
Sets the value of the childColumn property.
|
void |
setParentColumn(String value)
Sets the value of the parentColumn property.
|
void |
setTable(Table value)
Sets the value of the table property.
|
protected Table table
protected String parentColumn
protected String childColumn
public Table getTable()
Tablepublic void setTable(Table value)
value - allowed object is
Tablepublic String getParentColumn()
Stringpublic void setParentColumn(String value)
value - allowed object is
Stringpublic String getChildColumn()
StringCopyright © 2021 Open Foris. All rights reserved.