Package org.opentrafficsim.xml.generated
Class ODOPTIONS.ODOPTIONSITEM.MARKOV
java.lang.Object
org.opentrafficsim.xml.generated.ODOPTIONS.ODOPTIONSITEM.MARKOV
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ODOPTIONS.ODOPTIONSITEM
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+01:00",
comments="JAXB RI v2.3.0")
public static class ODOPTIONS.ODOPTIONSITEM.MARKOV
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">
<sequence>
<element name="STATE" maxOccurs="unbounded">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classODOPTIONS.ODOPTIONSITEM.MARKOV.STATEJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE>state -
Constructor Summary
Constructors Constructor Description MARKOV() -
Method Summary
Modifier and Type Method Description java.util.List<ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE>getSTATE()Gets the value of the state property.
-
Field Details
-
state
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE> state
-
-
Constructor Details
-
MARKOV
public MARKOV()
-
-
Method Details
-
getSTATE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE> getSTATE()Gets the value of the state property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the state property.For example, to add a new item, do as follows:
getSTATE().add(newItem);Objects of the following type(s) are allowed in the list
ODOPTIONS.ODOPTIONSITEM.MARKOV.STATE
-