Package org.opentrafficsim.xml.generated
Class CONTROL.FIXEDTIME.CYCLE
java.lang.Object
org.opentrafficsim.xml.generated.CONTROL.FIXEDTIME.CYCLE
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CONTROL.FIXEDTIME
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2024-05-19T01:06:56+02:00")
public static class CONTROL.FIXEDTIME.CYCLE
extends Object
implements 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGREEN()
Gets the value of the green property.Gets the value of the offset property.Gets the value of the pregreen property.Gets the value of the signalgroupid property.Gets the value of the yellow property.void
Sets the value of the green property.void
Sets the value of the offset property.void
setPREGREEN
(Duration value) Sets the value of the pregreen property.void
setSIGNALGROUPID
(String value) Sets the value of the signalgroupid property.void
Sets the value of the yellow property.
-
Field Details
-
signalgroupid
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String signalgroupid -
offset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Duration offset -
pregreen
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Duration pregreen -
green
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Duration green -
yellow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Duration yellow
-
-
Constructor Details
-
CYCLE
public CYCLE()
-
-
Method Details
-
getSIGNALGROUPID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getSIGNALGROUPID()Gets the value of the signalgroupid property.- Returns:
- possible object is
String
-
setSIGNALGROUPID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setSIGNALGROUPID(String value) Sets the value of the signalgroupid property.- Parameters:
value
- allowed object isString
-
getOFFSET
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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="2024-05-19T01:06:56+02:00") public void setOFFSET(Duration value) Sets the value of the offset property.- Parameters:
value
- allowed object isString
-
getPREGREEN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Duration getPREGREEN()Gets the value of the pregreen property.- Returns:
- possible object is
String
-
setPREGREEN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setPREGREEN(Duration value) Sets the value of the pregreen property.- Parameters:
value
- allowed object isString
-
getGREEN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Duration getGREEN()Gets the value of the green property.- Returns:
- possible object is
String
-
setGREEN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setGREEN(Duration value) Sets the value of the green property.- Parameters:
value
- allowed object isString
-
getYELLOW
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Duration getYELLOW()Gets the value of the yellow property.- Returns:
- possible object is
String
-
setYELLOW
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setYELLOW(Duration value) Sets the value of the yellow property.- Parameters:
value
- allowed object isString
-