public static class Table.AggName.AggForeignKey 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">
<attribute name="factColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="aggColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
aggColumn |
protected String |
factColumn |
| Constructor and Description |
|---|
AggForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggColumn()
Gets the value of the aggColumn property.
|
String |
getFactColumn()
Gets the value of the factColumn property.
|
void |
setAggColumn(String value)
Sets the value of the aggColumn property.
|
void |
setFactColumn(String value)
Sets the value of the factColumn property.
|
public String getFactColumn()
Stringpublic void setFactColumn(String value)
value - allowed object is
Stringpublic String getAggColumn()
StringCopyright © 2022 Open Foris. All rights reserved.