Package org.apache.openejb.jee.oejb2
Class QueryType.QueryMethod
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.QueryType.QueryMethod
-
- Enclosing class:
- QueryType
public static class QueryType.QueryMethod 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 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
Nested Classes Modifier and Type Class Description static classQueryType.QueryMethod.MethodParamsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringmethodNameprotected QueryType.QueryMethod.MethodParamsmethodParams
-
Constructor Summary
Constructors Constructor Description QueryMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName()Gets the value of the methodName property.QueryType.QueryMethod.MethodParamsgetMethodParams()Gets the value of the methodParams property.voidsetMethodName(String value)Sets the value of the methodName property.voidsetMethodParams(QueryType.QueryMethod.MethodParams value)Sets the value of the methodParams property.
-
-
-
Field Detail
-
methodName
protected String methodName
-
methodParams
protected QueryType.QueryMethod.MethodParams methodParams
-
-
Method Detail
-
getMethodName
public String getMethodName()
Gets the value of the methodName property.- Returns:
- possible object is
String
-
setMethodName
public void setMethodName(String value)
Sets the value of the methodName property.- Parameters:
value- allowed object isString
-
getMethodParams
public QueryType.QueryMethod.MethodParams getMethodParams()
Gets the value of the methodParams property.- Returns:
- possible object is
QueryType.QueryMethod.MethodParams
-
setMethodParams
public void setMethodParams(QueryType.QueryMethod.MethodParams value)
Sets the value of the methodParams property.- Parameters:
value- allowed object isQueryType.QueryMethod.MethodParams
-
-