Class ANIMATION

  • 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 ANIMATION
    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 ref="{http://www.opentrafficsim.org/ots}GTUCOLORERS" minOccurs="0"/>
             <element name="DEFAULTS" type="{http://www.opentrafficsim.org/ots}DEFAULTANIMATIONTYPE" minOccurs="0"/>
             <element name="LINKTYPE" type="{http://www.opentrafficsim.org/ots}LINKTYPEANIMATIONTYPE" maxOccurs="unbounded" minOccurs="0"/>
             <element name="LANETYPE" type="{http://www.opentrafficsim.org/ots}LANETYPEANIMATIONTYPE" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ROADLAYOUT" type="{http://www.opentrafficsim.org/ots}ROADLAYOUTANIMATIONTYPE" maxOccurs="unbounded" minOccurs="0"/>
             <element name="LINK" type="{http://www.opentrafficsim.org/ots}LINKANIMATIONTYPE" maxOccurs="unbounded" minOccurs="0"/>
             <element name="LAYER" type="{http://www.opentrafficsim.org/ots}LAYERTOGGLETYPE" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • gtucolorers

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

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

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

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

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

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

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

      • ANIMATION

        public ANIMATION()
    • Method Detail

      • getGTUCOLORERS

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

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

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

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

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

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

            getLINKTYPE().add(newItem);
         

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

      • getLANETYPE

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

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

            getLANETYPE().add(newItem);
         

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

      • getROADLAYOUT

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

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

            getROADLAYOUT().add(newItem);
         

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

      • getLINK

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

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

            getLINK().add(newItem);
         

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

      • getLAYER

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

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

            getLAYER().add(newItem);
         

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