Class Animation

java.lang.Object
org.opentrafficsim.xml.generated.Animation
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+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="Connector" type="{http://www.opentrafficsim.org/ots}ConnectorAnimationType" 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:
  • Field Details

    • gtuColorers

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected GtuColorers gtuColorers
    • defaults

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DefaultAnimationType defaults
    • linkType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<LinkTypeAnimationType> linkType
    • laneType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<LaneTypeAnimationType> laneType
    • roadLayout

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<RoadLayoutAnimationType> roadLayout
    • connector

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<ConnectorAnimationType> connector
    • layer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<LayerToggleType> layer
  • Constructor Details

    • Animation

      public Animation()
  • Method Details

    • getGtuColorers

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+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

    • getConnector

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public List<ConnectorAnimationType> getConnector()
      Gets the value of the connector 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 connector property.

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

          getConnector().add(newItem);
       

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

    • getLink

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+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