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, supplementaryPositionalDescriptionlocationExtension, locationForDisplaygroupOfLocationsExtension| 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, setSupplementaryPositionalDescriptiongetLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplaygetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected AlertCLinear alertCLinear
protected LinearWithinLinearElement linearWithinLinearElement
protected LinearExtensionType linearExtension
public 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