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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected float
correlation
protected String
gtutype
protected String
parent
-
Constructor Summary
Constructors Constructor Description STATE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getCORRELATION()
Gets the value of the correlation property.String
getGTUTYPE()
Gets the value of the gtutype property.String
getPARENT()
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
setPARENT(String value)
Sets the value of the parent property.
-
-
-
Field Detail
-
gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String gtutype
-
parent
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String parent
-
correlation
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected float correlation
-
-
Method Detail
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getPARENT()
Gets the value of the parent property.- Returns:
- possible object is
String
-
setPARENT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public float getCORRELATION()
Gets the value of the correlation property.
-
setCORRELATION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setCORRELATION(float value)
Sets the value of the correlation property.
-
-