public class AlertCMethod4SecondaryPointLocation
extends java.lang.Object
Java-Klasse für AlertCMethod4SecondaryPointLocation complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AlertCMethod4SecondaryPointLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alertCLocation" type="{http://datex2.eu/schema/2/2_0}AlertCLocation"/>
<element name="offsetDistance" type="{http://datex2.eu/schema/2/2_0}OffsetDistance"/>
<element name="alertCMethod4SecondaryPointLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertCLocation |
alertCLocation |
protected ExtensionType |
alertCMethod4SecondaryPointLocationExtension |
protected OffsetDistance |
offsetDistance |
| Constructor and Description |
|---|
AlertCMethod4SecondaryPointLocation() |
| Modifier and Type | Method and Description |
|---|---|
AlertCLocation |
getAlertCLocation()
Ruft den Wert der alertCLocation-Eigenschaft ab.
|
ExtensionType |
getAlertCMethod4SecondaryPointLocationExtension()
Ruft den Wert der alertCMethod4SecondaryPointLocationExtension-Eigenschaft ab.
|
OffsetDistance |
getOffsetDistance()
Ruft den Wert der offsetDistance-Eigenschaft ab.
|
void |
setAlertCLocation(AlertCLocation value)
Legt den Wert der alertCLocation-Eigenschaft fest.
|
void |
setAlertCMethod4SecondaryPointLocationExtension(ExtensionType value)
Legt den Wert der alertCMethod4SecondaryPointLocationExtension-Eigenschaft fest.
|
void |
setOffsetDistance(OffsetDistance value)
Legt den Wert der offsetDistance-Eigenschaft fest.
|
protected AlertCLocation alertCLocation
protected OffsetDistance offsetDistance
protected ExtensionType alertCMethod4SecondaryPointLocationExtension
public AlertCLocation getAlertCLocation()
AlertCLocationpublic void setAlertCLocation(AlertCLocation value)
value - allowed object is
AlertCLocationpublic OffsetDistance getOffsetDistance()
OffsetDistancepublic void setOffsetDistance(OffsetDistance value)
value - allowed object is
OffsetDistancepublic ExtensionType getAlertCMethod4SecondaryPointLocationExtension()
ExtensionTypepublic void setAlertCMethod4SecondaryPointLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType