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>
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryType.QueryMethod
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
ejbQl |
protected String |
groupName |
protected Object |
noCacheFlush |
protected QueryType.QueryMethod |
queryMethod |
protected String |
resultTypeMapping |
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEjbQl()
Gets the value of the ejbQl property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
Object |
getNoCacheFlush()
Gets the value of the noCacheFlush property.
|
QueryType.QueryMethod |
getQueryMethod()
Gets the value of the queryMethod property.
|
String |
getResultTypeMapping()
Gets the value of the resultTypeMapping property.
|
void |
setEjbQl(String value)
Sets the value of the ejbQl property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setNoCacheFlush(Object value)
Sets the value of the noCacheFlush property.
|
void |
setQueryMethod(QueryType.QueryMethod value)
Sets the value of the queryMethod property.
|
void |
setResultTypeMapping(String value)
Sets the value of the resultTypeMapping property.
|
protected QueryType.QueryMethod queryMethod
protected String resultTypeMapping
protected String ejbQl
protected Object noCacheFlush
protected String groupName
public QueryType.QueryMethod getQueryMethod()
QueryType.QueryMethodpublic void setQueryMethod(QueryType.QueryMethod value)
value - allowed object is
QueryType.QueryMethodpublic String getResultTypeMapping()
Stringpublic void setResultTypeMapping(String value)
value - allowed object is
Stringpublic String getEjbQl()
Stringpublic void setEjbQl(String value)
value - allowed object is
Stringpublic Object getNoCacheFlush()
Objectpublic void setNoCacheFlush(Object value)
value - allowed object is
Objectpublic String getGroupName()
StringCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.