Class 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 Detail

      • _boolean

        protected boolean _boolean
    • Constructor Detail

      • BooleanParameterType

        public BooleanParameterType()
    • Method Detail

      • isBoolean

        public boolean isBoolean()
        Gets the value of the boolean property.
      • setBoolean

        public void setBoolean​(boolean value)
        Sets the value of the boolean property.