Class Connector

java.lang.Object
org.opentrafficsim.xml.generated.Connector
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public class Connector 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="Id" use="required" type="{http://www.opentrafficsim.org/ots}IdType" />
       <attribute name="Type" use="required" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Centroid" use="required" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Node" use="required" type="{http://www.opentrafficsim.org/ots}string" />
       <attribute name="Outbound" use="required" type="{http://www.opentrafficsim.org/ots}boolean" />
       <attribute name="DemandWeight" type="{http://www.opentrafficsim.org/ots}FractionType" default="1.0" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • id

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

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

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

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

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

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

    • Connector

      public Connector()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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

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

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