org.apache.openejb.jee
Class Query

java.lang.Object
  extended by org.apache.openejb.jee.Query

public class Query
extends Object

ejb-jar_3_1.xsd

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>
 


Field Summary
protected  Text description
           
protected  String ejbQl
           
protected  String id
           
protected  QueryMethod queryMethod
           
protected  ResultTypeMapping resultTypeMapping
           
 
Constructor Summary
Query()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected Text description

queryMethod

protected QueryMethod queryMethod

resultTypeMapping

protected ResultTypeMapping resultTypeMapping

ejbQl

protected String ejbQl

id

protected String id
Constructor Detail

Query

public Query()
Method Detail

getDescription

public Text getDescription()

setDescription

public void setDescription(Text value)

getQueryMethod

public QueryMethod getQueryMethod()

setQueryMethod

public void setQueryMethod(QueryMethod value)

getResultTypeMapping

public ResultTypeMapping getResultTypeMapping()

setResultTypeMapping

public void setResultTypeMapping(ResultTypeMapping value)

getEjbQl

public String getEjbQl()

setEjbQl

public void setEjbQl(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.