Class ANIMATION
- java.lang.Object
-
- org.opentrafficsim.xml.generated.ANIMATION
-
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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 Summary
Fields Modifier and Type Field Description protected DEFAULTANIMATIONTYPE
defaults
protected GTUCOLORERS
gtucolorers
protected List<LANETYPEANIMATIONTYPE>
lanetype
protected List<LAYERTOGGLETYPE>
layer
protected List<LINKANIMATIONTYPE>
link
protected List<LINKTYPEANIMATIONTYPE>
linktype
protected List<ROADLAYOUTANIMATIONTYPE>
roadlayout
-
Constructor Summary
Constructors Constructor Description ANIMATION()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DEFAULTANIMATIONTYPE
getDEFAULTS()
Gets the value of the defaults property.GTUCOLORERS
getGTUCOLORERS()
Gets the value of the gtucolorers property.List<LANETYPEANIMATIONTYPE>
getLANETYPE()
Gets the value of the lanetype property.List<LAYERTOGGLETYPE>
getLAYER()
Gets the value of the layer property.List<LINKANIMATIONTYPE>
getLINK()
Gets the value of the link property.List<LINKTYPEANIMATIONTYPE>
getLINKTYPE()
Gets the value of the linktype property.List<ROADLAYOUTANIMATIONTYPE>
getROADLAYOUT()
Gets the value of the roadlayout property.void
setDEFAULTS(DEFAULTANIMATIONTYPE value)
Sets the value of the defaults property.void
setGTUCOLORERS(GTUCOLORERS value)
Sets the value of the gtucolorers property.
-
-
-
Field Detail
-
gtucolorers
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected GTUCOLORERS gtucolorers
-
defaults
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected DEFAULTANIMATIONTYPE defaults
-
linktype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<LINKTYPEANIMATIONTYPE> linktype
-
lanetype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<LANETYPEANIMATIONTYPE> lanetype
-
roadlayout
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<ROADLAYOUTANIMATIONTYPE> roadlayout
-
link
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<LINKANIMATIONTYPE> link
-
layer
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<LAYERTOGGLETYPE> layer
-
-
Method Detail
-
getGTUCOLORERS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+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-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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
-
-