Package org.opentrafficsim.xml.generated
Class CSENOTRAFFICLANE
- java.lang.Object
-
- org.opentrafficsim.xml.generated.CROSSSECTIONELEMENT
-
- org.opentrafficsim.xml.generated.CSENOTRAFFICLANE
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") public class CSENOTRAFFICLANE extends CROSSSECTIONELEMENT implements java.io.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 java.lang.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 java.lang.String
getID()
Gets the value of the id property.void
setID(java.lang.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
-
-
-
-
Method Detail
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") public java.lang.String getID()
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-12T04:40:29+02:00", comments="JAXB RI v2.3.0") public void setID(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-