Class CONTROL.FIXEDTIME

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CONTROL

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

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.opentrafficsim.org/ots}CONTROLTYPE">
           <sequence>
             <element name="CYCLE" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="SIGNALGROUPID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="OFFSET" use="required" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" />
                     <attribute name="PREGREEN" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" />
                     <attribute name="GREEN" use="required" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" />
                     <attribute name="YELLOW" use="required" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="CYCLETIME" use="required" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" />
           <attribute name="OFFSET" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" default="0.0 s" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • cycle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<CONTROL.FIXEDTIME.CYCLE> cycle
      • cycletime

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

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

      • FIXEDTIME

        public FIXEDTIME()
    • Method Detail

      • getCYCLE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<CONTROL.FIXEDTIME.CYCLE> getCYCLE()
        Gets the value of the cycle 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 cycle property.

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

            getCYCLE().add(newItem);
         

        Objects of the following type(s) are allowed in the list CONTROL.FIXEDTIME.CYCLE

      • getCYCLETIME

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

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

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

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