Class DESIREDSPEEDMODELTYPE

  • 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 DESIREDSPEEDMODELTYPE
    extends Object
    implements Serializable

    Java class for DESIREDSPEEDMODELTYPE complex type.

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

     <complexType name="DESIREDSPEEDMODELTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="IDM" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="SOCIO" type="{http://www.opentrafficsim.org/ots}DESIREDSPEEDMODELTYPE"/>
             <element name="CLASS" type="{http://www.opentrafficsim.org/ots}CLASSNAMETYPE"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • idm

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

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

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

      • DESIREDSPEEDMODELTYPE

        public DESIREDSPEEDMODELTYPE()
    • Method Detail

      • getIDM

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

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

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

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

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

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