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="alertCLinear" type="{http://datex2.eu/schema/2/2_0}AlertCLinear" minOccurs="0"/>
<element name="linearExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertCLinear |
alertCLinear |
protected ExtensionType |
linearExtension |
networkLocationExtensionlocationExtensiongroupOfLocationsExtension| Constructor and Description |
|---|
Linear() |
| Modifier and Type | Method and Description |
|---|---|
AlertCLinear |
getAlertCLinear()
Gets the value of the alertCLinear property.
|
ExtensionType |
getLinearExtension()
Gets the value of the linearExtension property.
|
void |
setAlertCLinear(AlertCLinear value)
Sets the value of the alertCLinear property.
|
void |
setLinearExtension(ExtensionType value)
Sets the value of the linearExtension property.
|
getNetworkLocationExtension, setNetworkLocationExtensiongetLocationExtension, setLocationExtensiongetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected AlertCLinear alertCLinear
protected ExtensionType linearExtension
public AlertCLinear getAlertCLinear()
AlertCLinearpublic void setAlertCLinear(AlertCLinear value)
value - allowed object is
AlertCLinearpublic ExtensionType getLinearExtension()
ExtensionTypepublic void setLinearExtension(ExtensionType value)
value - allowed object is
ExtensionType