public class AffectedCarriagewayAndLanes extends Object
Java class for AffectedCarriagewayAndLanes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedCarriagewayAndLanes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="carriageway" type="{http://datex2.eu/schema/2/2_0}CarriagewayEnum"/>
<element name="lane" type="{http://datex2.eu/schema/2/2_0}LaneEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="footpath" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="lengthAffected" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="affectedCarriagewayAndLanesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
affectedCarriagewayAndLanesExtension |
protected CarriagewayEnum |
carriageway |
protected Boolean |
footpath |
protected List<LaneEnum> |
lane |
protected Float |
lengthAffected |
| Constructor and Description |
|---|
AffectedCarriagewayAndLanes() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getAffectedCarriagewayAndLanesExtension()
Gets the value of the affectedCarriagewayAndLanesExtension property.
|
CarriagewayEnum |
getCarriageway()
Gets the value of the carriageway property.
|
List<LaneEnum> |
getLane()
Gets the value of the lane property.
|
Float |
getLengthAffected()
Gets the value of the lengthAffected property.
|
Boolean |
isFootpath()
Gets the value of the footpath property.
|
void |
setAffectedCarriagewayAndLanesExtension(ExtensionType value)
Sets the value of the affectedCarriagewayAndLanesExtension property.
|
void |
setCarriageway(CarriagewayEnum value)
Sets the value of the carriageway property.
|
void |
setFootpath(Boolean value)
Sets the value of the footpath property.
|
void |
setLengthAffected(Float value)
Sets the value of the lengthAffected property.
|
protected CarriagewayEnum carriageway
protected Boolean footpath
protected Float lengthAffected
protected ExtensionType affectedCarriagewayAndLanesExtension
public CarriagewayEnum getCarriageway()
CarriagewayEnumpublic void setCarriageway(CarriagewayEnum value)
value - allowed object is
CarriagewayEnumpublic List<LaneEnum> getLane()
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 lane property.
For example, to add a new item, do as follows:
getLane().add(newItem);
Objects of the following type(s) are allowed in the list
LaneEnum
public Boolean isFootpath()
Booleanpublic void setFootpath(Boolean value)
value - allowed object is
Booleanpublic Float getLengthAffected()
Floatpublic void setLengthAffected(Float value)
value - allowed object is
Floatpublic ExtensionType getAffectedCarriagewayAndLanesExtension()
ExtensionTypepublic void setAffectedCarriagewayAndLanesExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.