public class Junction extends Object
Java class for Junction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Junction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="junctionClassification" type="{http://datex2.eu/schema/2/2_0}JunctionClassificationEnum" minOccurs="0"/>
<element name="junctionName" type="{http://datex2.eu/schema/2/2_0}MultilingualString"/>
<element name="junctionNumber" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="motorway" type="{http://datex2.eu/schema/2/2_0}Road" minOccurs="0"/>
<element name="destinationMotorway" type="{http://datex2.eu/schema/2/2_0}Road" maxOccurs="unbounded" minOccurs="0"/>
<element name="junctionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Road> |
destinationMotorway |
protected JunctionClassificationEnum |
junctionClassification |
protected ExtensionType |
junctionExtension |
protected MultilingualString |
junctionName |
protected String |
junctionNumber |
protected Road |
motorway |
| Constructor and Description |
|---|
Junction() |
| Modifier and Type | Method and Description |
|---|---|
List<Road> |
getDestinationMotorway()
Gets the value of the destinationMotorway property.
|
JunctionClassificationEnum |
getJunctionClassification()
Gets the value of the junctionClassification property.
|
ExtensionType |
getJunctionExtension()
Gets the value of the junctionExtension property.
|
MultilingualString |
getJunctionName()
Gets the value of the junctionName property.
|
String |
getJunctionNumber()
Gets the value of the junctionNumber property.
|
Road |
getMotorway()
Gets the value of the motorway property.
|
void |
setJunctionClassification(JunctionClassificationEnum value)
Sets the value of the junctionClassification property.
|
void |
setJunctionExtension(ExtensionType value)
Sets the value of the junctionExtension property.
|
void |
setJunctionName(MultilingualString value)
Sets the value of the junctionName property.
|
void |
setJunctionNumber(String value)
Sets the value of the junctionNumber property.
|
void |
setMotorway(Road value)
Sets the value of the motorway property.
|
protected JunctionClassificationEnum junctionClassification
protected MultilingualString junctionName
protected String junctionNumber
protected Road motorway
protected ExtensionType junctionExtension
public JunctionClassificationEnum getJunctionClassification()
JunctionClassificationEnumpublic void setJunctionClassification(JunctionClassificationEnum value)
value - allowed object is
JunctionClassificationEnumpublic MultilingualString getJunctionName()
MultilingualStringpublic void setJunctionName(MultilingualString value)
value - allowed object is
MultilingualStringpublic String getJunctionNumber()
Stringpublic void setJunctionNumber(String value)
value - allowed object is
Stringpublic Road getMotorway()
Roadpublic void setMotorway(Road value)
value - allowed object is
Roadpublic List<Road> getDestinationMotorway()
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 destinationMotorway property.
For example, to add a new item, do as follows:
getDestinationMotorway().add(newItem);
Objects of the following type(s) are allowed in the list
Road
public ExtensionType getJunctionExtension()
ExtensionTypepublic void setJunctionExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.