Class CONNECTOR

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public class CONNECTOR
extends java.lang.Object
implements java.io.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.w3.org/2001/XMLSchema}string" />
       <attribute name="NODESTART" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="NODEEND" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="DEMANDWEIGHT" type="{http://www.opentrafficsim.org/ots}FRACTIONTYPE" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Double demandweight  
    protected java.lang.String id  
    protected java.lang.String nodeend  
    protected java.lang.String nodestart  
  • Constructor Summary

    Constructors 
    Constructor Description
    CONNECTOR()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Double getDEMANDWEIGHT()
    Gets the value of the demandweight property.
    java.lang.String getID()
    Gets the value of the id property.
    java.lang.String getNODEEND()
    Gets the value of the nodeend property.
    java.lang.String getNODESTART()
    Gets the value of the nodestart property.
    void setDEMANDWEIGHT​(java.lang.Double value)
    Sets the value of the demandweight property.
    void setID​(java.lang.String value)
    Sets the value of the id property.
    void setNODEEND​(java.lang.String value)
    Sets the value of the nodeend property.
    void setNODESTART​(java.lang.String value)
    Sets the value of the nodestart property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id
    • nodestart

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String nodestart
    • nodeend

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String nodeend
    • demandweight

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.Double demandweight
  • Constructor Details

  • Method Details

    • getID

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setID​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getNODESTART

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getNODESTART()
      Gets the value of the nodestart property.
      Returns:
      possible object is String
    • setNODESTART

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setNODESTART​(java.lang.String value)
      Sets the value of the nodestart property.
      Parameters:
      value - allowed object is String
    • getNODEEND

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getNODEEND()
      Gets the value of the nodeend property.
      Returns:
      possible object is String
    • setNODEEND

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setNODEEND​(java.lang.String value)
      Sets the value of the nodeend property.
      Parameters:
      value - allowed object is String
    • getDEMANDWEIGHT

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.Double getDEMANDWEIGHT()
      Gets the value of the demandweight property.
      Returns:
      possible object is String
    • setDEMANDWEIGHT

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setDEMANDWEIGHT​(java.lang.Double value)
      Sets the value of the demandweight property.
      Parameters:
      value - allowed object is String