@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 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"> <sequence> <element name="SIGNALGROUP" maxOccurs="unbounded"> <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> </element> </sequence> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CYCLETIME" use="required" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" /> <attribute name="OFFSET" type="{http://www.opentrafficsim.org/ots}DURATIONTYPE" /> <attribute name="STARTTIME" type="{http://www.opentrafficsim.org/ots}TIMETYPE" /> <attribute name="ENDTIME" type="{http://www.opentrafficsim.org/ots}TIMETYPE" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CONTROL.FIXEDTIME.SIGNALGROUP
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Duration |
cycletime |
protected Time |
endtime |
protected String |
id |
protected Duration |
offset |
protected List<CONTROL.FIXEDTIME.SIGNALGROUP> |
signalgroup |
protected Time |
starttime |
Constructor and Description |
---|
FIXEDTIME() |
Modifier and Type | Method and Description |
---|---|
Duration |
getCYCLETIME()
Gets the value of the cycletime property.
|
Time |
getENDTIME()
Gets the value of the endtime property.
|
String |
getID()
Gets the value of the id property.
|
Duration |
getOFFSET()
Gets the value of the offset property.
|
List<CONTROL.FIXEDTIME.SIGNALGROUP> |
getSIGNALGROUP()
Gets the value of the signalgroup property.
|
Time |
getSTARTTIME()
Gets the value of the starttime property.
|
void |
setCYCLETIME(Duration value)
Sets the value of the cycletime property.
|
void |
setENDTIME(Time value)
Sets the value of the endtime property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setOFFSET(Duration value)
Sets the value of the offset property.
|
void |
setSTARTTIME(Time value)
Sets the value of the starttime property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected List<CONTROL.FIXEDTIME.SIGNALGROUP> signalgroup
@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 cycletime
@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 Time starttime
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Time endtime
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public List<CONTROL.FIXEDTIME.SIGNALGROUP> getSIGNALGROUP()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the signalgroup property.
For example, to add a new item, do as follows:
getSIGNALGROUP().add(newItem);
Objects of the following type(s) are allowed in the list
CONTROL.FIXEDTIME.SIGNALGROUP
@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 getCYCLETIME()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setCYCLETIME(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 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 Time getSTARTTIME()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setSTARTTIME(Time 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 Time getENDTIME()
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.