Class NETWORKDEMAND
- java.lang.Object
-
- org.opentrafficsim.xml.generated.NETWORKDEMAND
-
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public class NETWORKDEMAND extends Object implements SerializableJava 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}ROUTE" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}ROUTEMIX" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}SHORTESTROUTE" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}SHORTESTROUTEMIX" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}GTUTEMPLATEMIX" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}ODOPTIONS" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}OD" maxOccurs="unbounded" minOccurs="0"/> <element name="MODELIDREFERRAL" type="{http://www.opentrafficsim.org/ots}MODELIDREFERRALTYPE" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}GENERATOR" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}LISTGENERATOR" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}SINK" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GENERATOR>generatorprotected List<GTUTEMPLATEMIX>gtutemplatemixprotected List<LISTGENERATOR>listgeneratorprotected List<MODELIDREFERRALTYPE>modelidreferralprotected List<OD>odprotected List<ODOPTIONS>odoptionsprotected List<ROUTE>routeprotected List<ROUTEMIX>routemixprotected List<SHORTESTROUTE>shortestrouteprotected List<SHORTESTROUTEMIX>shortestroutemixprotected List<SINK>sink
-
Constructor Summary
Constructors Constructor Description NETWORKDEMAND()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GENERATOR>getGENERATOR()Gets the value of the generator property.List<GTUTEMPLATEMIX>getGTUTEMPLATEMIX()Gets the value of the gtutemplatemix property.List<LISTGENERATOR>getLISTGENERATOR()Gets the value of the listgenerator property.List<MODELIDREFERRALTYPE>getMODELIDREFERRAL()Gets the value of the modelidreferral property.List<OD>getOD()Gets the value of the od property.List<ODOPTIONS>getODOPTIONS()Gets the value of the odoptions property.List<ROUTE>getROUTE()Gets the value of the route property.List<ROUTEMIX>getROUTEMIX()Gets the value of the routemix property.List<SHORTESTROUTE>getSHORTESTROUTE()Gets the value of the shortestroute property.List<SHORTESTROUTEMIX>getSHORTESTROUTEMIX()Gets the value of the shortestroutemix property.List<SINK>getSINK()Gets the value of the sink property.
-
-
-
Field Detail
-
route
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<ROUTE> route
-
routemix
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<ROUTEMIX> routemix
-
shortestroute
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<SHORTESTROUTE> shortestroute
-
shortestroutemix
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<SHORTESTROUTEMIX> shortestroutemix
-
gtutemplatemix
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<GTUTEMPLATEMIX> gtutemplatemix
-
odoptions
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<ODOPTIONS> odoptions
-
od
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<OD> od
-
modelidreferral
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<MODELIDREFERRALTYPE> modelidreferral
-
generator
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<GENERATOR> generator
-
listgenerator
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected List<LISTGENERATOR> listgenerator
-
-
Method Detail
-
getROUTE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<ROUTE> getROUTE()Gets the value of the route 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 route property.For example, to add a new item, do as follows:
getROUTE().add(newItem);Objects of the following type(s) are allowed in the list
ROUTE
-
getROUTEMIX
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<ROUTEMIX> getROUTEMIX()Gets the value of the routemix 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 routemix property.For example, to add a new item, do as follows:
getROUTEMIX().add(newItem);Objects of the following type(s) are allowed in the list
ROUTEMIX
-
getSHORTESTROUTE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<SHORTESTROUTE> getSHORTESTROUTE()Gets the value of the shortestroute 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 shortestroute property.For example, to add a new item, do as follows:
getSHORTESTROUTE().add(newItem);Objects of the following type(s) are allowed in the list
SHORTESTROUTE
-
getSHORTESTROUTEMIX
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<SHORTESTROUTEMIX> getSHORTESTROUTEMIX()Gets the value of the shortestroutemix 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 shortestroutemix property.For example, to add a new item, do as follows:
getSHORTESTROUTEMIX().add(newItem);Objects of the following type(s) are allowed in the list
SHORTESTROUTEMIX
-
getGTUTEMPLATEMIX
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<GTUTEMPLATEMIX> getGTUTEMPLATEMIX()Gets the value of the gtutemplatemix 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 gtutemplatemix property.For example, to add a new item, do as follows:
getGTUTEMPLATEMIX().add(newItem);Objects of the following type(s) are allowed in the list
GTUTEMPLATEMIX
-
getODOPTIONS
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<ODOPTIONS> getODOPTIONS()Gets the value of the odoptions 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 odoptions property.For example, to add a new item, do as follows:
getODOPTIONS().add(newItem);Objects of the following type(s) are allowed in the list
ODOPTIONS
-
getOD
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<OD> getOD()Gets the value of the od 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 od property.For example, to add a new item, do as follows:
getOD().add(newItem);Objects of the following type(s) are allowed in the list
OD
-
getMODELIDREFERRAL
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<MODELIDREFERRALTYPE> getMODELIDREFERRAL()Gets the value of the modelidreferral 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 modelidreferral property.For example, to add a new item, do as follows:
getMODELIDREFERRAL().add(newItem);Objects of the following type(s) are allowed in the list
MODELIDREFERRALTYPE
-
getGENERATOR
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<GENERATOR> getGENERATOR()Gets the value of the generator 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 generator property.For example, to add a new item, do as follows:
getGENERATOR().add(newItem);Objects of the following type(s) are allowed in the list
GENERATOR
-
getLISTGENERATOR
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<LISTGENERATOR> getLISTGENERATOR()Gets the value of the listgenerator 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 listgenerator property.For example, to add a new item, do as follows:
getLISTGENERATOR().add(newItem);Objects of the following type(s) are allowed in the list
LISTGENERATOR
-
getSINK
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public List<SINK> getSINK()Gets the value of the sink 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 sink property.For example, to add a new item, do as follows:
getSINK().add(newItem);Objects of the following type(s) are allowed in the list
SINK
-
-