Package org.opentrafficsim.xml.generated
Class OdOptions.OdOptionsItem.LaneBiases.DefinedLaneBias
java.lang.Object
org.opentrafficsim.xml.generated.OdOptions.OdOptionsItem.LaneBiases.DefinedLaneBias
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OdOptions.OdOptionsItem.LaneBiases
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public static class OdOptions.OdOptionsItem.LaneBiases.DefinedLaneBias
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"> <attribute name="GtuType" use="required" type="{http://www.opentrafficsim.org/ots}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gtuType property.void
setGtuType
(StringType value) Sets the value of the gtuType property.
-
Field Details
-
gtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType gtuType
-
-
Constructor Details
-
DefinedLaneBias
public DefinedLaneBias()
-
-
Method Details
-
getGtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getGtuType()Gets the value of the gtuType property.- Returns:
- possible object is
String
-
setGtuType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setGtuType(StringType value) Sets the value of the gtuType property.- Parameters:
value
- allowed object isString
-