public class LinearElementByCode extends LinearElement
Java class for LinearElementByCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearElementByCode"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}LinearElement"> <sequence> <element name="linearElementIdentifier" type="{http://datex2.eu/schema/2/2_0}String"/> <element name="linearElementByCodeExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
linearElementByCodeExtension |
protected java.lang.String |
linearElementIdentifier |
linearElementExtension, linearElementReferenceModel, linearElementReferenceModelVersion, roadName, roadNumber
Constructor and Description |
---|
LinearElementByCode() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getLinearElementByCodeExtension()
Gets the value of the linearElementByCodeExtension property.
|
java.lang.String |
getLinearElementIdentifier()
Gets the value of the linearElementIdentifier property.
|
void |
setLinearElementByCodeExtension(ExtensionType value)
Sets the value of the linearElementByCodeExtension property.
|
void |
setLinearElementIdentifier(java.lang.String value)
Sets the value of the linearElementIdentifier property.
|
getLinearElementExtension, getLinearElementReferenceModel, getLinearElementReferenceModelVersion, getRoadName, getRoadNumber, setLinearElementExtension, setLinearElementReferenceModel, setLinearElementReferenceModelVersion, setRoadName, setRoadNumber
protected java.lang.String linearElementIdentifier
protected ExtensionType linearElementByCodeExtension
public java.lang.String getLinearElementIdentifier()
String
public void setLinearElementIdentifier(java.lang.String value)
value
- allowed object is
String
public ExtensionType getLinearElementByCodeExtension()
ExtensionType
public void setLinearElementByCodeExtension(ExtensionType value)
value
- allowed object is
ExtensionType