public class ExtensionClientInfo extends DynamicData
Java class for ExtensionClientInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionClientInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{urn:vim25}Description"/>
<element name="company" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" 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 |
company |
protected Description |
description |
protected String |
type |
protected String |
url |
protected String |
version |
| Constructor and Description |
|---|
ExtensionClientInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany()
Gets the value of the company property.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected Description description
protected String company
protected String type
protected String url
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2018. All rights reserved.