public class AlertCMethod4PrimaryPointLocation
extends java.lang.Object
Java class for AlertCMethod4PrimaryPointLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the alertCLocation property.
|
ExtensionType |
getAlertCMethod4PrimaryPointLocationExtension()
Gets the value of the alertCMethod4PrimaryPointLocationExtension property.
|
OffsetDistance |
getOffsetDistance()
Gets the value of the offsetDistance property.
|
void |
setAlertCLocation(AlertCLocation value)
Sets the value of the alertCLocation property.
|
void |
setAlertCMethod4PrimaryPointLocationExtension(ExtensionType value)
Sets the value of the alertCMethod4PrimaryPointLocationExtension property.
|
void |
setOffsetDistance(OffsetDistance value)
Sets the value of the offsetDistance property.
|
protected AlertCLocation alertCLocation
protected OffsetDistance offsetDistance
protected ExtensionType alertCMethod4PrimaryPointLocationExtension
public AlertCLocation getAlertCLocation()
AlertCLocation
public void setAlertCLocation(AlertCLocation value)
value
- allowed object is
AlertCLocation
public OffsetDistance getOffsetDistance()
OffsetDistance
public void setOffsetDistance(OffsetDistance value)
value
- allowed object is
OffsetDistance
public ExtensionType getAlertCMethod4PrimaryPointLocationExtension()
ExtensionType
public void setAlertCMethod4PrimaryPointLocationExtension(ExtensionType value)
value
- allowed object is
ExtensionType