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