public class LinearElement
extends java.lang.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 java.lang.String |
linearElementReferenceModel |
protected java.lang.String |
linearElementReferenceModelVersion |
protected MultilingualString |
roadName |
protected java.lang.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.
|
java.lang.String |
getLinearElementReferenceModel()
Gets the value of the linearElementReferenceModel property.
|
java.lang.String |
getLinearElementReferenceModelVersion()
Gets the value of the linearElementReferenceModelVersion property.
|
MultilingualString |
getRoadName()
Gets the value of the roadName property.
|
java.lang.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(java.lang.String value)
Sets the value of the linearElementReferenceModel property.
|
void |
setLinearElementReferenceModelVersion(java.lang.String value)
Sets the value of the linearElementReferenceModelVersion property.
|
void |
setRoadName(MultilingualString value)
Sets the value of the roadName property.
|
void |
setRoadNumber(java.lang.String value)
Sets the value of the roadNumber property.
|
protected MultilingualString roadName
protected java.lang.String roadNumber
protected java.lang.String linearElementReferenceModel
protected java.lang.String linearElementReferenceModelVersion
protected LinearElementNatureEnum linearElementNature
protected ExtensionType linearElementExtension
public MultilingualString getRoadName()
MultilingualString
public void setRoadName(MultilingualString value)
value
- allowed object is
MultilingualString
public java.lang.String getRoadNumber()
String
public void setRoadNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLinearElementReferenceModel()
String
public void setLinearElementReferenceModel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLinearElementReferenceModelVersion()
String
public void setLinearElementReferenceModelVersion(java.lang.String value)
value
- allowed object is
String
public LinearElementNatureEnum getLinearElementNature()
LinearElementNatureEnum
public void setLinearElementNature(LinearElementNatureEnum value)
value
- allowed object is
LinearElementNatureEnum
public ExtensionType getLinearElementExtension()
ExtensionType
public void setLinearElementExtension(ExtensionType value)
value
- allowed object is
ExtensionType