|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.cmp.FunctionMapping
public class FunctionMapping
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 |
---|
protected FunctionName functionName
protected FunctionSql functionSql
Constructor Detail |
---|
public FunctionMapping()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |