Package org.apache.openejb.jee.jba.cmp
Class FunctionMapping
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.FunctionMapping
-
public class FunctionMapping 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 ref="{http://jboss.org}function-name"/> <element ref="{http://jboss.org}function-sql"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FunctionNamefunctionNameprotected FunctionSqlfunctionSql
-
Constructor Summary
Constructors Constructor Description FunctionMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionNamegetFunctionName()Gets the value of the functionName property.FunctionSqlgetFunctionSql()Gets the value of the functionSql property.voidsetFunctionName(FunctionName value)Sets the value of the functionName property.voidsetFunctionSql(FunctionSql value)Sets the value of the functionSql property.
-
-
-
Field Detail
-
functionName
protected FunctionName functionName
-
functionSql
protected FunctionSql functionSql
-
-
Method Detail
-
getFunctionName
public FunctionName getFunctionName()
Gets the value of the functionName property.- Returns:
- possible object is
FunctionName
-
setFunctionName
public void setFunctionName(FunctionName value)
Sets the value of the functionName property.- Parameters:
value- allowed object isFunctionName
-
getFunctionSql
public FunctionSql getFunctionSql()
Gets the value of the functionSql property.- Returns:
- possible object is
FunctionSql
-
setFunctionSql
public void setFunctionSql(FunctionSql value)
Sets the value of the functionSql property.- Parameters:
value- allowed object isFunctionSql
-
-