public static class QueryConfigService.MethodAuthorizer extends Object implements Serializable
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 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>
Modifier and Type | Class and Description |
---|---|
static class |
QueryConfigService.MethodAuthorizer.Parameter
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected List<QueryConfigService.MethodAuthorizer.Parameter> |
parameter |
Constructor and Description |
---|
MethodAuthorizer() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the value of the className property.
|
List<QueryConfigService.MethodAuthorizer.Parameter> |
getParameters()
Gets the value of the parameter property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setParameters(List<QueryConfigService.MethodAuthorizer.Parameter> parameters)
Sets the value of the parameter property.
|
protected List<QueryConfigService.MethodAuthorizer.Parameter> parameter
protected String className
public List<QueryConfigService.MethodAuthorizer.Parameter> getParameters()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
QueryConfigService.MethodAuthorizer.Parameter
public void setParameters(List<QueryConfigService.MethodAuthorizer.Parameter> parameters)
Objects of the following type(s) are allowed in the list
QueryConfigService.MethodAuthorizer.Parameter
parameters
- the value of the parameter propertypublic String getClassName()
String