Class CARFOLLOWINGMODELHEADWAYSPEEDTYPE

  • 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 CARFOLLOWINGMODELHEADWAYSPEEDTYPE
    extends Object
    implements Serializable

    Java class for CARFOLLOWINGMODELHEADWAYSPEEDTYPE complex type.

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

     <complexType name="CARFOLLOWINGMODELHEADWAYSPEEDTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DESIREDHEADWAYMODEL" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="IDM" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                       <element name="CLASS" type="{http://www.opentrafficsim.org/ots}CLASSNAMETYPE"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="DESIREDSPEEDMODEL" type="{http://www.opentrafficsim.org/ots}DESIREDSPEEDMODELTYPE" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form