org.apache.openejb.jee.wls
Class WeblogicQuery

java.lang.Object
  extended by org.apache.openejb.jee.wls.WeblogicQuery

public class WeblogicQuery
extends Object

Java class for weblogic-query complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="weblogic-query">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.bea.com/ns/weblogic/90}description" minOccurs="0"/>
         <element name="query-method" type="{http://www.bea.com/ns/weblogic/90}query-method"/>
         <choice minOccurs="0">
           <element name="ejb-ql-query" type="{http://www.bea.com/ns/weblogic/90}ejb-ql-query"/>
           <element name="sql-query" type="{http://www.bea.com/ns/weblogic/90}sql-query"/>
         </choice>
         <element name="max-elements" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="include-updates" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="sql-select-distinct" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="enable-query-caching" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Description description
           
protected  EjbQlQuery ejbQlQuery
           
protected  Boolean enableQueryCaching
           
protected  String id
           
protected  Boolean includeUpdates
           
protected  BigInteger maxElements
           
protected  QueryMethod queryMethod
           
protected  SqlQuery sqlQuery
           
protected  Boolean sqlSelectDistinct
           
 
Constructor Summary
WeblogicQuery()
           
 
Method Summary
 Description getDescription()
          Gets the value of the description property.
 EjbQlQuery getEjbQlQuery()
          Gets the value of the ejbQlQuery property.
 Boolean getEnableQueryCaching()
          Gets the value of the enableQueryCaching property.
 String getId()
          Gets the value of the id property.
 Boolean getIncludeUpdates()
          Gets the value of the includeUpdates property.
 BigInteger getMaxElements()
          Gets the value of the maxElements property.
 QueryMethod getQueryMethod()
          Gets the value of the queryMethod property.
 SqlQuery getSqlQuery()
          Gets the value of the sqlQuery property.
 Boolean getSqlSelectDistinct()
          Gets the value of the sqlSelectDistinct property.
 void setDescription(Description value)
          Sets the value of the description property.
 void setEjbQlQuery(EjbQlQuery value)
          Sets the value of the ejbQlQuery property.
 void setEnableQueryCaching(Boolean value)
          Sets the value of the enableQueryCaching property.
 void setId(String value)
          Sets the value of the id property.
 void setIncludeUpdates(Boolean value)
          Sets the value of the includeUpdates property.
 void setMaxElements(BigInteger value)
          Sets the value of the maxElements property.
 void setQueryMethod(QueryMethod value)
          Sets the value of the queryMethod property.
 void setSqlQuery(SqlQuery value)
          Sets the value of the sqlQuery property.
 void setSqlSelectDistinct(Boolean value)
          Sets the value of the sqlSelectDistinct property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected Description description

queryMethod

protected QueryMethod queryMethod

ejbQlQuery

protected EjbQlQuery ejbQlQuery

sqlQuery

protected SqlQuery sqlQuery

maxElements

protected BigInteger maxElements

includeUpdates

protected Boolean includeUpdates

sqlSelectDistinct

protected Boolean sqlSelectDistinct

enableQueryCaching

protected Boolean enableQueryCaching

id

protected String id
Constructor Detail

WeblogicQuery

public WeblogicQuery()
Method Detail

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getQueryMethod

public QueryMethod getQueryMethod()
Gets the value of the queryMethod property.

Returns:
possible object is QueryMethod

setQueryMethod

public void setQueryMethod(QueryMethod value)
Sets the value of the queryMethod property.

Parameters:
value - allowed object is QueryMethod

getEjbQlQuery

public EjbQlQuery getEjbQlQuery()
Gets the value of the ejbQlQuery property.

Returns:
possible object is EjbQlQuery

setEjbQlQuery

public void setEjbQlQuery(EjbQlQuery value)
Sets the value of the ejbQlQuery property.

Parameters:
value - allowed object is EjbQlQuery

getSqlQuery

public SqlQuery getSqlQuery()
Gets the value of the sqlQuery property.

Returns:
possible object is SqlQuery

setSqlQuery

public void setSqlQuery(SqlQuery value)
Sets the value of the sqlQuery property.

Parameters:
value - allowed object is SqlQuery

getMaxElements

public BigInteger getMaxElements()
Gets the value of the maxElements property.

Returns:
possible object is BigInteger

setMaxElements

public void setMaxElements(BigInteger value)
Sets the value of the maxElements property.

Parameters:
value - allowed object is BigInteger

getIncludeUpdates

public Boolean getIncludeUpdates()
Gets the value of the includeUpdates property.

Returns:
possible object is Boolean

setIncludeUpdates

public void setIncludeUpdates(Boolean value)
Sets the value of the includeUpdates property.

Parameters:
value - allowed object is Boolean

getSqlSelectDistinct

public Boolean getSqlSelectDistinct()
Gets the value of the sqlSelectDistinct property.

Returns:
possible object is Boolean

setSqlSelectDistinct

public void setSqlSelectDistinct(Boolean value)
Sets the value of the sqlSelectDistinct property.

Parameters:
value - allowed object is Boolean

getEnableQueryCaching

public Boolean getEnableQueryCaching()
Gets the value of the enableQueryCaching property.

Returns:
possible object is Boolean

setEnableQueryCaching

public void setEnableQueryCaching(Boolean value)
Sets the value of the enableQueryCaching property.

Parameters:
value - allowed object is Boolean

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.