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