public class Road extends Object
Java class for Road complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Road">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameOfRoad" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="roadIdentifier" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="typeOfRoad" type="{http://datex2.eu/schema/2/2_0}RoadTypeEnum" minOccurs="0"/>
<element name="roadDestination" type="{http://datex2.eu/schema/2/2_0}MultilingualString" maxOccurs="unbounded" minOccurs="0"/>
<element name="roadOrigination" type="{http://datex2.eu/schema/2/2_0}MultilingualString" maxOccurs="unbounded" minOccurs="0"/>
<element name="distanceToThisRoad" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
<element name="roadExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
distanceToThisRoad |
protected MultilingualString |
nameOfRoad |
protected List<MultilingualString> |
roadDestination |
protected ExtensionType |
roadExtension |
protected MultilingualString |
roadIdentifier |
protected List<MultilingualString> |
roadOrigination |
protected RoadTypeEnum |
typeOfRoad |
| Constructor and Description |
|---|
Road() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDistanceToThisRoad()
Gets the value of the distanceToThisRoad property.
|
MultilingualString |
getNameOfRoad()
Gets the value of the nameOfRoad property.
|
List<MultilingualString> |
getRoadDestination()
Gets the value of the roadDestination property.
|
ExtensionType |
getRoadExtension()
Gets the value of the roadExtension property.
|
MultilingualString |
getRoadIdentifier()
Gets the value of the roadIdentifier property.
|
List<MultilingualString> |
getRoadOrigination()
Gets the value of the roadOrigination property.
|
RoadTypeEnum |
getTypeOfRoad()
Gets the value of the typeOfRoad property.
|
void |
setDistanceToThisRoad(Long value)
Sets the value of the distanceToThisRoad property.
|
void |
setNameOfRoad(MultilingualString value)
Sets the value of the nameOfRoad property.
|
void |
setRoadExtension(ExtensionType value)
Sets the value of the roadExtension property.
|
void |
setRoadIdentifier(MultilingualString value)
Sets the value of the roadIdentifier property.
|
void |
setTypeOfRoad(RoadTypeEnum value)
Sets the value of the typeOfRoad property.
|
protected MultilingualString nameOfRoad
protected MultilingualString roadIdentifier
protected RoadTypeEnum typeOfRoad
protected List<MultilingualString> roadDestination
protected List<MultilingualString> roadOrigination
protected Long distanceToThisRoad
protected ExtensionType roadExtension
public MultilingualString getNameOfRoad()
MultilingualStringpublic void setNameOfRoad(MultilingualString value)
value - allowed object is
MultilingualStringpublic MultilingualString getRoadIdentifier()
MultilingualStringpublic void setRoadIdentifier(MultilingualString value)
value - allowed object is
MultilingualStringpublic RoadTypeEnum getTypeOfRoad()
RoadTypeEnumpublic void setTypeOfRoad(RoadTypeEnum value)
value - allowed object is
RoadTypeEnumpublic List<MultilingualString> getRoadDestination()
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 roadDestination property.
For example, to add a new item, do as follows:
getRoadDestination().add(newItem);
Objects of the following type(s) are allowed in the list
MultilingualString
public List<MultilingualString> getRoadOrigination()
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 roadOrigination property.
For example, to add a new item, do as follows:
getRoadOrigination().add(newItem);
Objects of the following type(s) are allowed in the list
MultilingualString
public Long getDistanceToThisRoad()
Stringpublic void setDistanceToThisRoad(Long value)
value - allowed object is
Stringpublic ExtensionType getRoadExtension()
ExtensionTypepublic void setRoadExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.