public class NotSupportedHost extends HostConnectFault
Java class for NotSupportedHost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotSupportedHost">
<complexContent>
<extension base="{urn:vim25}HostConnectFault">
<sequence>
<element name="productName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="productVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
productName |
protected String |
productVersion |
faultCause, faultMessage| Constructor and Description |
|---|
NotSupportedHost() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProductName()
Gets the value of the productName property.
|
String |
getProductVersion()
Gets the value of the productVersion property.
|
void |
setProductName(String value)
Sets the value of the productName property.
|
void |
setProductVersion(String value)
Sets the value of the productVersion property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String productName
protected String productVersion
public String getProductName()
Stringpublic void setProductName(String value)
value - allowed object is
Stringpublic String getProductVersion()
StringCopyright © 2018. All rights reserved.