@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02: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>
 | Modifier and Type | Field and Description | 
|---|---|
protected Double | 
demandweight  | 
protected String | 
id  | 
protected String | 
nodeend  | 
protected String | 
nodestart  | 
| Constructor and Description | 
|---|
CONNECTOR()  | 
| Modifier and Type | Method and 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. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String nodestart
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String nodeend
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Double demandweight
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setID(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getNODESTART()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setNODESTART(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getNODEEND()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setNODEEND(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Double getDEMANDWEIGHT()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.