@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public class NETWORKDEMAND extends Object
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 name="OD"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GLOBALTIME" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="CATEGORY" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> <element name="DEMAND" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LEVEL" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ORIGIN" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DESTINATION" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CATEGORY" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="INTERPOLATION" type="{http://www.opentrafficsim.org/ots}INTERPOLATIONTYPE" /> <attribute name="FACTOR" type="{http://www.opentrafficsim.org/ots}POSITIVEFACTOR" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="NAME" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="GLOBALINTERPOLATION" type="{http://www.opentrafficsim.org/ots}INTERPOLATIONTYPE" /> <attribute name="START" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="GLOBALFACTOR" type="{http://www.opentrafficsim.org/ots}POSITIVEFACTOR" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NETWORKDEMAND.OD
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected NETWORKDEMAND.OD |
od |
Constructor and Description |
---|
NETWORKDEMAND() |
Modifier and Type | Method and Description |
---|---|
NETWORKDEMAND.OD |
getOD()
Gets the value of the od property.
|
void |
setOD(NETWORKDEMAND.OD value)
Sets the value of the od property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected NETWORKDEMAND.OD od
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public NETWORKDEMAND.OD getOD()
NETWORKDEMAND.OD
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setOD(NETWORKDEMAND.OD value)
value
- allowed object is
NETWORKDEMAND.OD
Copyright © 2014–2019 Delft University of Technology. All rights reserved.