Class PARAMETERFLOATDIST

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               date="2020-08-12T04:40:29+02:00",
               comments="JAXB RI v2.3.0")
    public class PARAMETERFLOATDIST
    extends CONTDISTTYPE
    implements java.io.Serializable

    Java class for PARAMETERFLOATDIST complex type.

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

     <complexType name="PARAMETERFLOATDIST">
       <complexContent>
         <extension base="{http://www.opentrafficsim.org/ots}CONTDISTTYPE">
           <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        protected java.lang.String id
    • Constructor Detail

      • PARAMETERFLOATDIST

        public PARAMETERFLOATDIST()
    • Method Detail

      • getID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public java.lang.String getID()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setID

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-08-12T04:40:29+02:00",
                   comments="JAXB RI v2.3.0")
        public void setID​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String