Package org.opentrafficsim.xml.generated
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-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") public class CONNECTOR extends java.lang.Object implements java.io.SerializableJava 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.Doubledemandweightprotected java.lang.Stringidprotected java.lang.Stringnodeendprotected java.lang.Stringnodestart
-
Constructor Summary
Constructors Constructor Description CONNECTOR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetDEMANDWEIGHT()Gets the value of the demandweight property.java.lang.StringgetID()Gets the value of the id property.java.lang.StringgetNODEEND()Gets the value of the nodeend property.java.lang.StringgetNODESTART()Gets the value of the nodestart property.voidsetDEMANDWEIGHT(java.lang.Double value)Sets the value of the demandweight property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetNODEEND(java.lang.String value)Sets the value of the nodeend property.voidsetNODESTART(java.lang.String value)Sets the value of the nodestart property.
-
-
-
Field Detail
-
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") protected java.lang.String id
-
nodestart
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") protected java.lang.String nodestart
-
nodeend
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") protected java.lang.String nodeend
-
demandweight
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") protected java.lang.Double demandweight
-
-
Method Detail
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02: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-08-12T04:40:29+02: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 isString
-
getNODESTART
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02: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-08-12T04:40:29+02: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 isString
-
getNODEEND
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02: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-08-12T04:40:29+02: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 isString
-
getDEMANDWEIGHT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02: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-08-12T04:40:29+02: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 isString
-
-