Class ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE

java.lang.Object
org.opentrafficsim.xml.generated.ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ODOPTIONS.ODOPTIONSITEM.MARKOV

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public static class ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE
extends java.lang.Object
implements java.io.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 java.lang.String gtutype  
    protected java.lang.String parent  
  • Constructor Summary

    Constructors 
    Constructor Description
    STATE()  
  • Method Summary

    Modifier and Type Method Description
    float getCORRELATION()
    Gets the value of the correlation property.
    java.lang.String getGTUTYPE()
    Gets the value of the gtutype property.
    java.lang.String getPARENT()
    Gets the value of the parent property.
    void setCORRELATION​(float value)
    Sets the value of the correlation property.
    void setGTUTYPE​(java.lang.String value)
    Sets the value of the gtutype property.
    void setPARENT​(java.lang.String value)
    Sets the value of the parent property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • gtutype

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutype
    • parent

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String parent
    • correlation

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected float correlation
  • Constructor Details

  • Method Details

    • getGTUTYPE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getGTUTYPE()
      Gets the value of the gtutype property.
      Returns:
      possible object is String
    • setGTUTYPE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setGTUTYPE​(java.lang.String value)
      Sets the value of the gtutype property.
      Parameters:
      value - allowed object is String
    • getPARENT

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getPARENT()
      Gets the value of the parent property.
      Returns:
      possible object is String
    • setPARENT

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setPARENT​(java.lang.String value)
      Sets the value of the parent property.
      Parameters:
      value - allowed object is String
    • getCORRELATION

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+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-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setCORRELATION​(float value)
      Sets the value of the correlation property.