Class PARAMETERTYPEBOOLEAN

  • All Implemented Interfaces:
    Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class PARAMETERTYPEBOOLEAN
    extends PARAMETERTYPE
    implements Serializable

    Java class for PARAMETERTYPEBOOLEAN complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PARAMETERTYPEBOOLEAN">
       <complexContent>
         <extension base="{http://www.opentrafficsim.org/ots}PARAMETERTYPE">
           <attribute name="DEFAULT" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • _default

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Boolean _default
    • Constructor Detail

      • PARAMETERTYPEBOOLEAN

        public PARAMETERTYPEBOOLEAN()
    • Method Detail

      • isDEFAULT

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Boolean isDEFAULT()
        Gets the value of the default property.
        Returns:
        possible object is Boolean
      • setDEFAULT

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setDEFAULT​(Boolean value)
        Sets the value of the default property.
        Parameters:
        value - allowed object is Boolean