public class Query 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="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 String |
ejbQl |
protected String |
id |
protected QueryMethod |
queryMethod |
protected ResultTypeMapping |
resultTypeMapping |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
Text |
getDescription() |
String |
getEjbQl() |
String |
getId() |
QueryMethod |
getQueryMethod() |
ResultTypeMapping |
getResultTypeMapping() |
void |
setDescription(Text value) |
void |
setEjbQl(String value) |
void |
setId(String value) |
void |
setQueryMethod(QueryMethod value) |
void |
setResultTypeMapping(ResultTypeMapping value) |
protected Text description
protected QueryMethod queryMethod
protected ResultTypeMapping resultTypeMapping
protected String ejbQl
protected 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 String getEjbQl()
public void setEjbQl(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.