public class OvfConsumerPowerOnFault extends InvalidState
Java class for OvfConsumerPowerOnFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfConsumerPowerOnFault">
<complexContent>
<extension base="{urn:vim25}InvalidState">
<sequence>
<element name="extensionKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extensionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
extensionKey |
protected String |
extensionName |
faultCause, faultMessage| Constructor and Description |
|---|
OvfConsumerPowerOnFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getExtensionKey()
Gets the value of the extensionKey property.
|
String |
getExtensionName()
Gets the value of the extensionName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExtensionKey(String value)
Sets the value of the extensionKey property.
|
void |
setExtensionName(String value)
Sets the value of the extensionName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String extensionKey
protected String extensionName
protected String description
public String getExtensionKey()
Stringpublic void setExtensionKey(String value)
value - allowed object is
Stringpublic String getExtensionName()
Stringpublic void setExtensionName(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2018. All rights reserved.