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="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 DescriptionType |
description |
protected XsdStringType |
ejbQl |
protected java.lang.String |
id |
protected QueryMethodType |
queryMethod |
protected ResultTypeMappingType |
resultTypeMapping |
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
getDescription()
Gets the value of the description property.
|
XsdStringType |
getEjbQl()
Gets the value of the ejbQl property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
QueryMethodType |
getQueryMethod()
Gets the value of the queryMethod property.
|
ResultTypeMappingType |
getResultTypeMapping()
Gets the value of the resultTypeMapping property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setEjbQl(XsdStringType value)
Sets the value of the ejbQl property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setQueryMethod(QueryMethodType value)
Sets the value of the queryMethod property.
|
void |
setResultTypeMapping(ResultTypeMappingType value)
Sets the value of the resultTypeMapping property.
|
protected DescriptionType description
protected QueryMethodType queryMethod
protected ResultTypeMappingType resultTypeMapping
protected XsdStringType ejbQl
protected java.lang.String id
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic QueryMethodType getQueryMethod()
QueryMethodTypepublic void setQueryMethod(QueryMethodType value)
value - allowed object is
QueryMethodTypepublic ResultTypeMappingType getResultTypeMapping()
ResultTypeMappingTypepublic void setResultTypeMapping(ResultTypeMappingType value)
value - allowed object is
ResultTypeMappingTypepublic XsdStringType getEjbQl()
XsdStringTypepublic void setEjbQl(XsdStringType value)
value - allowed object is
XsdStringTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String