public class ParameterSettingType extends DataThingType
Java class for ParameterSettingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterSettingType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="ParameterName" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="ParameterValue" type="{http://www.w3.org/2001/XMLSchema}token"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parameterName |
protected String |
parameterValue |
name| Constructor and Description |
|---|
ParameterSettingType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName()
Gets the value of the parameterName property.
|
String |
getParameterValue()
Gets the value of the parameterValue property.
|
void |
setParameterName(String value)
Sets the value of the parameterName property.
|
void |
setParameterValue(String value)
Sets the value of the parameterValue property.
|
getName, setNameprotected String parameterName
protected String parameterValue
public String getParameterName()
Stringpublic void setParameterName(String value)
value - allowed object is
Stringpublic String getParameterValue()
StringCopyright © 2017. All rights reserved.