Class PERCEPTIONTYPE

  • All Implemented Interfaces:
    Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class PERCEPTIONTYPE
    extends Object
    implements Serializable

    Java class for PERCEPTIONTYPE complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PERCEPTIONTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CATEGORY" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <restriction base="<http://www.opentrafficsim.org/ots>CLASSATTRIBUTETYPE">
                   </restriction>
                 </simpleContent>
               </complexType>
             </element>
             <element name="HEADWAYGTUTYPE" minOccurs="0">
               <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>
             </element>
             <element name="MENTAL" minOccurs="0">
               <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>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • category

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

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

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

      • PERCEPTIONTYPE

        public PERCEPTIONTYPE()
    • Method Detail

      • getCATEGORY

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

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

            getCATEGORY().add(newItem);
         

        Objects of the following type(s) are allowed in the list PERCEPTIONTYPE.CATEGORY

      • setHEADWAYGTUTYPE

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

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

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