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.7",
date="2024-08-29T18:50:16+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.opentrafficsim.org/ots}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
Modifier and TypeFieldDescriptionprotected DurationType
protected DurationType
protected DurationType
protected StringType
protected DurationType
-
Constructor Summary
-
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
setGreen
(DurationType value) Sets the value of the green property.void
setOffset
(DurationType value) Sets the value of the offset property.void
setPreGreen
(DurationType value) Sets the value of the preGreen property.void
setSignalGroupId
(StringType value) Sets the value of the signalGroupId property.void
setYellow
(DurationType value) Sets the value of the yellow property.
-
Field Details
-
signalGroupId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType signalGroupId -
offset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DurationType offset -
preGreen
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DurationType preGreen -
green
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DurationType green -
yellow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DurationType yellow
-
-
Constructor Details
-
Cycle
public Cycle()
-
-
Method Details
-
getSignalGroupId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setSignalGroupId(StringType 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.7", date="2024-08-29T18:50:16+02:00") public DurationType 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.7", date="2024-08-29T18:50:16+02:00") public void setOffset(DurationType 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.7", date="2024-08-29T18:50:16+02:00") public DurationType 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.7", date="2024-08-29T18:50:16+02:00") public void setPreGreen(DurationType 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.7", date="2024-08-29T18:50:16+02:00") public DurationType 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.7", date="2024-08-29T18:50:16+02:00") public void setGreen(DurationType 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.7", date="2024-08-29T18:50:16+02:00") public DurationType 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.7", date="2024-08-29T18:50:16+02:00") public void setYellow(DurationType value) Sets the value of the yellow property.- Parameters:
value
- allowed object isString
-