public class NoticePanelParameters extends Obj
Java class for noticePanelParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="noticePanelParameters">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
timeout |
protected Boolean |
visible |
| Constructor and Description |
|---|
NoticePanelParameters() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getTimeout()
Gets the value of the timeout property.
|
Boolean |
isVisible()
Gets the value of the visible property.
|
void |
setTimeout(Integer value)
Sets the value of the timeout property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
testGeneratedMethodpublic Integer getTimeout()
Integerpublic void setTimeout(Integer value)
value - allowed object is
Integerpublic Boolean isVisible()
BooleanCopyright © 2012–2014 RedSoft. All rights reserved.