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