Class 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>
     
    • 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