public class OvfUnsupportedType extends OvfUnsupportedPackage
Java class for OvfUnsupportedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfUnsupportedType">
<complexContent>
<extension base="{urn:vim25}OvfUnsupportedPackage">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="instanceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deviceType" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
deviceType |
protected String |
instanceId |
protected String |
name |
lineNumberfaultCause, faultMessage| Constructor and Description |
|---|
OvfUnsupportedType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeviceType()
Gets the value of the deviceType property.
|
String |
getInstanceId()
Gets the value of the instanceId property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDeviceType(int value)
Sets the value of the deviceType property.
|
void |
setInstanceId(String value)
Sets the value of the instanceId property.
|
void |
setName(String value)
Sets the value of the name property.
|
getLineNumber, setLineNumbergetFaultCause, getFaultMessage, setFaultCauseprotected String name
protected String instanceId
protected int deviceType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getInstanceId()
Stringpublic void setInstanceId(String value)
value - allowed object is
Stringpublic int getDeviceType()
public void setDeviceType(int value)
Copyright © 2018. All rights reserved.