public class AlertCMethod4PrimaryPointLocation
extends java.lang.Object
Java-Klasse für AlertCMethod4PrimaryPointLocation complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AlertCMethod4PrimaryPointLocation">
<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="alertCMethod4PrimaryPointLocationExtension" 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 |
alertCMethod4PrimaryPointLocationExtension |
protected OffsetDistance |
offsetDistance |
| Constructor and Description |
|---|
AlertCMethod4PrimaryPointLocation() |
| Modifier and Type | Method and Description |
|---|---|
AlertCLocation |
getAlertCLocation()
Ruft den Wert der alertCLocation-Eigenschaft ab.
|
ExtensionType |
getAlertCMethod4PrimaryPointLocationExtension()
Ruft den Wert der alertCMethod4PrimaryPointLocationExtension-Eigenschaft ab.
|
OffsetDistance |
getOffsetDistance()
Ruft den Wert der offsetDistance-Eigenschaft ab.
|
void |
setAlertCLocation(AlertCLocation value)
Legt den Wert der alertCLocation-Eigenschaft fest.
|
void |
setAlertCMethod4PrimaryPointLocationExtension(ExtensionType value)
Legt den Wert der alertCMethod4PrimaryPointLocationExtension-Eigenschaft fest.
|
void |
setOffsetDistance(OffsetDistance value)
Legt den Wert der offsetDistance-Eigenschaft fest.
|
protected AlertCLocation alertCLocation
protected OffsetDistance offsetDistance
protected ExtensionType alertCMethod4PrimaryPointLocationExtension
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 getAlertCMethod4PrimaryPointLocationExtension()
ExtensionTypepublic void setAlertCMethod4PrimaryPointLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType