@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public class ROADLAYOUT 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">
<sequence>
<element name="SPEEDLIMIT" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LEGALSPEEDLIMIT" type="{http://www.opentrafficsim.org/ots}SPEEDTYPE" />
</restriction>
</complexContent>
</complexType>
</element>
<choice maxOccurs="unbounded">
<element name="LANE" type="{http://www.opentrafficsim.org/ots}CSELANE" maxOccurs="unbounded" minOccurs="0"/>
<element name="NOTRAFFICLANE" type="{http://www.opentrafficsim.org/ots}CSENOTRAFFICLANE" maxOccurs="unbounded" minOccurs="0"/>
<element name="SHOULDER" type="{http://www.opentrafficsim.org/ots}CSESHOULDER" maxOccurs="unbounded" minOccurs="0"/>
<element name="STRIPE" type="{http://www.opentrafficsim.org/ots}CSESTRIPE" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ROADTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="WIDTH" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE" />
<attribute name="LANEKEEPING" type="{http://www.opentrafficsim.org/ots}LANEKEEPINGTYPE" />
<attribute name="OVERTAKING" type="{http://www.opentrafficsim.org/ots}OVERTAKINGTYPE" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ROADLAYOUT.SPEEDLIMIT
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected LaneKeepingType |
lanekeeping |
protected List<CROSSSECTIONELEMENT> |
laneOrNOTRAFFICLANEOrSHOULDER |
protected String |
name |
protected String |
overtaking |
protected String |
roadtype |
protected List<ROADLAYOUT.SPEEDLIMIT> |
speedlimit |
protected Length |
width |
| Constructor and Description |
|---|
ROADLAYOUT() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
LaneKeepingType |
getLANEKEEPING()
Gets the value of the lanekeeping property.
|
List<CROSSSECTIONELEMENT> |
getLANEOrNOTRAFFICLANEOrSHOULDER()
Gets the value of the laneOrNOTRAFFICLANEOrSHOULDER property.
|
String |
getNAME()
Gets the value of the name property.
|
String |
getOVERTAKING()
Gets the value of the overtaking property.
|
String |
getROADTYPE()
Gets the value of the roadtype property.
|
List<ROADLAYOUT.SPEEDLIMIT> |
getSPEEDLIMIT()
Gets the value of the speedlimit property.
|
Length |
getWIDTH()
Gets the value of the width property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setLANEKEEPING(LaneKeepingType value)
Sets the value of the lanekeeping property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setOVERTAKING(String value)
Sets the value of the overtaking property.
|
void |
setROADTYPE(String value)
Sets the value of the roadtype property.
|
void |
setWIDTH(Length value)
Sets the value of the width property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected List<ROADLAYOUT.SPEEDLIMIT> speedlimit
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected List<CROSSSECTIONELEMENT> laneOrNOTRAFFICLANEOrSHOULDER
@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 roadtype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Length width
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected LaneKeepingType lanekeeping
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String overtaking
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public List<ROADLAYOUT.SPEEDLIMIT> getSPEEDLIMIT()
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 set method 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
ROADLAYOUT.SPEEDLIMIT
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public List<CROSSSECTIONELEMENT> getLANEOrNOTRAFFICLANEOrSHOULDER()
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 set method for the laneOrNOTRAFFICLANEOrSHOULDER property.
For example, to add a new item, do as follows:
getLANEOrNOTRAFFICLANEOrSHOULDER().add(newItem);
Objects of the following type(s) are allowed in the list
CSELANE
CSENOTRAFFICLANE
CSESHOULDER
CSESTRIPE
@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 getROADTYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setROADTYPE(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 Length getWIDTH()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setWIDTH(Length 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 LaneKeepingType getLANEKEEPING()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setLANEKEEPING(LaneKeepingType 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 getOVERTAKING()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setOVERTAKING(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 getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.