public class TabSubtab extends Obj
Java class for tab.subtab complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tab.subtab">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="select" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="helpId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
helpId |
protected Boolean |
select |
protected Boolean |
visible |
| Constructor and Description |
|---|
TabSubtab() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getHelpId()
Gets the value of the helpId property.
|
boolean |
isSelect()
Gets the value of the select property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setHelpId(String value)
Sets the value of the helpId property.
|
void |
setSelect(Boolean value)
Sets the value of the select property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
testGeneratedMethodprotected String alias
protected Boolean select
protected Boolean visible
protected String helpId
public String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic boolean isSelect()
Booleanpublic void setSelect(Boolean value)
value - allowed object is
Booleanpublic boolean isVisible()
Booleanpublic void setVisible(Boolean value)
value - allowed object is
Booleanpublic String getHelpId()
StringCopyright © 2012–2014 RedSoft. All rights reserved.