public class TabSection extends Obj
Java class for tab.section complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tab.section">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="element" type="{http://www.intertrust.ru}tab.details.element" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="open" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="styleElementCaption" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="styleElementContainer" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="widthElement" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="isSendingFormWidget" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected List<TabDetailsElement> |
element |
protected Boolean |
isSendingFormWidget |
protected Boolean |
open |
protected String |
styleElementCaption |
protected String |
styleElementContainer |
protected String |
widthElement |
| Constructor and Description |
|---|
TabSection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
List<TabDetailsElement> |
getElement()
Gets the value of the element property.
|
String |
getStyleElementCaption()
Gets the value of the styleElementCaption property.
|
String |
getStyleElementContainer()
Gets the value of the styleElementContainer property.
|
String |
getWidthElement()
Gets the value of the widthElement property.
|
boolean |
isIsSendingFormWidget()
Gets the value of the isSendingFormWidget property.
|
boolean |
isOpen()
Gets the value of the open property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setIsSendingFormWidget(Boolean value)
Sets the value of the isSendingFormWidget property.
|
void |
setOpen(Boolean value)
Sets the value of the open property.
|
void |
setStyleElementCaption(String value)
Sets the value of the styleElementCaption property.
|
void |
setStyleElementContainer(String value)
Sets the value of the styleElementContainer property.
|
void |
setWidthElement(String value)
Sets the value of the widthElement property.
|
testGeneratedMethodprotected List<TabDetailsElement> element
protected String alias
protected Boolean open
protected String styleElementCaption
protected String styleElementContainer
protected String widthElement
protected Boolean isSendingFormWidget
public List<TabDetailsElement> getElement()
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 element property.
For example, to add a new item, do as follows:
getElement().add(newItem);
Objects of the following type(s) are allowed in the list
TabDetailsElement
public String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic boolean isOpen()
Booleanpublic void setOpen(Boolean value)
value - allowed object is
Booleanpublic String getStyleElementCaption()
Stringpublic void setStyleElementCaption(String value)
value - allowed object is
Stringpublic String getStyleElementContainer()
Stringpublic void setStyleElementContainer(String value)
value - allowed object is
Stringpublic String getWidthElement()
Stringpublic void setWidthElement(String value)
value - allowed object is
Stringpublic boolean isIsSendingFormWidget()
BooleanCopyright © 2012–2014 RedSoft. All rights reserved.