Package org.opentrafficsim.xml.generated
Class CSELANE
java.lang.Object
org.opentrafficsim.xml.generated.CROSSSECTIONELEMENT
org.opentrafficsim.xml.generated.CSELANE
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+01:00",
comments="JAXB RI v2.3.0")
public class CSELANE
extends CROSSSECTIONELEMENT
implements java.io.Serializable
Java class for CSELANE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CSELANE">
<complexContent>
<extension base="{http://www.opentrafficsim.org/ots}CROSSSECTIONELEMENT">
<sequence>
<element ref="{http://www.opentrafficsim.org/ots}SPEEDLIMIT" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LANETYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DESIGNDIRECTION" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected booleandesigndirectionprotected java.lang.Stringidprotected java.lang.Stringlanetypeprotected java.util.List<SPEEDLIMIT>speedlimitFields 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 CSELANE() -
Method Summary
Modifier and Type Method Description java.lang.StringgetID()Gets the value of the id property.java.lang.StringgetLANETYPE()Gets the value of the lanetype property.java.util.List<SPEEDLIMIT>getSPEEDLIMIT()Gets the value of the speedlimit property.booleanisDESIGNDIRECTION()Gets the value of the designdirection property.voidsetDESIGNDIRECTION(boolean value)Sets the value of the designdirection property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetLANETYPE(java.lang.String value)Sets the value of the lanetype 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 Details
-
speedlimit
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.util.List<SPEEDLIMIT> speedlimit -
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id -
lanetype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String lanetype -
designdirection
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected boolean designdirection
-
-
Constructor Details
-
CSELANE
public CSELANE()
-
-
Method Details
-
getSPEEDLIMIT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.util.List<SPEEDLIMIT> getSPEEDLIMIT()Gets the value of the speedlimit property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the speedlimit property.For example, to add a new item, do as follows:
getSPEEDLIMIT().add(newItem);Objects of the following type(s) are allowed in the list
SPEEDLIMIT -
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01: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-01-24T05:08:34+01: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
-
getLANETYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getLANETYPE()Gets the value of the lanetype property.- Returns:
- possible object is
String
-
setLANETYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setLANETYPE(java.lang.String value)Sets the value of the lanetype property.- Parameters:
value- allowed object isString
-
isDESIGNDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public boolean isDESIGNDIRECTION()Gets the value of the designdirection property. -
setDESIGNDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setDESIGNDIRECTION(boolean value)Sets the value of the designdirection property.
-