Package org.opentrafficsim.xml.generated
Class Control.TrafCod.Program
java.lang.Object
org.opentrafficsim.xml.generated.Control.TrafCod.Program
- 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.Program
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="Space" type="{http://www.opentrafficsim.org/ots}space" default="preserve" /> </extension> </simpleContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSpace()
Gets the value of the space property.getValue()
Gets the value of the value property.void
setSpace
(StringType value) Sets the value of the space 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 -
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
-
Program
public Program()
-
-
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
-
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
-