Class Demand
- All Implemented Interfaces:
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}Od" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opentrafficsim.org/ots}OdOptions" maxOccurs="unbounded" minOccurs="0"/> <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 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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<GtuTemplateMix>
protected List<ListGenerator>
protected List<ModelIdReferralType>
protected List<ShortestRoute>
protected List<ShortestRouteMix>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the generator property.Gets the value of the gtuTemplateMix property.Gets the value of the listGenerator property.Gets the value of the modelIdReferral property.getOd()
Gets the value of the od property.Gets the value of the odOptions property.getRoute()
Gets the value of the route property.Gets the value of the routeMix property.Gets the value of the shortestRoute property.Gets the value of the shortestRouteMix property.getSink()
Gets the value of the sink property.
-
Field Details
-
od
-
odOptions
-
route
-
routeMix
-
shortestRoute
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<ShortestRoute> shortestRoute -
shortestRouteMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<ShortestRouteMix> shortestRouteMix -
gtuTemplateMix
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<GtuTemplateMix> gtuTemplateMix -
modelIdReferral
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<ModelIdReferralType> modelIdReferral -
generator
-
listGenerator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<ListGenerator> listGenerator -
sink
-
-
Constructor Details
-
Demand
public Demand()
-
-
Method Details
-
getOd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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
-
getOdOptions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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
-
getRoute
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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
-
getModelIdReferral
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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
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
-