public class BooleanValue extends StateValue
Java class for BooleanValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BooleanValue">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}StateValue">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
value |
| Constructor and Description |
|---|
BooleanValue() |
| 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.
|
Copyright © 2016. All rights reserved.