@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class NETWORK 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.w3.org/2001/XInclude}include" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opentrafficsim.org/ots}NODE" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opentrafficsim.org/ots}CONNECTOR" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opentrafficsim.org/ots}LINK" 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"/>
       </sequence>
       <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
base  | 
protected List<CONNECTOR> | 
connector  | 
protected List<IncludeType> | 
include  | 
protected List<LINK> | 
link  | 
protected List<NODE> | 
node  | 
protected List<ROUTE> | 
route  | 
protected List<ROUTEMIX> | 
routemix  | 
protected List<SHORTESTROUTE> | 
shortestroute  | 
protected List<SHORTESTROUTEMIX> | 
shortestroutemix  | 
| Constructor and Description | 
|---|
NETWORK()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBase()
Gets the value of the base property. 
 | 
List<CONNECTOR> | 
getCONNECTOR()
Gets the value of the connector property. 
 | 
List<IncludeType> | 
getInclude()
Gets the value of the include property. 
 | 
List<LINK> | 
getLINK()
Gets the value of the link property. 
 | 
List<NODE> | 
getNODE()
Gets the value of the node 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. 
 | 
void | 
setBase(String value)
Sets the value of the base property. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<IncludeType> include
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<NODE> node
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<CONNECTOR> connector
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<LINK> link
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<ROUTE> route
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<ROUTEMIX> routemix
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<SHORTESTROUTE> shortestroute
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<SHORTESTROUTEMIX> shortestroutemix
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<IncludeType> getInclude()
 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 include property.
 
 
For example, to add a new item, do as follows:
    getInclude().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 IncludeType
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<NODE> getNODE()
 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 node property.
 
 
For example, to add a new item, do as follows:
    getNODE().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 NODE
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<CONNECTOR> getCONNECTOR()
 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 connector property.
 
 
For example, to add a new item, do as follows:
    getCONNECTOR().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 CONNECTOR
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<LINK> getLINK()
 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
 LINK
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<ROUTE> getROUTE()
 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
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<ROUTEMIX> getROUTEMIX()
 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
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<SHORTESTROUTE> getSHORTESTROUTE()
 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
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public List<SHORTESTROUTEMIX> getSHORTESTROUTEMIX()
 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
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.