public static class QueryConfigService.MethodAuthorizer.Parameter 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"> <attribute name="parameter-value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
parameterValue |
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
String |
getParameterValue()
Gets the value of the parameter-value property.
|
void |
setParameterValue(String value)
Sets the value of the parameter-value property.
|