public class Query
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="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" minOccurs="0"/> <element name="query-method" type="{http://java.sun.com/xml/ns/javaee}query-methodType"/> <element name="result-type-mapping" type="{http://java.sun.com/xml/ns/javaee}result-type-mappingType" minOccurs="0"/> <element name="ejb-ql" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Text |
description |
protected java.lang.String |
ejbQl |
protected java.lang.String |
id |
protected QueryMethod |
queryMethod |
protected ResultTypeMapping |
resultTypeMapping |
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
Text |
getDescription() |
java.lang.String |
getEjbQl() |
java.lang.String |
getId() |
QueryMethod |
getQueryMethod() |
ResultTypeMapping |
getResultTypeMapping() |
void |
setDescription(Text value) |
void |
setEjbQl(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setQueryMethod(QueryMethod value) |
void |
setResultTypeMapping(ResultTypeMapping value) |
protected Text description
protected QueryMethod queryMethod
protected ResultTypeMapping resultTypeMapping
protected java.lang.String ejbQl
protected java.lang.String id
public Text getDescription()
public void setDescription(Text value)
public QueryMethod getQueryMethod()
public void setQueryMethod(QueryMethod value)
public ResultTypeMapping getResultTypeMapping()
public void setResultTypeMapping(ResultTypeMapping value)
public java.lang.String getEjbQl()
public void setEjbQl(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)