Class CONTROL.FIXEDTIME.CYCLE

java.lang.Object
org.opentrafficsim.xml.generated.CONTROL.FIXEDTIME.CYCLE
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CONTROL.FIXEDTIME

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public static class CONTROL.FIXEDTIME.CYCLE
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="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>
 
See Also:
Serialized Form
  • Field Details

    • signalgroupid

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String signalgroupid
    • offset

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Duration offset
    • pregreen

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Duration pregreen
    • green

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Duration green
    • yellow

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Duration yellow
  • Constructor Details

  • Method Details

    • getSIGNALGROUPID

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getSIGNALGROUPID()
      Gets the value of the signalgroupid property.
      Returns:
      possible object is String
    • setSIGNALGROUPID

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setSIGNALGROUPID​(java.lang.String value)
      Sets the value of the signalgroupid property.
      Parameters:
      value - allowed object is String
    • getOFFSET

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Duration getOFFSET()
      Gets the value of the offset property.
      Returns:
      possible object is String
    • setOFFSET

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setOFFSET​(Duration value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is String
    • getPREGREEN

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Duration getPREGREEN()
      Gets the value of the pregreen property.
      Returns:
      possible object is String
    • setPREGREEN

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setPREGREEN​(Duration value)
      Sets the value of the pregreen property.
      Parameters:
      value - allowed object is String
    • getGREEN

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Duration getGREEN()
      Gets the value of the green property.
      Returns:
      possible object is String
    • setGREEN

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setGREEN​(Duration value)
      Sets the value of the green property.
      Parameters:
      value - allowed object is String
    • getYELLOW

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Duration getYELLOW()
      Gets the value of the yellow property.
      Returns:
      possible object is String
    • setYELLOW

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setYELLOW​(Duration value)
      Sets the value of the yellow property.
      Parameters:
      value - allowed object is String