@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public static class NETWORKDEMAND.OD 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
NETWORKDEMAND.OD.DEMAND
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected List<Object> |
category |
protected List<NETWORKDEMAND.OD.DEMAND> |
demand |
protected String |
globalfactor |
protected String |
globalinterpolation |
protected Object |
globaltime |
protected String |
name |
protected XMLGregorianCalendar |
start |
| Constructor and Description |
|---|
OD() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
List<Object> |
getCATEGORY()
Gets the value of the category property.
|
List<NETWORKDEMAND.OD.DEMAND> |
getDEMAND()
Gets the value of the demand property.
|
String |
getGLOBALFACTOR()
Gets the value of the globalfactor property.
|
String |
getGLOBALINTERPOLATION()
Gets the value of the globalinterpolation property.
|
Object |
getGLOBALTIME()
Gets the value of the globaltime property.
|
String |
getNAME()
Gets the value of the name property.
|
XMLGregorianCalendar |
getSTART()
Gets the value of the start property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setGLOBALFACTOR(String value)
Sets the value of the globalfactor property.
|
void |
setGLOBALINTERPOLATION(String value)
Sets the value of the globalinterpolation property.
|
void |
setGLOBALTIME(Object value)
Sets the value of the globaltime property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setSTART(XMLGregorianCalendar value)
Sets the value of the start property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Object globaltime
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected List<Object> category
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected List<NETWORKDEMAND.OD.DEMAND> demand
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String globalinterpolation
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected XMLGregorianCalendar start
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String globalfactor
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Object getGLOBALTIME()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setGLOBALTIME(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public List<Object> getCATEGORY()
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 category property.
For example, to add a new item, do as follows:
getCATEGORY().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public List<NETWORKDEMAND.OD.DEMAND> getDEMAND()
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 demand property.
For example, to add a new item, do as follows:
getDEMAND().add(newItem);
Objects of the following type(s) are allowed in the list
NETWORKDEMAND.OD.DEMAND
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getNAME()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setNAME(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getGLOBALINTERPOLATION()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setGLOBALINTERPOLATION(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public XMLGregorianCalendar getSTART()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setSTART(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getGLOBALFACTOR()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setGLOBALFACTOR(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.