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>