public class VirtualMachineProfileRawData extends DynamicData
Java class for VirtualMachineProfileRawData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineProfileRawData">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="extensionKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="objectData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
extensionKey |
protected String |
objectData |
| Constructor and Description |
|---|
VirtualMachineProfileRawData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtensionKey()
Gets the value of the extensionKey property.
|
String |
getObjectData()
Gets the value of the objectData property.
|
void |
setExtensionKey(String value)
Sets the value of the extensionKey property.
|
void |
setObjectData(String value)
Sets the value of the objectData property.
|
public String getExtensionKey()
Stringpublic void setExtensionKey(String value)
value - allowed object is
Stringpublic String getObjectData()
StringCopyright © 2018. All rights reserved.