public class ExtSolutionManagerInfo extends DynamicData
Java class for ExtSolutionManagerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtSolutionManagerInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="tab" type="{urn:vim25}ExtSolutionManagerInfoTabInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="smallIconUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
smallIconUrl |
protected List<ExtSolutionManagerInfoTabInfo> |
tab |
| Constructor and Description |
|---|
ExtSolutionManagerInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSmallIconUrl()
Gets the value of the smallIconUrl property.
|
List<ExtSolutionManagerInfoTabInfo> |
getTab()
Gets the value of the tab property.
|
void |
setSmallIconUrl(String value)
Sets the value of the smallIconUrl property.
|
protected List<ExtSolutionManagerInfoTabInfo> tab
protected String smallIconUrl
public List<ExtSolutionManagerInfoTabInfo> 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
ExtSolutionManagerInfoTabInfo
public String getSmallIconUrl()
StringCopyright © 2018. All rights reserved.