public class UserSettings extends Obj
Java class for userSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userSettings">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="margin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enableScrolling" type="{http://www.intertrust.ru}bool"/>
<element name="animation" type="{http://www.intertrust.ru}animation"/>
<element name="enableWindowClosingHandler" type="{http://www.intertrust.ru}bool"/>
<element name="components" type="{http://www.intertrust.ru}components"/>
<element name="requestTimeout" type="{http://www.intertrust.ru}requestTimeout"/>
<element name="tokenConfig" type="{http://www.intertrust.ru}tokenConfig"/>
<element name="dialogConfig" type="{http://www.intertrust.ru}dialogConfig"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Animation |
animation |
protected Components |
components |
protected DialogConfig |
dialogConfig |
protected Boolean |
enableScrolling |
protected Boolean |
enableWindowClosingHandler |
protected String |
margin |
protected RequestTimeout |
requestTimeout |
protected TokenConfig |
tokenConfig |
| Constructor and Description |
|---|
UserSettings() |
| Modifier and Type | Method and Description |
|---|---|
Animation |
getAnimation()
Gets the value of the animation property.
|
Components |
getComponents()
Gets the value of the components property.
|
DialogConfig |
getDialogConfig()
Gets the value of the dialogConfig property.
|
String |
getMargin()
Gets the value of the margin property.
|
RequestTimeout |
getRequestTimeout()
Gets the value of the requestTimeout property.
|
TokenConfig |
getTokenConfig()
Gets the value of the tokenConfig property.
|
Boolean |
isEnableScrolling()
Gets the value of the enableScrolling property.
|
Boolean |
isEnableWindowClosingHandler()
Gets the value of the enableWindowClosingHandler property.
|
void |
setAnimation(Animation value)
Sets the value of the animation property.
|
void |
setComponents(Components value)
Sets the value of the components property.
|
void |
setDialogConfig(DialogConfig value)
Sets the value of the dialogConfig property.
|
void |
setEnableScrolling(Boolean value)
Sets the value of the enableScrolling property.
|
void |
setEnableWindowClosingHandler(Boolean value)
Sets the value of the enableWindowClosingHandler property.
|
void |
setMargin(String value)
Sets the value of the margin property.
|
void |
setRequestTimeout(RequestTimeout value)
Sets the value of the requestTimeout property.
|
void |
setTokenConfig(TokenConfig value)
Sets the value of the tokenConfig property.
|
testGeneratedMethodprotected String margin
protected Boolean enableScrolling
protected Animation animation
protected Boolean enableWindowClosingHandler
protected Components components
protected RequestTimeout requestTimeout
protected TokenConfig tokenConfig
protected DialogConfig dialogConfig
public String getMargin()
Stringpublic void setMargin(String value)
value - allowed object is
Stringpublic Boolean isEnableScrolling()
Booleanpublic void setEnableScrolling(Boolean value)
value - allowed object is
Booleanpublic Animation getAnimation()
Animationpublic void setAnimation(Animation value)
value - allowed object is
Animationpublic Boolean isEnableWindowClosingHandler()
Booleanpublic void setEnableWindowClosingHandler(Boolean value)
value - allowed object is
Booleanpublic Components getComponents()
Componentspublic void setComponents(Components value)
value - allowed object is
Componentspublic RequestTimeout getRequestTimeout()
RequestTimeoutpublic void setRequestTimeout(RequestTimeout value)
value - allowed object is
RequestTimeoutpublic TokenConfig getTokenConfig()
TokenConfigpublic void setTokenConfig(TokenConfig value)
value - allowed object is
TokenConfigpublic DialogConfig getDialogConfig()
DialogConfigpublic void setDialogConfig(DialogConfig value)
value - allowed object is
DialogConfigCopyright © 2012–2014 RedSoft. All rights reserved.