public class SettingType
extends java.lang.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 java.lang.String |
settingName |
protected java.lang.String |
settingValue |
| Constructor and Description |
|---|
SettingType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSettingName()
Gets the value of the settingName property.
|
java.lang.String |
getSettingValue()
Gets the value of the settingValue property.
|
void |
setSettingName(java.lang.String value)
Sets the value of the settingName property.
|
void |
setSettingValue(java.lang.String value)
Sets the value of the settingValue property.
|
protected java.lang.String settingName
protected java.lang.String settingValue
public java.lang.String getSettingName()
Stringpublic void setSettingName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSettingValue()
Stringpublic void setSettingValue(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.