public class QueryType
extends java.lang.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 java.lang.String |
ejbQl |
protected java.lang.String |
groupName |
protected java.lang.Object |
noCacheFlush |
protected QueryType.QueryMethod |
queryMethod |
protected java.lang.String |
resultTypeMapping |
Constructor and Description |
---|
QueryType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEjbQl()
Gets the value of the ejbQl property.
|
java.lang.String |
getGroupName()
Gets the value of the groupName property.
|
java.lang.Object |
getNoCacheFlush()
Gets the value of the noCacheFlush property.
|
QueryType.QueryMethod |
getQueryMethod()
Gets the value of the queryMethod property.
|
java.lang.String |
getResultTypeMapping()
Gets the value of the resultTypeMapping property.
|
void |
setEjbQl(java.lang.String value)
Sets the value of the ejbQl property.
|
void |
setGroupName(java.lang.String value)
Sets the value of the groupName property.
|
void |
setNoCacheFlush(java.lang.Object value)
Sets the value of the noCacheFlush property.
|
void |
setQueryMethod(QueryType.QueryMethod value)
Sets the value of the queryMethod property.
|
void |
setResultTypeMapping(java.lang.String value)
Sets the value of the resultTypeMapping property.
|
protected QueryType.QueryMethod queryMethod
protected java.lang.String resultTypeMapping
protected java.lang.String ejbQl
protected java.lang.Object noCacheFlush
protected java.lang.String groupName
public QueryType.QueryMethod getQueryMethod()
QueryType.QueryMethod
public void setQueryMethod(QueryType.QueryMethod value)
value
- allowed object is
QueryType.QueryMethod
public java.lang.String getResultTypeMapping()
String
public void setResultTypeMapping(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEjbQl()
String
public void setEjbQl(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getNoCacheFlush()
Object
public void setNoCacheFlush(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getGroupName()
String
public void setGroupName(java.lang.String value)
value
- allowed object is
String