Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}description" minOccurs="0"/> <element ref="{http://jboss.org}query-method"/> <choice minOccurs="0"> <element ref="{http://jboss.org}jboss-ql"/> <element ref="{http://jboss.org}dynamic-ql"/> <element ref="{http://jboss.org}declared-sql"/> </choice> <element ref="{http://jboss.org}read-ahead" minOccurs="0"/> <element ref="{http://jboss.org}ql-compiler" minOccurs="0"/> <element ref="{http://jboss.org}lazy-resultset-loading" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>