public class FunctionMapping
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"> <sequence> <element ref="{http://jboss.org}function-name"/> <element ref="{http://jboss.org}function-sql"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FunctionName |
functionName |
protected FunctionSql |
functionSql |
Constructor and Description |
---|
FunctionMapping() |
Modifier and Type | Method and Description |
---|---|
FunctionName |
getFunctionName()
Gets the value of the functionName property.
|
FunctionSql |
getFunctionSql()
Gets the value of the functionSql property.
|
void |
setFunctionName(FunctionName value)
Sets the value of the functionName property.
|
void |
setFunctionSql(FunctionSql value)
Sets the value of the functionSql property.
|
protected FunctionName functionName
protected FunctionSql functionSql
public FunctionName getFunctionName()
FunctionName
public void setFunctionName(FunctionName value)
value
- allowed object is
FunctionName
public FunctionSql getFunctionSql()
FunctionSql
public void setFunctionSql(FunctionSql value)
value
- allowed object is
FunctionSql