Package org.opentrafficsim.xml.generated
Class Control.TrafCod
java.lang.Object
org.opentrafficsim.xml.generated.ControlType
org.opentrafficsim.xml.generated.ResponsiveControlType
org.opentrafficsim.xml.generated.Control.TrafCod
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Control
@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.TrafCod
extends ResponsiveControlType
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}ResponsiveControlType"> <sequence> <choice> <element name="Program"> <complexType> <simpleContent> <extension base="<http://www.opentrafficsim.org/ots>MultiLineString"> <attribute name="Space" type="{http://www.opentrafficsim.org/ots}space" default="preserve" /> </extension> </simpleContent> </complexType> </element> <element name="ProgramFile" type="{http://www.opentrafficsim.org/ots}anyURI"/> </choice> <element name="Console"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Map"> <complexType> <simpleContent> <extension base="<http://www.opentrafficsim.org/ots>MultiLineString"> <attribute name="Type" type="{http://www.opentrafficsim.org/ots}GraphicsType" /> <attribute name="Encoding" type="{http://www.opentrafficsim.org/ots}EncodingType" /> <attribute name="Space" type="{http://www.opentrafficsim.org/ots}space" default="preserve" /> </extension> </simpleContent> </complexType> </element> <element name="MapFile" type="{http://www.opentrafficsim.org/ots}anyURI"/> </choice> <choice> <element name="Coordinates" type="{http://www.opentrafficsim.org/ots}TrafCodCoordinatesType"/> <element name="CoordinatesFile" type="{http://www.opentrafficsim.org/ots}anyURI"/> </choice> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type.Nested classes/interfaces inherited from class org.opentrafficsim.xml.generated.ResponsiveControlType
ResponsiveControlType.Detector
Nested classes/interfaces inherited from class org.opentrafficsim.xml.generated.ControlType
ControlType.SignalGroup
-
Field Summary
Modifier and TypeFieldDescriptionprotected Control.TrafCod.Console
protected Control.TrafCod.Program
protected String
Fields inherited from class org.opentrafficsim.xml.generated.ResponsiveControlType
detector
Fields inherited from class org.opentrafficsim.xml.generated.ControlType
endTime, id, signalGroup, startTime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the console property.Gets the value of the program property.Gets the value of the programFile property.void
Sets the value of the console property.void
Sets the value of the program property.void
setProgramFile
(String value) Sets the value of the programFile property.Methods inherited from class org.opentrafficsim.xml.generated.ResponsiveControlType
getDetector
Methods inherited from class org.opentrafficsim.xml.generated.ControlType
getEndTime, getId, getSignalGroup, getStartTime, setEndTime, setId, setStartTime
-
Field Details
-
program
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Control.TrafCod.Program program -
programFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String programFile -
console
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Control.TrafCod.Console console
-
-
Constructor Details
-
TrafCod
public TrafCod()
-
-
Method Details
-
getProgram
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Control.TrafCod.Program getProgram()Gets the value of the program property.- Returns:
- possible object is
Control.TrafCod.Program
-
setProgram
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setProgram(Control.TrafCod.Program value) Sets the value of the program property.- Parameters:
value
- allowed object isControl.TrafCod.Program
-
getProgramFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public String getProgramFile()Gets the value of the programFile property.- Returns:
- possible object is
String
-
setProgramFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setProgramFile(String value) Sets the value of the programFile property.- Parameters:
value
- allowed object isString
-
getConsole
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public Control.TrafCod.Console getConsole()Gets the value of the console property.- Returns:
- possible object is
Control.TrafCod.Console
-
setConsole
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setConsole(Control.TrafCod.Console value) Sets the value of the console property.- Parameters:
value
- allowed object isControl.TrafCod.Console
-