public class AlertCMethod4SecondaryPointLocation
extends java.lang.Object
Java class for AlertCMethod4SecondaryPointLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the alertCLocation property.
|
ExtensionType |
getAlertCMethod4SecondaryPointLocationExtension()
Gets the value of the alertCMethod4SecondaryPointLocationExtension property.
|
OffsetDistance |
getOffsetDistance()
Gets the value of the offsetDistance property.
|
void |
setAlertCLocation(AlertCLocation value)
Sets the value of the alertCLocation property.
|
void |
setAlertCMethod4SecondaryPointLocationExtension(ExtensionType value)
Sets the value of the alertCMethod4SecondaryPointLocationExtension property.
|
void |
setOffsetDistance(OffsetDistance value)
Sets the value of the offsetDistance property.
|
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