public class GuestRegistryValueFault extends GuestRegistryFault
Java class for GuestRegistryValueFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestRegistryValueFault">
<complexContent>
<extension base="{urn:vim25}GuestRegistryFault">
<sequence>
<element name="keyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="valueName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
keyName |
protected String |
valueName |
windowsSystemErrorCodefaultCause, faultMessage| Constructor and Description |
|---|
GuestRegistryValueFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyName()
Gets the value of the keyName property.
|
String |
getValueName()
Gets the value of the valueName property.
|
void |
setKeyName(String value)
Sets the value of the keyName property.
|
void |
setValueName(String value)
Sets the value of the valueName property.
|
getWindowsSystemErrorCode, setWindowsSystemErrorCodegetFaultCause, getFaultMessage, setFaultCausepublic String getKeyName()
Stringpublic void setKeyName(String value)
value - allowed object is
Stringpublic String getValueName()
StringCopyright © 2018. All rights reserved.