public class ExtSolutionManagerInfoTabInfo extends DynamicData
Java class for ExtSolutionManagerInfoTabInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtSolutionManagerInfoTabInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
url |
| Constructor and Description |
|---|
ExtSolutionManagerInfoTabInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2018. All rights reserved.