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 |
networkLocationExtension
locationExtension
groupOfLocationsExtension
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, setNetworkLocationExtension
getLocationExtension, setLocationExtension
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected AlertCLinear alertCLinear
protected ExtensionType linearExtension
public AlertCLinear getAlertCLinear()
AlertCLinear
public void setAlertCLinear(AlertCLinear value)
value
- allowed object is
AlertCLinear
public ExtensionType getLinearExtension()
ExtensionType
public void setLinearExtension(ExtensionType value)
value
- allowed object is
ExtensionType