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