Class ShortestRoute.Cost.DistanceAndFreeFlowTime

java.lang.Object
org.opentrafficsim.xml.generated.ShortestRoute.Cost.DistanceAndFreeFlowTime
All Implemented Interfaces:
Serializable
Enclosing class:
ShortestRoute.Cost

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public static class ShortestRoute.Cost.DistanceAndFreeFlowTime 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">
       <attribute name="DistanceCost" type="{http://www.opentrafficsim.org/ots}LinearDensityType" />
       <attribute name="TimeCost" type="{http://www.opentrafficsim.org/ots}FrequencyType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • distanceCost

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

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

    • DistanceAndFreeFlowTime

      public DistanceAndFreeFlowTime()
  • Method Details

    • getDistanceCost

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LinearDensityType getDistanceCost()
      Gets the value of the distanceCost property.
      Returns:
      possible object is String
    • setDistanceCost

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDistanceCost(LinearDensityType value)
      Sets the value of the distanceCost property.
      Parameters:
      value - allowed object is String
    • getTimeCost

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public FrequencyType getTimeCost()
      Gets the value of the timeCost property.
      Returns:
      possible object is String
    • setTimeCost

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setTimeCost(FrequencyType value)
      Sets the value of the timeCost property.
      Parameters:
      value - allowed object is String