Class ANIMATION
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+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 Summary
Fields Modifier and Type Field Description protected DEFAULTANIMATIONTYPEdefaultsprotected GTUCOLORERSgtucolorersprotected java.util.List<LANETYPEANIMATIONTYPE>lanetypeprotected java.util.List<LAYERTOGGLETYPE>layerprotected java.util.List<LINKANIMATIONTYPE>linkprotected java.util.List<LINKTYPEANIMATIONTYPE>linktypeprotected java.util.List<ROADLAYOUTANIMATIONTYPE>roadlayout -
Constructor Summary
Constructors Constructor Description ANIMATION() -
Method Summary
Modifier and Type Method Description DEFAULTANIMATIONTYPEgetDEFAULTS()Gets the value of the defaults property.GTUCOLORERSgetGTUCOLORERS()Gets the value of the gtucolorers property.java.util.List<LANETYPEANIMATIONTYPE>getLANETYPE()Gets the value of the lanetype property.java.util.List<LAYERTOGGLETYPE>getLAYER()Gets the value of the layer property.java.util.List<LINKANIMATIONTYPE>getLINK()Gets the value of the link property.java.util.List<LINKTYPEANIMATIONTYPE>getLINKTYPE()Gets the value of the linktype property.java.util.List<ROADLAYOUTANIMATIONTYPE>getROADLAYOUT()Gets the value of the roadlayout property.voidsetDEFAULTS(DEFAULTANIMATIONTYPE value)Sets the value of the defaults property.voidsetGTUCOLORERS(GTUCOLORERS value)Sets the value of the gtucolorers property.
-
Field Details
-
gtucolorers
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected GTUCOLORERS gtucolorers -
defaults
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected DEFAULTANIMATIONTYPE defaults -
linktype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+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-24T05:08:34+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-24T05:08:34+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-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<LAYERTOGGLETYPE> layer
-
-
Constructor Details
-
ANIMATION
public ANIMATION()
-
-
Method Details
-
getGTUCOLORERS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setGTUCOLORERS(GTUCOLORERS value)Sets the value of the gtucolorers property.- Parameters:
value- allowed object isGTUCOLORERS
-
getDEFAULTS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setDEFAULTS(DEFAULTANIMATIONTYPE value)Sets the value of the defaults property.- Parameters:
value- allowed object isDEFAULTANIMATIONTYPE
-
getLINKTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+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
setmethod 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-24T05:08:34+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
setmethod 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-24T05:08:34+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
setmethod 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-24T05:08:34+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
setmethod 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-24T05:08:34+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
setmethod 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
-