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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CONNECTOR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getDEMANDWEIGHT()
Gets the value of the demandweight property.String
getID()
Gets the value of the id property.String
getNODEEND()
Gets the value of the nodeend property.String
getNODESTART()
Gets the value of the nodestart property.void
setDEMANDWEIGHT(Double value)
Sets the value of the demandweight property.void
setID(String value)
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 Detail
-
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String id
-
nodestart
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String nodestart
-
nodeend
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String nodeend
-
demandweight
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Double demandweight
-
-
Method Detail
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getID()
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getNODESTART()
Gets the value of the nodestart property.- Returns:
- possible object is
String
-
setNODESTART
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getNODEEND()
Gets the value of the nodeend property.- Returns:
- possible object is
String
-
setNODEEND
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") 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", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public Double getDEMANDWEIGHT()
Gets the value of the demandweight property.- Returns:
- possible object is
String
-
-