Class OD.DEMAND

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    OD

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    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 Detail

      • level

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<LEVELTIMETYPE> level
      • origin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String origin
      • destination

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String destination
      • category

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String category
      • interpolation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String interpolation
      • factor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String factor
      • base

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String base
    • Constructor Detail

      • DEMAND

        public DEMAND()
    • Method Detail

      • getLEVEL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        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",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getORIGIN()
        Gets the value of the origin property.
        Returns:
        possible object is String
      • setORIGIN

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setORIGIN​(String value)
        Sets the value of the origin property.
        Parameters:
        value - allowed object is String
      • getDESTINATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getDESTINATION()
        Gets the value of the destination property.
        Returns:
        possible object is String
      • setDESTINATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setDESTINATION​(String value)
        Sets the value of the destination property.
        Parameters:
        value - allowed object is String
      • getCATEGORY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getCATEGORY()
        Gets the value of the category property.
        Returns:
        possible object is String
      • setCATEGORY

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setCATEGORY​(String value)
        Sets the value of the category property.
        Parameters:
        value - allowed object is String
      • getINTERPOLATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getINTERPOLATION()
        Gets the value of the interpolation property.
        Returns:
        possible object is String
      • setINTERPOLATION

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setINTERPOLATION​(String value)
        Sets the value of the interpolation property.
        Parameters:
        value - allowed object is String
      • getFACTOR

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getFACTOR()
        Gets the value of the factor property.
        Returns:
        possible object is String
      • setFACTOR

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setFACTOR​(String value)
        Sets the value of the factor property.
        Parameters:
        value - allowed object is String
      • getBase

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getBase()
        Gets the value of the base property.
        Returns:
        possible object is String
      • setBase

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setBase​(String value)
        Sets the value of the base property.
        Parameters:
        value - allowed object is String