public class GuestRegValueDwordSpec extends GuestRegValueDataSpec
Java class for GuestRegValueDwordSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestRegValueDwordSpec">
<complexContent>
<extension base="{urn:vim25}GuestRegValueDataSpec">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
value |
| Constructor and Description |
|---|
GuestRegValueDwordSpec() |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Gets the value of the value property.
|
void |
setValue(int value)
Sets the value of the value property.
|
Copyright © 2018. All rights reserved.