Package org.opentrafficsim.xml.generated
Class OD.DEMAND
- java.lang.Object
-
- org.opentrafficsim.xml.generated.OD.DEMAND
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OD
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01: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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
base
protected String
category
protected String
destination
protected String
factor
protected String
interpolation
protected List<LEVELTIMETYPE>
level
protected String
origin
-
Constructor Summary
Constructors Constructor Description DEMAND()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
level
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<LEVELTIMETYPE> level
-
origin
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String origin
-
destination
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String destination
-
category
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String category
-
interpolation
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String interpolation
-
factor
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String factor
-
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String base
-
-
Method Detail
-
getLEVEL
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public List<LEVELTIMETYPE> getLEVEL()
Gets the value of the level 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 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
-
getORIGIN
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getORIGIN()
Gets the value of the origin property.- Returns:
- possible object is
String
-
setORIGIN
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setORIGIN(String value)
Sets the value of the origin property.- Parameters:
value
- allowed object isString
-
getDESTINATION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getDESTINATION()
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDESTINATION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setDESTINATION(String value)
Sets the value of the destination property.- Parameters:
value
- allowed object isString
-
getCATEGORY
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getCATEGORY()
Gets the value of the category property.- Returns:
- possible object is
String
-
setCATEGORY
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setCATEGORY(String value)
Sets the value of the category property.- Parameters:
value
- allowed object isString
-
getINTERPOLATION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getINTERPOLATION()
Gets the value of the interpolation property.- Returns:
- possible object is
String
-
setINTERPOLATION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setINTERPOLATION(String value)
Sets the value of the interpolation property.- Parameters:
value
- allowed object isString
-
getFACTOR
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getFACTOR()
Gets the value of the factor property.- Returns:
- possible object is
String
-
setFACTOR
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setFACTOR(String value)
Sets the value of the factor property.- Parameters:
value
- allowed object isString
-
getBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getBase()
Gets the value of the base property.- Returns:
- possible object is
String
-
-