public class Linear extends NetworkLocation
Java class for Linear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Linear"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}NetworkLocation"> <sequence> <element name="linearExtension" type="{http://datex2.eu/schema/2/2_0}_LinearExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LinearExtensionType |
linearExtension |
networkLocationExtension
locationExtension
groupOfLocationsExtension
Constructor and Description |
---|
Linear() |
Modifier and Type | Method and Description |
---|---|
LinearExtensionType |
getLinearExtension()
Gets the value of the linearExtension property.
|
void |
setLinearExtension(LinearExtensionType value)
Sets the value of the linearExtension property.
|
getNetworkLocationExtension, setNetworkLocationExtension
getLocationExtension, setLocationExtension
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected LinearExtensionType linearExtension
public LinearExtensionType getLinearExtension()
LinearExtensionType
public void setLinearExtension(LinearExtensionType value)
value
- allowed object is
LinearExtensionType