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