public class AboutInfo extends DynamicData
Java class for AboutInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AboutInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="build" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="localeVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="localeBuild" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="osType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="productLineId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="apiType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="apiVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="instanceUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="licenseProductName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="licenseProductVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiType |
protected String |
apiVersion |
protected String |
build |
protected String |
fullName |
protected String |
instanceUuid |
protected String |
licenseProductName |
protected String |
licenseProductVersion |
protected String |
localeBuild |
protected String |
localeVersion |
protected String |
name |
protected String |
osType |
protected String |
productLineId |
protected String |
vendor |
protected String |
version |
| Constructor and Description |
|---|
AboutInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiType()
Gets the value of the apiType property.
|
String |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getBuild()
Gets the value of the build property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getInstanceUuid()
Gets the value of the instanceUuid property.
|
String |
getLicenseProductName()
Gets the value of the licenseProductName property.
|
String |
getLicenseProductVersion()
Gets the value of the licenseProductVersion property.
|
String |
getLocaleBuild()
Gets the value of the localeBuild property.
|
String |
getLocaleVersion()
Gets the value of the localeVersion property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOsType()
Gets the value of the osType property.
|
String |
getProductLineId()
Gets the value of the productLineId property.
|
String |
getVendor()
Gets the value of the vendor property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setApiType(String value)
Sets the value of the apiType property.
|
void |
setApiVersion(String value)
Sets the value of the apiVersion property.
|
void |
setBuild(String value)
Sets the value of the build property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setInstanceUuid(String value)
Sets the value of the instanceUuid property.
|
void |
setLicenseProductName(String value)
Sets the value of the licenseProductName property.
|
void |
setLicenseProductVersion(String value)
Sets the value of the licenseProductVersion property.
|
void |
setLocaleBuild(String value)
Sets the value of the localeBuild property.
|
void |
setLocaleVersion(String value)
Sets the value of the localeVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOsType(String value)
Sets the value of the osType property.
|
void |
setProductLineId(String value)
Sets the value of the productLineId property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String fullName
protected String vendor
protected String version
protected String build
protected String localeVersion
protected String localeBuild
protected String osType
protected String productLineId
protected String apiType
protected String apiVersion
protected String instanceUuid
protected String licenseProductName
protected String licenseProductVersion
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getBuild()
Stringpublic void setBuild(String value)
value - allowed object is
Stringpublic String getLocaleVersion()
Stringpublic void setLocaleVersion(String value)
value - allowed object is
Stringpublic String getLocaleBuild()
Stringpublic void setLocaleBuild(String value)
value - allowed object is
Stringpublic String getOsType()
Stringpublic void setOsType(String value)
value - allowed object is
Stringpublic String getProductLineId()
Stringpublic void setProductLineId(String value)
value - allowed object is
Stringpublic String getApiType()
Stringpublic void setApiType(String value)
value - allowed object is
Stringpublic String getApiVersion()
Stringpublic void setApiVersion(String value)
value - allowed object is
Stringpublic String getInstanceUuid()
Stringpublic void setInstanceUuid(String value)
value - allowed object is
Stringpublic String getLicenseProductName()
Stringpublic void setLicenseProductName(String value)
value - allowed object is
Stringpublic String getLicenseProductVersion()
StringCopyright © 2018. All rights reserved.