public class Tab extends Obj
Java class for tab complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tab">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="section" type="{http://www.intertrust.ru}tab.section" maxOccurs="unbounded" minOccurs="0"/>
<element name="subtab" type="{http://www.intertrust.ru}tab.subtab" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.intertrust.ru}tab.type" />
<attribute name="subType" type="{http://www.intertrust.ru}tab.subType" default="default" />
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<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 List<TabSection> |
section |
protected List<TabSubtab> |
subtab |
protected TabSubType |
subType |
protected TabType |
type |
| Constructor and Description |
|---|
Tab() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getHelpId()
Gets the value of the helpId property.
|
List<TabSection> |
getSection()
Gets the value of the section property.
|
List<TabSubtab> |
getSubtab()
Gets the value of the subtab property.
|
TabSubType |
getSubType()
Gets the value of the subType property.
|
TabType |
getType()
Gets the value of the type property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setHelpId(String value)
Sets the value of the helpId property.
|
void |
setSubType(TabSubType value)
Sets the value of the subType property.
|
void |
setType(TabType value)
Sets the value of the type property.
|
testGeneratedMethodprotected List<TabSection> section
protected TabType type
protected TabSubType subType
protected String alias
protected String helpId
public List<TabSection> getSection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the section property.
For example, to add a new item, do as follows:
getSection().add(newItem);
Objects of the following type(s) are allowed in the list
TabSection
public List<TabSubtab> getSubtab()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the subtab property.
For example, to add a new item, do as follows:
getSubtab().add(newItem);
Objects of the following type(s) are allowed in the list
TabSubtab
public TabType getType()
TabTypepublic void setType(TabType value)
value - allowed object is
TabTypepublic TabSubType getSubType()
TabSubTypepublic void setSubType(TabSubType value)
value - allowed object is
TabSubTypepublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getHelpId()
StringCopyright © 2012–2014 RedSoft. All rights reserved.