Package org.opentrafficsim.xml.generated
Class InputParameters.LinearDensity
java.lang.Object
org.opentrafficsim.xml.generated.InputParameters.LinearDensity
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InputParameters
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public static class InputParameters.LinearDensity
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>LinearDensityType"> <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" /> </extension> </simpleContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.getValue()
Gets the value of the value property.void
Sets the value of the id property.void
setValue
(LinearDensityType 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 LinearDensityType value -
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String id
-
-
Constructor Details
-
LinearDensity
public LinearDensity()
-
-
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 LinearDensityType 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(LinearDensityType value) Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setId(String value) Sets the value of the id property.- Parameters:
value
- allowed object isString
-