Class PARAMETERTYPEINTEGER

  • 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 PARAMETERTYPEINTEGER
    extends PARAMETERTYPE
    implements Serializable

    Java class for PARAMETERTYPEINTEGER complex type.

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

     <complexType name="PARAMETERTYPEINTEGER">
       <complexContent>
         <extension base="{http://www.opentrafficsim.org/ots}PARAMETERTYPE">
           <attribute name="DEFAULT" type="{http://www.w3.org/2001/XMLSchema}int" />
         </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 Integer _default
    • Constructor Detail

      • PARAMETERTYPEINTEGER

        public PARAMETERTYPEINTEGER()
    • Method Detail

      • getDEFAULT

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Integer getDEFAULT()
        Gets the value of the default property.
        Returns:
        possible object is Integer
      • 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​(Integer value)
        Sets the value of the default property.
        Parameters:
        value - allowed object is Integer