Class 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="2022-09-04T02:31:11+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:
    Serialized Form
    • Field Detail

      • gtutype

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String gtutype
      • parent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String parent
      • correlation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected float correlation
    • Constructor Detail

      • STATE

        public STATE()
    • Method Detail

      • getGTUTYPE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+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="2022-09-04T02:31:11+02:00")
        public void setGTUTYPE​(String value)
        Sets the value of the gtutype property.
        Parameters:
        value - allowed object is String
      • getPARENT

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+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="2022-09-04T02:31:11+02:00")
        public void setPARENT​(String value)
        Sets the value of the parent property.
        Parameters:
        value - allowed object is String
      • getCORRELATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+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="2022-09-04T02:31:11+02:00")
        public void setCORRELATION​(float value)
        Sets the value of the correlation property.