@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public static class CONTROL.FIXEDTIME.SIGNALGROUP extends Object
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="ID" 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>
Modifier and Type | Field and Description |
---|---|
protected Duration |
green |
protected String |
id |
protected Duration |
offset |
protected Duration |
pregreen |
protected Duration |
yellow |
Constructor and Description |
---|
SIGNALGROUP() |
Modifier and Type | Method and Description |
---|---|
Duration |
getGREEN()
Gets the value of the green property.
|
String |
getID()
Gets the value of the id property.
|
Duration |
getOFFSET()
Gets the value of the offset property.
|
Duration |
getPREGREEN()
Gets the value of the pregreen property.
|
Duration |
getYELLOW()
Gets the value of the yellow property.
|
void |
setGREEN(Duration value)
Sets the value of the green property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setOFFSET(Duration value)
Sets the value of the offset property.
|
void |
setPREGREEN(Duration value)
Sets the value of the pregreen property.
|
void |
setYELLOW(Duration value)
Sets the value of the yellow property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Duration offset
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Duration pregreen
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Duration green
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Duration yellow
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getID()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setID(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Duration getOFFSET()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setOFFSET(Duration value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Duration getPREGREEN()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setPREGREEN(Duration value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Duration getGREEN()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setGREEN(Duration value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Duration getYELLOW()
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.