public class SettingType extends Object
Java class for settingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="settingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="settingName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="settingValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
settingName |
protected String |
settingValue |
| Constructor and Description |
|---|
SettingType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSettingName()
Gets the value of the settingName property.
|
String |
getSettingValue()
Gets the value of the settingValue property.
|
void |
setSettingName(String value)
Sets the value of the settingName property.
|
void |
setSettingValue(String value)
Sets the value of the settingValue property.
|
public String getSettingName()
Stringpublic void setSettingName(String value)
value - allowed object is
Stringpublic String getSettingValue()
StringCopyright © 2020. All rights reserved.