public class Tabs
extends java.lang.Object
Java class for tabs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tabs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="tab" type="{}tab"/>
</sequence>
<attribute ref="{}id use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.util.List<Tab> |
tab |
| Constructor and Description |
|---|
Tabs() |
protected java.util.List<Tab> tab
protected java.lang.String id
public java.util.List<Tab> getTab()
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 tab property.
For example, to add a new item, do as follows:
getTab().add(newItem);
Objects of the following type(s) are allowed in the list
Tab
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
StringCopyright © 2015. All Rights Reserved.