public static class RegionConfig.Index.Functional
extends java.lang.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="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="from-clause" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="imports" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
expression |
protected java.lang.String |
fromClause |
protected java.lang.String |
imports |
| Constructor and Description |
|---|
Functional() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Gets the value of the expression property.
|
java.lang.String |
getFromClause()
Gets the value of the fromClause property.
|
java.lang.String |
getImports()
Gets the value of the imports property.
|
void |
setExpression(java.lang.String value)
Sets the value of the expression property.
|
void |
setFromClause(java.lang.String value)
Sets the value of the fromClause property.
|
void |
setImports(java.lang.String value)
Sets the value of the imports property.
|
protected java.lang.String expression
protected java.lang.String fromClause
protected java.lang.String imports
public java.lang.String getExpression()
Stringpublic void setExpression(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFromClause()
Stringpublic void setFromClause(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImports()
Stringpublic void setImports(java.lang.String value)
value - allowed object is
String