public class ExtManagedEntityInfo extends DynamicData
Java class for ExtManagedEntityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtManagedEntityInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="smallIconUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="iconUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
iconUrl |
protected String |
smallIconUrl |
protected String |
type |
| Constructor and Description |
|---|
ExtManagedEntityInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getIconUrl()
Gets the value of the iconUrl property.
|
String |
getSmallIconUrl()
Gets the value of the smallIconUrl property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIconUrl(String value)
Sets the value of the iconUrl property.
|
void |
setSmallIconUrl(String value)
Sets the value of the smallIconUrl property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String smallIconUrl
protected String iconUrl
protected String description
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getSmallIconUrl()
Stringpublic void setSmallIconUrl(String value)
value - allowed object is
Stringpublic String getIconUrl()
Stringpublic void setIconUrl(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2018. All rights reserved.