Class PERCEPTIONTYPE.HEADWAYGTUTYPE.PERCEIVED

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    PERCEPTIONTYPE.HEADWAYGTUTYPE

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public static class PERCEPTIONTYPE.HEADWAYGTUTYPE.PERCEIVED
    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">
           <sequence>
             <element name="ESTIMATION">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="NONE|UNDERESTIMATION|OVERESTIMATION"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="ANTICIPATION">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="NONE|CONSTANTSPEED|CONSTANTACCELERATION"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • estimation

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

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

      • PERCEIVED

        public PERCEIVED()
    • Method Detail

      • getESTIMATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getESTIMATION()
        Gets the value of the estimation property.
        Returns:
        possible object is String
      • setESTIMATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setESTIMATION​(String value)
        Sets the value of the estimation property.
        Parameters:
        value - allowed object is String
      • getANTICIPATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getANTICIPATION()
        Gets the value of the anticipation property.
        Returns:
        possible object is String
      • setANTICIPATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setANTICIPATION​(String value)
        Sets the value of the anticipation property.
        Parameters:
        value - allowed object is String