Package org.opentrafficsim.xml.generated
Class Control.TrafCod.Console.Map
java.lang.Object
org.opentrafficsim.xml.generated.Control.TrafCod.Console.Map
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Control.TrafCod.Console
@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.Map
extends Object
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected EncodingType
protected StringType
protected GraphicsTypeType
protected StringType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encoding property.getSpace()
Gets the value of the space property.getType()
Gets the value of the type property.getValue()
Gets the value of the value property.void
setEncoding
(EncodingType value) Sets the value of the encoding property.void
setSpace
(StringType value) Sets the value of the space property.void
setType
(GraphicsTypeType value) Sets the value of the type property.void
setValue
(StringType value) Sets the value of the value property.
-
Field Details
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType value -
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected GraphicsTypeType type -
encoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected EncodingType encoding -
space
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType space
-
-
Constructor Details
-
Map
public Map()
-
-
Method Details
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setValue(StringType value) Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public GraphicsTypeType getType()Gets the value of the type property.- Returns:
- possible object is
String
-
setType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setType(GraphicsTypeType value) Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getEncoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public EncodingType getEncoding()Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setEncoding(EncodingType value) Sets the value of the encoding property.- Parameters:
value
- allowed object isString
-
getSpace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getSpace()Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setSpace(StringType value) Sets the value of the space property.- Parameters:
value
- allowed object isString
-