Class SPEEDLIMIT

  • 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 SPEEDLIMIT
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="LEGALSPEEDLIMIT" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SPEEDLIMIT()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGTUTYPE()
      Gets the value of the gtutype property.
      Speed getLEGALSPEEDLIMIT()
      Gets the value of the legalspeedlimit property.
      void setGTUTYPE​(java.lang.String value)
      Sets the value of the gtutype property.
      void setLEGALSPEEDLIMIT​(Speed value)
      Sets the value of the legalspeedlimit property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • gtutype

        @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 gtutype
      • legalspeedlimit

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

      • SPEEDLIMIT

        public SPEEDLIMIT()
    • Method Detail

      • getGTUTYPE

        @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 getGTUTYPE()
        Gets the value of the gtutype property.
        Returns:
        possible object is String
      • setGTUTYPE

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

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

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