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
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean_boolean
-
Constructor Summary
Constructors Constructor Description BooleanParameterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBoolean()Gets the value of the boolean property.voidsetBoolean(boolean value)Sets the value of the boolean property.
-