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="tpegLinearLocation" type="{http://datex2.eu/schema/2/2_0}TpegLinearLocation" minOccurs="0"/>
<element name="alertCLinear" type="{http://datex2.eu/schema/2/2_0}AlertCLinear" minOccurs="0"/>
<element name="linearWithinLinearElement" type="{http://datex2.eu/schema/2/2_0}LinearWithinLinearElement" minOccurs="0"/>
<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 AlertCLinear |
alertCLinear |
protected LinearExtensionType |
linearExtension |
protected LinearWithinLinearElement |
linearWithinLinearElement |
protected TpegLinearLocation |
tpegLinearLocation |
networkLocationExtension, supplementaryPositionalDescriptionlocationExtension, locationForDisplaygroupOfLocationsExtension| Constructor and Description |
|---|
Linear() |
| Modifier and Type | Method and Description |
|---|---|
AlertCLinear |
getAlertCLinear()
Gets the value of the alertCLinear property.
|
LinearExtensionType |
getLinearExtension()
Gets the value of the linearExtension property.
|
LinearWithinLinearElement |
getLinearWithinLinearElement()
Gets the value of the linearWithinLinearElement property.
|
TpegLinearLocation |
getTpegLinearLocation()
Gets the value of the tpegLinearLocation property.
|
void |
setAlertCLinear(AlertCLinear value)
Sets the value of the alertCLinear property.
|
void |
setLinearExtension(LinearExtensionType value)
Sets the value of the linearExtension property.
|
void |
setLinearWithinLinearElement(LinearWithinLinearElement value)
Sets the value of the linearWithinLinearElement property.
|
void |
setTpegLinearLocation(TpegLinearLocation value)
Sets the value of the tpegLinearLocation property.
|
getNetworkLocationExtension, getSupplementaryPositionalDescription, setNetworkLocationExtension, setSupplementaryPositionalDescriptiongetLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplaygetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected TpegLinearLocation tpegLinearLocation
protected AlertCLinear alertCLinear
protected LinearWithinLinearElement linearWithinLinearElement
protected LinearExtensionType linearExtension
public TpegLinearLocation getTpegLinearLocation()
TpegLinearLocationpublic void setTpegLinearLocation(TpegLinearLocation value)
value - allowed object is
TpegLinearLocationpublic AlertCLinear getAlertCLinear()
AlertCLinearpublic void setAlertCLinear(AlertCLinear value)
value - allowed object is
AlertCLinearpublic LinearWithinLinearElement getLinearWithinLinearElement()
LinearWithinLinearElementpublic void setLinearWithinLinearElement(LinearWithinLinearElement value)
value - allowed object is
LinearWithinLinearElementpublic LinearExtensionType getLinearExtension()
LinearExtensionTypepublic void setLinearExtension(LinearExtensionType value)
value - allowed object is
LinearExtensionType