Class ANIMATION

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public class ANIMATION
extends java.lang.Object
implements java.io.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 Details

    • gtucolorers

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected GTUCOLORERS gtucolorers
    • defaults

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected DEFAULTANIMATIONTYPE defaults
    • linktype

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<LINKTYPEANIMATIONTYPE> linktype
    • lanetype

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<LANETYPEANIMATIONTYPE> lanetype
    • roadlayout

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<ROADLAYOUTANIMATIONTYPE> roadlayout
    • link

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<LINKANIMATIONTYPE> link
    • layer

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.util.List<LAYERTOGGLETYPE> layer
  • Constructor Details

  • Method Details

    • getGTUCOLORERS

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public GTUCOLORERS getGTUCOLORERS()
      Gets the value of the gtucolorers property.
      Returns:
      possible object is GTUCOLORERS
    • setGTUCOLORERS

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public DEFAULTANIMATIONTYPE getDEFAULTS()
      Gets the value of the defaults property.
      Returns:
      possible object is DEFAULTANIMATIONTYPE
    • setDEFAULTS

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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