public class RoadNode extends Road
Java class for RoadNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadNode">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Road">
<sequence>
<element name="junctionName" type="{http://datex2.eu/schema/2/2_0}MultilingualString"/>
<element name="roadNodeExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
junctionName |
protected ExtensionType |
roadNodeExtension |
distanceToThisRoad, nameOfRoad, roadDestination, roadExtension, roadIdentifier, roadOrigination, typeOfRoad| Constructor and Description |
|---|
RoadNode() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getJunctionName()
Gets the value of the junctionName property.
|
ExtensionType |
getRoadNodeExtension()
Gets the value of the roadNodeExtension property.
|
void |
setJunctionName(MultilingualString value)
Sets the value of the junctionName property.
|
void |
setRoadNodeExtension(ExtensionType value)
Sets the value of the roadNodeExtension property.
|
getDistanceToThisRoad, getNameOfRoad, getRoadDestination, getRoadExtension, getRoadIdentifier, getRoadOrigination, getTypeOfRoad, setDistanceToThisRoad, setNameOfRoad, setRoadExtension, setRoadIdentifier, setTypeOfRoadprotected MultilingualString junctionName
protected ExtensionType roadNodeExtension
public MultilingualString getJunctionName()
MultilingualStringpublic void setJunctionName(MultilingualString value)
value - allowed object is
MultilingualStringpublic ExtensionType getRoadNodeExtension()
ExtensionTypepublic void setRoadNodeExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.