Class CONTROLTYPE

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CONTROL.FIXEDTIME, RESPONSIVECONTROLTYPE

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

    Java class for CONTROLTYPE complex type.

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

     <complexType name="CONTROLTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SIGNALGROUP" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="TRAFFICLIGHT" maxOccurs="unbounded">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="LINK" 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="TRAFFICLIGHTID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="STARTTIME" type="{http://www.opentrafficsim.org/ots}TIMETYPE" />
           <attribute name="ENDTIME" type="{http://www.opentrafficsim.org/ots}TIMETYPE" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • signalgroup

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

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

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

      • CONTROLTYPE

        public CONTROLTYPE()
    • Method Detail

      • getSIGNALGROUP

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<CONTROLTYPE.SIGNALGROUP> getSIGNALGROUP()
        Gets the value of the signalgroup property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the signalgroup property.

        For example, to add a new item, do as follows:

            getSIGNALGROUP().add(newItem);
         

        Objects of the following type(s) are allowed in the list CONTROLTYPE.SIGNALGROUP

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

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

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

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

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