@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public static class OD.DEMAND 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 name="LEVEL" type="{http://www.opentrafficsim.org/ots}LEVELTIMETYPE" 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" default="LINEAR" />
       <attribute name="FACTOR" type="{http://www.opentrafficsim.org/ots}POSITIVEFACTOR" default="1.0" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
base  | 
protected String | 
category  | 
protected String | 
destination  | 
protected String | 
factor  | 
protected String | 
interpolation  | 
protected List<LEVELTIMETYPE> | 
level  | 
protected String | 
origin  | 
| Constructor and Description | 
|---|
DEMAND()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBase()
Gets the value of the base property. 
 | 
String | 
getCATEGORY()
Gets the value of the category property. 
 | 
String | 
getDESTINATION()
Gets the value of the destination property. 
 | 
String | 
getFACTOR()
Gets the value of the factor property. 
 | 
String | 
getINTERPOLATION()
Gets the value of the interpolation property. 
 | 
List<LEVELTIMETYPE> | 
getLEVEL()
Gets the value of the level property. 
 | 
String | 
getORIGIN()
Gets the value of the origin property. 
 | 
void | 
setBase(String value)
Sets the value of the base property. 
 | 
void | 
setCATEGORY(String value)
Sets the value of the category property. 
 | 
void | 
setDESTINATION(String value)
Sets the value of the destination property. 
 | 
void | 
setFACTOR(String value)
Sets the value of the factor property. 
 | 
void | 
setINTERPOLATION(String value)
Sets the value of the interpolation property. 
 | 
void | 
setORIGIN(String value)
Sets the value of the origin property. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected List<LEVELTIMETYPE> level
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String origin
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String destination
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String category
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String interpolation
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String factor
@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<LEVELTIMETYPE> getLEVEL()
 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 level property.
 
 
For example, to add a new item, do as follows:
    getLEVEL().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 LEVELTIMETYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getORIGIN()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setORIGIN(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getDESTINATION()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setDESTINATION(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getCATEGORY()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setCATEGORY(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getINTERPOLATION()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setINTERPOLATION(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getFACTOR()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setFACTOR(String value)
value - allowed object is
     String@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.