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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CYCLE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Duration
getGREEN()
Gets the value of the green property.Duration
getOFFSET()
Gets the value of the offset property.Duration
getPREGREEN()
Gets the value of the pregreen property.String
getSIGNALGROUPID()
Gets the value of the signalgroupid property.Duration
getYELLOW()
Gets the value of the yellow property.void
setGREEN(Duration value)
Sets the value of the green property.void
setOFFSET(Duration value)
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
setYELLOW(Duration value)
Sets the value of the yellow property.
-
-
-
Field Detail
-
signalgroupid
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String signalgroupid
-
offset
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Duration offset
-
pregreen
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Duration pregreen
-
green
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Duration green
-
yellow
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Duration yellow
-
-
Method Detail
-
getSIGNALGROUPID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getSIGNALGROUPID()
Gets the value of the signalgroupid property.- Returns:
- possible object is
String
-
setSIGNALGROUPID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Duration getYELLOW()
Gets the value of the yellow property.- Returns:
- possible object is
String
-
-