Class PERCEPTIONTYPE.HEADWAYGTUTYPE

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    PERCEPTIONTYPE

    @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
    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">
           <choice>
             <element name="WRAP" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="PERCEIVED">
               <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>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • wrap

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

      • HEADWAYGTUTYPE

        public HEADWAYGTUTYPE()
    • Method Detail

      • getWRAP

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

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