public class Linear extends NetworkLocation
Java-Klasse für Linear complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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="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 |
networkLocationExtension, supplementaryPositionalDescription
locationExtension, locationForDisplay
groupOfLocationsExtension
Constructor and Description |
---|
Linear() |
Modifier and Type | Method and Description |
---|---|
AlertCLinear |
getAlertCLinear()
Ruft den Wert der alertCLinear-Eigenschaft ab.
|
LinearExtensionType |
getLinearExtension()
Ruft den Wert der linearExtension-Eigenschaft ab.
|
LinearWithinLinearElement |
getLinearWithinLinearElement()
Ruft den Wert der linearWithinLinearElement-Eigenschaft ab.
|
void |
setAlertCLinear(AlertCLinear value)
Legt den Wert der alertCLinear-Eigenschaft fest.
|
void |
setLinearExtension(LinearExtensionType value)
Legt den Wert der linearExtension-Eigenschaft fest.
|
void |
setLinearWithinLinearElement(LinearWithinLinearElement value)
Legt den Wert der linearWithinLinearElement-Eigenschaft fest.
|
getNetworkLocationExtension, getSupplementaryPositionalDescription, setNetworkLocationExtension, setSupplementaryPositionalDescription
getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected AlertCLinear alertCLinear
protected LinearWithinLinearElement linearWithinLinearElement
protected LinearExtensionType linearExtension
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