Package ietf.params.xml.ns.icalendar_2
Class BooleanParameterType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseParameterType
ietf.params.xml.ns.icalendar_2.BooleanParameterType
- Direct Known Subclasses:
RsvpParamType
,StayInformedParameterType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the boolean property.void
setBoolean
(boolean value) Sets the value of the boolean property.
-
Field Details
-
_boolean
protected boolean _boolean
-
-
Constructor Details
-
BooleanParameterType
public BooleanParameterType()
-
-
Method Details
-
isBoolean
public boolean isBoolean()Gets the value of the boolean property. -
setBoolean
public void setBoolean(boolean value) Sets the value of the boolean property.
-