Class CATEGORYTYPE

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

    Java class for CATEGORYTYPE complex type.

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

     <complexType name="CATEGORYTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LANE" type="{http://www.opentrafficsim.org/ots}LANELINKTYPE" minOccurs="0"/>
           </sequence>
           <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="GTUTYPE" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="ROUTE" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="FACTOR" type="{http://www.opentrafficsim.org/ots}POSITIVEFACTOR" default="1.0" />
           <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • lane

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

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

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

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

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

      • CATEGORYTYPE

        public CATEGORYTYPE()
    • Method Detail

      • getLANE

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

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

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

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

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

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

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

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

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