|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.QueryMethod
public class QueryMethod
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}method-name"/>
<element ref="{http://jboss.org}method-params"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MethodName |
methodName
|
protected MethodParams |
methodParams
|
| Constructor Summary | |
|---|---|
QueryMethod()
|
|
| Method Summary | |
|---|---|
MethodName |
getMethodName()
Gets the value of the methodName property. |
MethodParams |
getMethodParams()
Gets the value of the methodParams property. |
void |
setMethodName(MethodName value)
Sets the value of the methodName property. |
void |
setMethodParams(MethodParams value)
Sets the value of the methodParams property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MethodName methodName
protected MethodParams methodParams
| Constructor Detail |
|---|
public QueryMethod()
| Method Detail |
|---|
public MethodName getMethodName()
MethodNamepublic void setMethodName(MethodName value)
value - allowed object is
MethodNamepublic MethodParams getMethodParams()
MethodParamspublic void setMethodParams(MethodParams value)
value - allowed object is
MethodParams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||