@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public static class LINK.SENSOR extends Object
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="NAME" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LANE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="POSITION" use="required" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE" /> <attribute name="CLASS" use="required" type="{http://www.opentrafficsim.org/ots}CLASSNAMETYPE" /> <attribute name="TRIGGER" use="required" type="{http://www.opentrafficsim.org/ots}GTUPOSITIONTYPE" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Class |
_class |
protected String |
lane |
protected String |
name |
protected LengthBeginEnd |
position |
protected GTUPositionType |
trigger |
Constructor and Description |
---|
SENSOR() |
Modifier and Type | Method and Description |
---|---|
Class |
getCLASS()
Gets the value of the class property.
|
String |
getLANE()
Gets the value of the lane property.
|
String |
getNAME()
Gets the value of the name property.
|
LengthBeginEnd |
getPOSITION()
Gets the value of the position property.
|
GTUPositionType |
getTRIGGER()
Gets the value of the trigger property.
|
void |
setCLASS(Class value)
Sets the value of the class property.
|
void |
setLANE(String value)
Sets the value of the lane property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setPOSITION(LengthBeginEnd value)
Sets the value of the position property.
|
void |
setTRIGGER(GTUPositionType value)
Sets the value of the trigger property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String lane
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected LengthBeginEnd position
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Class _class
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected GTUPositionType trigger
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getNAME()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setNAME(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getLANE()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setLANE(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public LengthBeginEnd getPOSITION()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setPOSITION(LengthBeginEnd value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Class getCLASS()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setCLASS(Class value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public GTUPositionType getTRIGGER()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setTRIGGER(GTUPositionType value)
value
- allowed object is
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.