Package org.opentrafficsim.xml.generated
Class Control.TrafCod.Console
java.lang.Object
org.opentrafficsim.xml.generated.Control.TrafCod.Console
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Control.TrafCod
@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.Console
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"> <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>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected TrafCodCoordinatesType
protected String
protected Control.TrafCod.Console.Map
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the coordinates property.Gets the value of the coordinatesFile property.getMap()
Gets the value of the map property.Gets the value of the mapFile property.void
Sets the value of the coordinates property.void
setCoordinatesFile
(String value) Sets the value of the coordinatesFile property.void
Sets the value of the map property.void
setMapFile
(String value) Sets the value of the mapFile property.
-
Field Details
-
map
@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.Map map -
mapFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String mapFile -
coordinates
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected TrafCodCoordinatesType coordinates -
coordinatesFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String coordinatesFile
-
-
Constructor Details
-
Console
public Console()
-
-
Method Details
-
getMap
@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.Map getMap()Gets the value of the map property.- Returns:
- possible object is
Control.TrafCod.Console.Map
-
setMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setMap(Control.TrafCod.Console.Map value) Sets the value of the map property.- Parameters:
value
- allowed object isControl.TrafCod.Console.Map
-
getMapFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public String getMapFile()Gets the value of the mapFile property.- Returns:
- possible object is
String
-
setMapFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setMapFile(String value) Sets the value of the mapFile property.- Parameters:
value
- allowed object isString
-
getCoordinates
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public TrafCodCoordinatesType getCoordinates()Gets the value of the coordinates property.- Returns:
- possible object is
TrafCodCoordinatesType
-
setCoordinates
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setCoordinates(TrafCodCoordinatesType value) Sets the value of the coordinates property.- Parameters:
value
- allowed object isTrafCodCoordinatesType
-
getCoordinatesFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public String getCoordinatesFile()Gets the value of the coordinatesFile property.- Returns:
- possible object is
String
-
setCoordinatesFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setCoordinatesFile(String value) Sets the value of the coordinatesFile property.- Parameters:
value
- allowed object isString
-