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