Class EjbQlQuery


  • public class EjbQlQuery
    extends Object

    Java class for ejb-ql-query complex type.

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

     <complexType name="ejb-ql-query">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="weblogic-ql" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="caching-name" type="{http://www.bea.com/ns/weblogic/90}caching-name" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • weblogicQl

        protected String weblogicQl
      • groupName

        protected String groupName
    • Constructor Detail

      • EjbQlQuery

        public EjbQlQuery()
    • Method Detail

      • getWeblogicQl

        public String getWeblogicQl()
        Gets the value of the weblogicQl property.
        Returns:
        possible object is String
      • setWeblogicQl

        public void setWeblogicQl​(String value)
        Sets the value of the weblogicQl property.
        Parameters:
        value - allowed object is String
      • getGroupName

        public String getGroupName()
        Gets the value of the groupName property.
        Returns:
        possible object is String
      • setGroupName

        public void setGroupName​(String value)
        Sets the value of the groupName property.
        Parameters:
        value - allowed object is String
      • getCachingName

        public CachingName getCachingName()
        Gets the value of the cachingName property.
        Returns:
        possible object is CachingName
      • setCachingName

        public void setCachingName​(CachingName value)
        Sets the value of the cachingName property.
        Parameters:
        value - allowed object is CachingName