public class BooleanParameterType extends BaseParameterType
Java class for BooleanParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BooleanParameterType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_boolean |
| Constructor and Description |
|---|
BooleanParameterType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBoolean()
Gets the value of the boolean property.
|
void |
setBoolean(boolean value)
Sets the value of the boolean property.
|
Copyright © 2015 Bedework. All rights reserved.