public class Config extends Obj
Java class for config complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="config">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="system" type="{http://www.intertrust.ru}systemSettings" minOccurs="0"/>
<element name="user" type="{http://www.intertrust.ru}userSettings" minOccurs="0"/>
<element name="logMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="0.1-SNAPSHOT" />
<attribute name="schemaLocation" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
logMessage |
protected String |
schemaLocation |
protected SystemSettings |
system |
protected UserSettings |
user |
protected String |
version |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogMessage()
Gets the value of the logMessage property.
|
String |
getSchemaLocation()
Gets the value of the schemaLocation property.
|
SystemSettings |
getSystem()
Gets the value of the system property.
|
UserSettings |
getUser()
Gets the value of the user property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setLogMessage(String value)
Sets the value of the logMessage property.
|
void |
setSchemaLocation(String value)
Sets the value of the schemaLocation property.
|
void |
setSystem(SystemSettings value)
Sets the value of the system property.
|
void |
setUser(UserSettings value)
Sets the value of the user property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
testGeneratedMethodprotected SystemSettings system
protected UserSettings user
protected String logMessage
protected String version
protected String schemaLocation
public SystemSettings getSystem()
getSystem in class SettingSystemSettingspublic void setSystem(SystemSettings value)
value - allowed object is
SystemSettingspublic UserSettings getUser()
getUser in class SettingUserSettingspublic void setUser(UserSettings value)
value - allowed object is
UserSettingspublic String getLogMessage()
Stringpublic void setLogMessage(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getSchemaLocation()
StringCopyright © 2012–2014 RedSoft. All rights reserved.