Class PERCEPTIONTYPE.MENTAL

  • 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.MENTAL
    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="FULLER">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="TASK" type="{http://www.opentrafficsim.org/ots}CLASSNAMETYPE" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="BEHAVIORALADAPTATION" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <simpleContent>
                             <restriction base="<http://www.opentrafficsim.org/ots>CLASSATTRIBUTETYPE">
                             </restriction>
                           </simpleContent>
                         </complexType>
                       </element>
                       <element name="TASKMANAGER" minOccurs="0">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <pattern value="SUMMATIVE|ANTICIPATIONRELIANCE"/>
                           </restriction>
                         </simpleType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • fuller

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

      • MENTAL

        public MENTAL()