Class Od.Cell

java.lang.Object
org.opentrafficsim.xml.generated.Od.Cell
All Implemented Interfaces:
Serializable
Enclosing class:
Od

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public static class Od.Cell 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.opentrafficsim.org/ots}string" />
       <attribute name="Destination" use="required" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Category" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Interpolation" type="{http://www.opentrafficsim.org/ots}InterpolationType" />
       <attribute name="Factor" type="{http://www.opentrafficsim.org/ots}PositiveFactor" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • level

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected List<LevelTimeType> level
    • origin

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType origin
    • destination

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType destination
    • category

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType category
    • interpolation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected InterpolationType interpolation
    • factor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected DoubleType factor
  • Constructor Details

    • Cell

      public Cell()
  • Method Details

    • getLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setOrigin(StringType 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.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setDestination(StringType 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.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setCategory(StringType 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.7", date="2024-08-29T18:50:16+02:00") public InterpolationType 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.7", date="2024-08-29T18:50:16+02:00") public void setInterpolation(InterpolationType 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.7", date="2024-08-29T18:50:16+02:00") public DoubleType 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.7", date="2024-08-29T18:50:16+02:00") public void setFactor(DoubleType value)
      Sets the value of the factor property.
      Parameters:
      value - allowed object is String