@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02: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>
 | Modifier and Type | Field and Description | 
|---|---|
protected float | 
correlation  | 
protected String | 
gtutype  | 
protected String | 
parent  | 
| Constructor and Description | 
|---|
STATE()  | 
| Modifier and Type | Method and 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. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String parent
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected float correlation
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getPARENT()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setPARENT(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public float getCORRELATION()
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setCORRELATION(float value)
Copyright © 2014–2019 Delft University of Technology. All rights reserved.