// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 // See https://javaee.github.io/jaxb-v2/ // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2022.02.24 at 11:10:08 PM CET // package org.opentrafficsim.xml.generated; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.annotation.Generated; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** *

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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "route", "routemix", "shortestroute", "shortestroutemix", "gtutemplatemix", "odoptions", "od", "modelidreferral", "generator", "listgenerator", "sink" }) @XmlRootElement(name = "NETWORKDEMAND") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public class NETWORKDEMAND implements Serializable { @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") private final static long serialVersionUID = 10102L; @XmlElement(name = "ROUTE") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List route; @XmlElement(name = "ROUTEMIX") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List routemix; @XmlElement(name = "SHORTESTROUTE") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List shortestroute; @XmlElement(name = "SHORTESTROUTEMIX") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List shortestroutemix; @XmlElement(name = "GTUTEMPLATEMIX") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List gtutemplatemix; @XmlElement(name = "ODOPTIONS") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List odoptions; @XmlElement(name = "OD") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List od; @XmlElement(name = "MODELIDREFERRAL") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List modelidreferral; @XmlElement(name = "GENERATOR") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List generator; @XmlElement(name = "LISTGENERATOR") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List listgenerator; @XmlElement(name = "SINK") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List sink; /** * 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 * {@link ROUTE } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getROUTE() { if (route == null) { route = new ArrayList(); } return this.route; } /** * 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 * {@link ROUTEMIX } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getROUTEMIX() { if (routemix == null) { routemix = new ArrayList(); } return this.routemix; } /** * 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 * {@link SHORTESTROUTE } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getSHORTESTROUTE() { if (shortestroute == null) { shortestroute = new ArrayList(); } return this.shortestroute; } /** * 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 * {@link SHORTESTROUTEMIX } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getSHORTESTROUTEMIX() { if (shortestroutemix == null) { shortestroutemix = new ArrayList(); } return this.shortestroutemix; } /** * 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 * {@link GTUTEMPLATEMIX } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getGTUTEMPLATEMIX() { if (gtutemplatemix == null) { gtutemplatemix = new ArrayList(); } return this.gtutemplatemix; } /** * 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 * {@link ODOPTIONS } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getODOPTIONS() { if (odoptions == null) { odoptions = new ArrayList(); } return this.odoptions; } /** * 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 * {@link OD } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getOD() { if (od == null) { od = new ArrayList(); } return this.od; } /** * 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 * {@link MODELIDREFERRALTYPE } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getMODELIDREFERRAL() { if (modelidreferral == null) { modelidreferral = new ArrayList(); } return this.modelidreferral; } /** * 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 * {@link GENERATOR } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getGENERATOR() { if (generator == null) { generator = new ArrayList(); } return this.generator; } /** * 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 * {@link LISTGENERATOR } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getLISTGENERATOR() { if (listgenerator == null) { listgenerator = new ArrayList(); } return this.listgenerator; } /** * 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 * {@link SINK } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public List getSINK() { if (sink == null) { sink = new ArrayList(); } return this.sink; } }