Package org.apache.openejb.jee.oejb2
Class QueryType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.QueryType
-
public class QueryType extends Object
Java class for queryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="queryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="query-method"> <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> </element> <element name="result-type-mapping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ejb-ql" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="no-cache-flush" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryType.QueryMethodJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringejbQlprotected StringgroupNameprotected ObjectnoCacheFlushprotected QueryType.QueryMethodqueryMethodprotected StringresultTypeMapping
-
Constructor Summary
Constructors Constructor Description QueryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEjbQl()Gets the value of the ejbQl property.StringgetGroupName()Gets the value of the groupName property.ObjectgetNoCacheFlush()Gets the value of the noCacheFlush property.QueryType.QueryMethodgetQueryMethod()Gets the value of the queryMethod property.StringgetResultTypeMapping()Gets the value of the resultTypeMapping property.voidsetEjbQl(String value)Sets the value of the ejbQl property.voidsetGroupName(String value)Sets the value of the groupName property.voidsetNoCacheFlush(Object value)Sets the value of the noCacheFlush property.voidsetQueryMethod(QueryType.QueryMethod value)Sets the value of the queryMethod property.voidsetResultTypeMapping(String value)Sets the value of the resultTypeMapping property.
-
-
-
Field Detail
-
queryMethod
protected QueryType.QueryMethod queryMethod
-
resultTypeMapping
protected String resultTypeMapping
-
ejbQl
protected String ejbQl
-
noCacheFlush
protected Object noCacheFlush
-
groupName
protected String groupName
-
-
Method Detail
-
getQueryMethod
public QueryType.QueryMethod getQueryMethod()
Gets the value of the queryMethod property.- Returns:
- possible object is
QueryType.QueryMethod
-
setQueryMethod
public void setQueryMethod(QueryType.QueryMethod value)
Sets the value of the queryMethod property.- Parameters:
value- allowed object isQueryType.QueryMethod
-
getResultTypeMapping
public String getResultTypeMapping()
Gets the value of the resultTypeMapping property.- Returns:
- possible object is
String
-
setResultTypeMapping
public void setResultTypeMapping(String value)
Sets the value of the resultTypeMapping property.- Parameters:
value- allowed object isString
-
getEjbQl
public String getEjbQl()
Gets the value of the ejbQl property.- Returns:
- possible object is
String
-
setEjbQl
public void setEjbQl(String value)
Sets the value of the ejbQl property.- Parameters:
value- allowed object isString
-
getNoCacheFlush
public Object getNoCacheFlush()
Gets the value of the noCacheFlush property.- Returns:
- possible object is
Object
-
setNoCacheFlush
public void setNoCacheFlush(Object value)
Sets the value of the noCacheFlush property.- Parameters:
value- allowed object isObject
-
getGroupName
public String getGroupName()
Gets the value of the groupName property.- Returns:
- possible object is
String
-
-