Class BooleanParameterType

java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseParameterType
ietf.params.xml.ns.icalendar_2.BooleanParameterType
Direct Known Subclasses:
RsvpParamType, StayInformedParameterType

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 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.