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