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, supplementaryPositionalDescription
locationExtension, locationForDisplay
groupOfLocationsExtension
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, setSupplementaryPositionalDescription
getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected TpegLinearLocation tpegLinearLocation
protected AlertCLinear alertCLinear
protected LinearWithinLinearElement linearWithinLinearElement
protected LinearExtensionType linearExtension
public TpegLinearLocation getTpegLinearLocation()
TpegLinearLocation
public void setTpegLinearLocation(TpegLinearLocation value)
value
- allowed object is
TpegLinearLocation
public AlertCLinear getAlertCLinear()
AlertCLinear
public void setAlertCLinear(AlertCLinear value)
value
- allowed object is
AlertCLinear
public LinearWithinLinearElement getLinearWithinLinearElement()
LinearWithinLinearElement
public void setLinearWithinLinearElement(LinearWithinLinearElement value)
value
- allowed object is
LinearWithinLinearElement
public LinearExtensionType getLinearExtension()
LinearExtensionType
public void setLinearExtension(LinearExtensionType value)
value
- allowed object is
LinearExtensionType