public class LinearElement extends Object
Java class for LinearElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roadName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="roadNumber" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="linearElementReferenceModel" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="linearElementReferenceModelVersion" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="linearElementNature" type="{http://datex2.eu/schema/2/2_0}LinearElementNatureEnum" minOccurs="0"/>
<element name="linearElementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
linearElementExtension |
protected LinearElementNatureEnum |
linearElementNature |
protected String |
linearElementReferenceModel |
protected String |
linearElementReferenceModelVersion |
protected MultilingualString |
roadName |
protected String |
roadNumber |
| Constructor and Description |
|---|
LinearElement() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getLinearElementExtension()
Gets the value of the linearElementExtension property.
|
LinearElementNatureEnum |
getLinearElementNature()
Gets the value of the linearElementNature property.
|
String |
getLinearElementReferenceModel()
Gets the value of the linearElementReferenceModel property.
|
String |
getLinearElementReferenceModelVersion()
Gets the value of the linearElementReferenceModelVersion property.
|
MultilingualString |
getRoadName()
Gets the value of the roadName property.
|
String |
getRoadNumber()
Gets the value of the roadNumber property.
|
void |
setLinearElementExtension(ExtensionType value)
Sets the value of the linearElementExtension property.
|
void |
setLinearElementNature(LinearElementNatureEnum value)
Sets the value of the linearElementNature property.
|
void |
setLinearElementReferenceModel(String value)
Sets the value of the linearElementReferenceModel property.
|
void |
setLinearElementReferenceModelVersion(String value)
Sets the value of the linearElementReferenceModelVersion property.
|
void |
setRoadName(MultilingualString value)
Sets the value of the roadName property.
|
void |
setRoadNumber(String value)
Sets the value of the roadNumber property.
|
protected MultilingualString roadName
protected String roadNumber
protected String linearElementReferenceModel
protected String linearElementReferenceModelVersion
protected LinearElementNatureEnum linearElementNature
protected ExtensionType linearElementExtension
public MultilingualString getRoadName()
MultilingualStringpublic void setRoadName(MultilingualString value)
value - allowed object is
MultilingualStringpublic String getRoadNumber()
Stringpublic void setRoadNumber(String value)
value - allowed object is
Stringpublic String getLinearElementReferenceModel()
Stringpublic void setLinearElementReferenceModel(String value)
value - allowed object is
Stringpublic String getLinearElementReferenceModelVersion()
Stringpublic void setLinearElementReferenceModelVersion(String value)
value - allowed object is
Stringpublic LinearElementNatureEnum getLinearElementNature()
LinearElementNatureEnumpublic void setLinearElementNature(LinearElementNatureEnum value)
value - allowed object is
LinearElementNatureEnumpublic ExtensionType getLinearElementExtension()
ExtensionTypepublic void setLinearElementExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.