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.6",
date="2024-05-19T01:06:56+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.w3.org/2001/XMLSchema}string" /> <attribute name="PARENT" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CORRELATION" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
Gets the value of the correlation property.Gets the value of the gtutype property.Gets the value of the parent property.void
setCORRELATION
(float value) Sets the value of the correlation property.void
setGTUTYPE
(String value) Sets the value of the gtutype property.void
Sets the value of the parent property.
-
Field Details
-
gtutype
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String gtutype -
parent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String parent -
correlation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected float correlation
-
-
Constructor Details
-
STATE
public STATE()
-
-
Method Details
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String 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.6", date="2024-05-19T01:06:56+02:00") public void setGTUTYPE(String 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.6", date="2024-05-19T01:06:56+02:00") public String 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.6", date="2024-05-19T01:06:56+02:00") public void setPARENT(String 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.6", date="2024-05-19T01:06:56+02:00") public float getCORRELATION()Gets the value of the correlation property. -
setCORRELATION
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setCORRELATION(float value) Sets the value of the correlation property.
-