Package org.opentrafficsim.xml.generated
Class CSENOTRAFFICLANE
- java.lang.Object
-
- org.opentrafficsim.xml.generated.CROSSSECTIONELEMENT
-
- org.opentrafficsim.xml.generated.CSENOTRAFFICLANE
-
- 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 CSENOTRAFFICLANE extends CROSSSECTIONELEMENT implements Serializable
Java class for CSENOTRAFFICLANE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CSENOTRAFFICLANE"> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}CROSSSECTIONELEMENT"> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
id
-
Fields inherited from class org.opentrafficsim.xml.generated.CROSSSECTIONELEMENT
centeroffset, centeroffsetend, centeroffsetstart, leftoffset, leftoffsetend, leftoffsetstart, rightoffset, rightoffsetend, rightoffsetstart, width, widthend, widthstart
-
-
Constructor Summary
Constructors Constructor Description CSENOTRAFFICLANE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getID()
Gets the value of the id property.void
setID(String value)
Sets the value of the id property.-
Methods inherited from class org.opentrafficsim.xml.generated.CROSSSECTIONELEMENT
getCENTEROFFSET, getCENTEROFFSETEND, getCENTEROFFSETSTART, getLEFTOFFSET, getLEFTOFFSETEND, getLEFTOFFSETSTART, getRIGHTOFFSET, getRIGHTOFFSETEND, getRIGHTOFFSETSTART, getWIDTH, getWIDTHEND, getWIDTHSTART, setCENTEROFFSET, setCENTEROFFSETEND, setCENTEROFFSETSTART, setLEFTOFFSET, setLEFTOFFSETEND, setLEFTOFFSETSTART, setRIGHTOFFSET, setRIGHTOFFSETEND, setRIGHTOFFSETSTART, setWIDTH, setWIDTHEND, setWIDTHSTART
-
-
-
-
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
-
-