Class TRAFFICLIGHTSENSORTYPE

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

    Java class for TRAFFICLIGHTSENSORTYPE complex type.

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

     <complexType name="TRAFFICLIGHTSENSORTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="LANE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="POSITION" use="required" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE" />
           <attribute name="LENGTH" use="required" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
           <attribute name="CLASS" use="required" type="{http://www.opentrafficsim.org/ots}CLASSNAMETYPE" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • 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
      • lane

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

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Length length
      • _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

      • TRAFFICLIGHTSENSORTYPE

        public TRAFFICLIGHTSENSORTYPE()
    • Method Detail

      • 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
      • getLANE

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

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

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

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

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

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