Class DEFAULTANIMATIONTYPE

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

    Java class for DEFAULTANIMATIONTYPE complex type.

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

     <complexType name="DEFAULTANIMATIONTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LINK" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="COLOR" use="required" type="{http://www.opentrafficsim.org/ots}COLORTYPE" />
                     <attribute name="WIDTH" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="LANE" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="COLOR" use="required" type="{http://www.opentrafficsim.org/ots}COLORTYPE" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="STRIPE" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="COLOR" use="required" type="{http://www.opentrafficsim.org/ots}COLORTYPE" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="SHOULDER" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="COLOR" use="required" type="{http://www.opentrafficsim.org/ots}COLORTYPE" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="NOTRAFFICLANE" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="COLOR" use="required" type="{http://www.opentrafficsim.org/ots}COLORTYPE" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • link

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

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

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

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

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

      • DEFAULTANIMATIONTYPE

        public DEFAULTANIMATIONTYPE()