public class SystemSettings extends Obj
Java class for systemSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="systemSettings">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="entryPoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="showTraceWindow" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="useHistory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="cookiesExpires" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ieRedirectUrl" type="{http://www.intertrust.ru}CDATA"/>
<element name="ieRedirectEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="registrationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="registrationUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enableMessageOnUncaughtException" type="{http://www.intertrust.ru}bool"/>
<element name="faviconPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="logoImagePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="logoImageWidth" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="logoImageHeight" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="themes" type="{http://www.intertrust.ru}themes"/>
<element name="language" type="{http://www.intertrust.ru}languageSettings"/>
<element name="emailSettings" type="{http://www.intertrust.ru}emailSettings"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
cookiesExpires |
protected EmailSettings |
emailSettings |
protected Boolean |
enableMessageOnUncaughtException |
protected String |
entryPoint |
protected String |
faviconPath |
protected boolean |
ieRedirectEnabled |
protected String |
ieRedirectUrl |
protected LanguageSettings |
language |
protected String |
logoImageHeight |
protected String |
logoImagePath |
protected String |
logoImageWidth |
protected String |
reference |
protected boolean |
registrationEnabled |
protected String |
registrationUrl |
protected boolean |
showTraceWindow |
protected Themes |
themes |
protected boolean |
useHistory |
| Constructor and Description |
|---|
SystemSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCookiesExpires()
Gets the value of the cookiesExpires property.
|
EmailSettings |
getEmailSettings()
Gets the value of the emailSettings property.
|
String |
getEntryPoint()
Gets the value of the entryPoint property.
|
String |
getFaviconPath()
Gets the value of the faviconPath property.
|
String |
getIeRedirectUrl()
Gets the value of the ieRedirectUrl property.
|
LanguageSettings |
getLanguage()
Gets the value of the language property.
|
String |
getLogoImageHeight()
Gets the value of the logoImageHeight property.
|
String |
getLogoImagePath()
Gets the value of the logoImagePath property.
|
String |
getLogoImageWidth()
Gets the value of the logoImageWidth property.
|
String |
getReference()
Gets the value of the reference property.
|
String |
getRegistrationUrl()
Gets the value of the registrationUrl property.
|
Themes |
getThemes()
Gets the value of the themes property.
|
Boolean |
isEnableMessageOnUncaughtException()
Gets the value of the enableMessageOnUncaughtException property.
|
boolean |
isIeRedirectEnabled()
Gets the value of the ieRedirectEnabled property.
|
boolean |
isRegistrationEnabled()
Gets the value of the registrationEnabled property.
|
boolean |
isShowTraceWindow()
Gets the value of the showTraceWindow property.
|
boolean |
isUseHistory()
Gets the value of the useHistory property.
|
void |
setCookiesExpires(int value)
Sets the value of the cookiesExpires property.
|
void |
setEmailSettings(EmailSettings value)
Sets the value of the emailSettings property.
|
void |
setEnableMessageOnUncaughtException(Boolean value)
Sets the value of the enableMessageOnUncaughtException property.
|
void |
setEntryPoint(String value)
Sets the value of the entryPoint property.
|
void |
setFaviconPath(String value)
Sets the value of the faviconPath property.
|
void |
setIeRedirectEnabled(boolean value)
Sets the value of the ieRedirectEnabled property.
|
void |
setIeRedirectUrl(String value)
Sets the value of the ieRedirectUrl property.
|
void |
setLanguage(LanguageSettings value)
Sets the value of the language property.
|
void |
setLogoImageHeight(String value)
Sets the value of the logoImageHeight property.
|
void |
setLogoImagePath(String value)
Sets the value of the logoImagePath property.
|
void |
setLogoImageWidth(String value)
Sets the value of the logoImageWidth property.
|
void |
setReference(String value)
Sets the value of the reference property.
|
void |
setRegistrationEnabled(boolean value)
Sets the value of the registrationEnabled property.
|
void |
setRegistrationUrl(String value)
Sets the value of the registrationUrl property.
|
void |
setShowTraceWindow(boolean value)
Sets the value of the showTraceWindow property.
|
void |
setThemes(Themes value)
Sets the value of the themes property.
|
void |
setUseHistory(boolean value)
Sets the value of the useHistory property.
|
testGeneratedMethodprotected String entryPoint
protected String reference
protected boolean showTraceWindow
protected boolean useHistory
protected int cookiesExpires
protected String ieRedirectUrl
protected boolean ieRedirectEnabled
protected boolean registrationEnabled
protected String registrationUrl
protected Boolean enableMessageOnUncaughtException
protected String faviconPath
protected String logoImagePath
protected String logoImageWidth
protected String logoImageHeight
protected Themes themes
protected LanguageSettings language
protected EmailSettings emailSettings
public String getEntryPoint()
Stringpublic void setEntryPoint(String value)
value - allowed object is
Stringpublic String getReference()
Stringpublic void setReference(String value)
value - allowed object is
Stringpublic boolean isShowTraceWindow()
public void setShowTraceWindow(boolean value)
public boolean isUseHistory()
public void setUseHistory(boolean value)
public int getCookiesExpires()
public void setCookiesExpires(int value)
public String getIeRedirectUrl()
Stringpublic void setIeRedirectUrl(String value)
value - allowed object is
Stringpublic boolean isIeRedirectEnabled()
public void setIeRedirectEnabled(boolean value)
public boolean isRegistrationEnabled()
public void setRegistrationEnabled(boolean value)
public String getRegistrationUrl()
Stringpublic void setRegistrationUrl(String value)
value - allowed object is
Stringpublic Boolean isEnableMessageOnUncaughtException()
Booleanpublic void setEnableMessageOnUncaughtException(Boolean value)
value - allowed object is
Booleanpublic String getFaviconPath()
Stringpublic void setFaviconPath(String value)
value - allowed object is
Stringpublic String getLogoImagePath()
Stringpublic void setLogoImagePath(String value)
value - allowed object is
Stringpublic String getLogoImageWidth()
Stringpublic void setLogoImageWidth(String value)
value - allowed object is
Stringpublic String getLogoImageHeight()
Stringpublic void setLogoImageHeight(String value)
value - allowed object is
Stringpublic Themes getThemes()
Themespublic void setThemes(Themes value)
value - allowed object is
Themespublic LanguageSettings getLanguage()
LanguageSettingspublic void setLanguage(LanguageSettings value)
value - allowed object is
LanguageSettingspublic EmailSettings getEmailSettings()
EmailSettingspublic void setEmailSettings(EmailSettings value)
value - allowed object is
EmailSettingsCopyright © 2012–2014 RedSoft. All rights reserved.