Class NETWORKDEMAND
- 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 NETWORKDEMAND
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}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 java.util.List<GENERATOR>
generator
protected java.util.List<GTUTEMPLATEMIX>
gtutemplatemix
protected java.util.List<LISTGENERATOR>
listgenerator
protected java.util.List<MODELIDREFERRALTYPE>
modelidreferral
protected java.util.List<OD>
od
protected java.util.List<ODOPTIONS>
odoptions
protected java.util.List<ROUTE>
route
protected java.util.List<ROUTEMIX>
routemix
protected java.util.List<SHORTESTROUTE>
shortestroute
protected java.util.List<SHORTESTROUTEMIX>
shortestroutemix
protected java.util.List<SINK>
sink
-
Constructor Summary
Constructors Constructor Description NETWORKDEMAND()
-
Method Summary
Modifier and Type Method Description java.util.List<GENERATOR>
getGENERATOR()
Gets the value of the generator property.java.util.List<GTUTEMPLATEMIX>
getGTUTEMPLATEMIX()
Gets the value of the gtutemplatemix property.java.util.List<LISTGENERATOR>
getLISTGENERATOR()
Gets the value of the listgenerator property.java.util.List<MODELIDREFERRALTYPE>
getMODELIDREFERRAL()
Gets the value of the modelidreferral property.java.util.List<OD>
getOD()
Gets the value of the od property.java.util.List<ODOPTIONS>
getODOPTIONS()
Gets the value of the odoptions property.java.util.List<ROUTE>
getROUTE()
Gets the value of the route property.java.util.List<ROUTEMIX>
getROUTEMIX()
Gets the value of the routemix property.java.util.List<SHORTESTROUTE>
getSHORTESTROUTE()
Gets the value of the shortestroute property.java.util.List<SHORTESTROUTEMIX>
getSHORTESTROUTEMIX()
Gets the value of the shortestroutemix property.java.util.List<SINK>
getSINK()
Gets the value of the sink property.
-
Field Details
-
route
@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<ROUTE> route -
routemix
@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<ROUTEMIX> routemix -
shortestroute
@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<SHORTESTROUTE> shortestroute -
shortestroutemix
@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<SHORTESTROUTEMIX> shortestroutemix -
gtutemplatemix
@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<GTUTEMPLATEMIX> gtutemplatemix -
odoptions
@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<ODOPTIONS> odoptions -
od
@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<OD> od -
modelidreferral
@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<MODELIDREFERRALTYPE> modelidreferral -
generator
@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<GENERATOR> generator -
listgenerator
@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<LISTGENERATOR> listgenerator -
sink
@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<SINK> sink
-
-
Constructor Details
-
NETWORKDEMAND
public NETWORKDEMAND()
-
-
Method Details
-
getROUTE
@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<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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.util.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
set
method 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
-