public static class IqmOperatorDescriptor.Parameters extends Object
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="parametername" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parameterclass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parametervalue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parameterclass |
protected String |
parametername |
protected String |
parametervalue |
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterclass()
Gets the value of the parameterclass property.
|
String |
getParametername()
Gets the value of the parametername property.
|
String |
getParametervalue()
Gets the value of the parametervalue property.
|
void |
setParameterclass(String value)
Sets the value of the parameterclass property.
|
void |
setParametername(String value)
Sets the value of the parametername property.
|
void |
setParametervalue(String value)
Sets the value of the parametervalue property.
|
protected String parametername
protected String parameterclass
protected String parametervalue
public String getParametername()
Stringpublic void setParametername(String value)
value - allowed object is
Stringpublic String getParameterclass()
Stringpublic void setParameterclass(String value)
value - allowed object is
Stringpublic String getParametervalue()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.