public class QueryConfigService extends CacheElement
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">
       <all>
         <element name="method-authorizer" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="parameter" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="parameter-value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="class-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
QueryConfigService.MethodAuthorizer
 Java class for anonymous complex type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ELEMENT_ID  | 
protected QueryConfigService.MethodAuthorizer | 
methodAuthorizer  | 
| Constructor and Description | 
|---|
QueryConfigService()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()
Gets the identifier uniquely identifying this Object instance. 
 | 
QueryConfigService.MethodAuthorizer | 
getMethodAuthorizer()
Gets the value of the methodAuthorizer property. 
 | 
void | 
setMethodAuthorizer(QueryConfigService.MethodAuthorizer value)
Sets the value of the methodAuthorizer property. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, find, removeprotected QueryConfigService.MethodAuthorizer methodAuthorizer
public static final String ELEMENT_ID
public QueryConfigService.MethodAuthorizer getMethodAuthorizer()
QueryConfigService.MethodAuthorizerpublic void setMethodAuthorizer(QueryConfigService.MethodAuthorizer value)
QueryConfigService.MethodAuthorizervalue - the value of the methodAuthorizer propertypublic String getId()
Identifiable