org.apache.openejb.jee.jba.cmp
Class FunctionMapping

java.lang.Object
  extended by 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
protected  FunctionName functionName
           
protected  FunctionSql functionSql
           
 
Constructor Summary
FunctionMapping()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

functionName

protected FunctionName functionName

functionSql

protected FunctionSql functionSql
Constructor Detail

FunctionMapping

public FunctionMapping()
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 is FunctionName

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 is FunctionSql


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.