Class PARAMETERCLASS

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    MODELTYPE.MODELPARAMETERS.CLASS

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

    Java class for PARAMETERCLASS complex type.

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

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

      • value

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

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

      • PARAMETERCLASS

        public PARAMETERCLASS()
    • Method Detail

      • getValue

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

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

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

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