|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.QueryType.QueryMethod
public static class QueryType.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 name="method-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="method-params"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="method-param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
QueryType.QueryMethod.MethodParams
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected String |
methodName
|
protected QueryType.QueryMethod.MethodParams |
methodParams
|
Constructor Summary | |
---|---|
QueryType.QueryMethod()
|
Method Summary | |
---|---|
String |
getMethodName()
Gets the value of the methodName property. |
QueryType.QueryMethod.MethodParams |
getMethodParams()
Gets the value of the methodParams property. |
void |
setMethodName(String value)
Sets the value of the methodName property. |
void |
setMethodParams(QueryType.QueryMethod.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 String methodName
protected QueryType.QueryMethod.MethodParams methodParams
Constructor Detail |
---|
public QueryType.QueryMethod()
Method Detail |
---|
public String getMethodName()
String
public void setMethodName(String value)
value
- allowed object is
String
public QueryType.QueryMethod.MethodParams getMethodParams()
QueryType.QueryMethod.MethodParams
public void setMethodParams(QueryType.QueryMethod.MethodParams value)
value
- allowed object is
QueryType.QueryMethod.MethodParams
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |