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