Package org.opentrafficsim.xml.generated
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.6",
date="2024-05-19T01:06:56+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.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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the demandweight property.getID()
Gets the value of the id property.Gets the value of the nodeend property.Gets the value of the nodestart property.void
setDEMANDWEIGHT
(Double value) Sets the value of the demandweight property.void
Sets the value of the id property.void
setNODEEND
(String value) Sets the value of the nodeend property.void
setNODESTART
(String value) Sets the value of the nodestart property.
-
Field Details
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String id -
nodestart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String nodestart -
nodeend
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String nodeend -
demandweight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected Double demandweight
-
-
Constructor Details
-
CONNECTOR
public CONNECTOR()
-
-
Method Details
-
getID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+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.6", date="2024-05-19T01:06:56+02:00") public void setID(String value) Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getNODESTART
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getNODESTART()Gets the value of the nodestart property.- Returns:
- possible object is
String
-
setNODESTART
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setNODESTART(String value) Sets the value of the nodestart property.- Parameters:
value
- allowed object isString
-
getNODEEND
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getNODEEND()Gets the value of the nodeend property.- Returns:
- possible object is
String
-
setNODEEND
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setNODEEND(String value) Sets the value of the nodeend property.- Parameters:
value
- allowed object isString
-
getDEMANDWEIGHT
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public Double 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.6", date="2024-05-19T01:06:56+02:00") public void setDEMANDWEIGHT(Double value) Sets the value of the demandweight property.- Parameters:
value
- allowed object isString
-