Class PERCEPTIONTYPE.MENTAL.FULLER

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

    @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.FULLER
    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="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>
     
    See Also:
    Serialized Form
    • Field Detail

      • task

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<Class> task
      • taskmanager

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

      • FULLER

        public FULLER()
    • Method Detail

      • getTASK

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<Class> getTASK()
        Gets the value of the task 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 set method for the task property.

        For example, to add a new item, do as follows:

            getTASK().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getBEHAVIORALADAPTATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<PERCEPTIONTYPE.MENTAL.FULLER.BEHAVIORALADAPTATION> getBEHAVIORALADAPTATION()
        Gets the value of the behavioraladaptation 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 set method for the behavioraladaptation property.

        For example, to add a new item, do as follows:

            getBEHAVIORALADAPTATION().add(newItem);
         

        Objects of the following type(s) are allowed in the list PERCEPTIONTYPE.MENTAL.FULLER.BEHAVIORALADAPTATION

      • getTASKMANAGER

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

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