Package org.opentrafficsim.xml.generated
Class RESPONSIVECONTROLTYPE.SENSOR.SINGLELANE
- java.lang.Object
-
- org.opentrafficsim.xml.generated.RESPONSIVECONTROLTYPE.SENSOR.SINGLELANE
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RESPONSIVECONTROLTYPE.SENSOR
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public static class RESPONSIVECONTROLTYPE.SENSOR.SINGLELANE extends Object implements 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"> <sequence> <element name="LINK" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="LANE" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ENTRYPOSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE"/> <element name="EXITPOSITION" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected LengthBeginEndentrypositionprotected LengthBeginEndexitpositionprotected Stringlaneprotected Stringlink
-
Constructor Summary
Constructors Constructor Description SINGLELANE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthBeginEndgetENTRYPOSITION()Gets the value of the entryposition property.LengthBeginEndgetEXITPOSITION()Gets the value of the exitposition property.StringgetLANE()Gets the value of the lane property.StringgetLINK()Gets the value of the link property.voidsetENTRYPOSITION(LengthBeginEnd value)Sets the value of the entryposition property.voidsetEXITPOSITION(LengthBeginEnd value)Sets the value of the exitposition property.voidsetLANE(String value)Sets the value of the lane property.voidsetLINK(String value)Sets the value of the link property.
-
-
-
Field Detail
-
link
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") protected String link
-
lane
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") protected String lane
-
entryposition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") protected LengthBeginEnd entryposition
-
exitposition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") protected LengthBeginEnd exitposition
-
-
Method Detail
-
getLINK
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public String getLINK()Gets the value of the link property.- Returns:
- possible object is
String
-
setLINK
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public void setLINK(String value)Sets the value of the link property.- Parameters:
value- allowed object isString
-
getLANE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public String getLANE()Gets the value of the lane property.- Returns:
- possible object is
String
-
setLANE
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public void setLANE(String value)Sets the value of the lane property.- Parameters:
value- allowed object isString
-
getENTRYPOSITION
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public LengthBeginEnd getENTRYPOSITION()Gets the value of the entryposition property.- Returns:
- possible object is
String
-
setENTRYPOSITION
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public void setENTRYPOSITION(LengthBeginEnd value)Sets the value of the entryposition property.- Parameters:
value- allowed object isString
-
getEXITPOSITION
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public LengthBeginEnd getEXITPOSITION()Gets the value of the exitposition property.- Returns:
- possible object is
String
-
setEXITPOSITION
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-09-04T02:31:11+02:00") public void setEXITPOSITION(LengthBeginEnd value)Sets the value of the exitposition property.- Parameters:
value- allowed object isString
-
-