public class AlertCMethod2Point extends AlertCPoint
Java class for AlertCMethod2Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod2Point">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}AlertCPoint">
<sequence>
<element name="alertCDirection" type="{http://datex2.eu/schema/2/2_0}AlertCDirection"/>
<element name="alertCMethod2PrimaryPointLocation" type="{http://datex2.eu/schema/2/2_0}AlertCMethod2PrimaryPointLocation"/>
<element name="alertCMethod2PointExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertCDirection |
alertCDirection |
protected ExtensionType |
alertCMethod2PointExtension |
protected AlertCMethod2PrimaryPointLocation |
alertCMethod2PrimaryPointLocation |
alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion, alertCPointExtension| Constructor and Description |
|---|
AlertCMethod2Point() |
| Modifier and Type | Method and Description |
|---|---|
AlertCDirection |
getAlertCDirection()
Gets the value of the alertCDirection property.
|
ExtensionType |
getAlertCMethod2PointExtension()
Gets the value of the alertCMethod2PointExtension property.
|
AlertCMethod2PrimaryPointLocation |
getAlertCMethod2PrimaryPointLocation()
Gets the value of the alertCMethod2PrimaryPointLocation property.
|
void |
setAlertCDirection(AlertCDirection value)
Sets the value of the alertCDirection property.
|
void |
setAlertCMethod2PointExtension(ExtensionType value)
Sets the value of the alertCMethod2PointExtension property.
|
void |
setAlertCMethod2PrimaryPointLocation(AlertCMethod2PrimaryPointLocation value)
Sets the value of the alertCMethod2PrimaryPointLocation property.
|
getAlertCLocationCountryCode, getAlertCLocationTableNumber, getAlertCLocationTableVersion, getAlertCPointExtension, setAlertCLocationCountryCode, setAlertCLocationTableNumber, setAlertCLocationTableVersion, setAlertCPointExtensionprotected AlertCDirection alertCDirection
protected AlertCMethod2PrimaryPointLocation alertCMethod2PrimaryPointLocation
protected ExtensionType alertCMethod2PointExtension
public AlertCDirection getAlertCDirection()
AlertCDirectionpublic void setAlertCDirection(AlertCDirection value)
value - allowed object is
AlertCDirectionpublic AlertCMethod2PrimaryPointLocation getAlertCMethod2PrimaryPointLocation()
AlertCMethod2PrimaryPointLocationpublic void setAlertCMethod2PrimaryPointLocation(AlertCMethod2PrimaryPointLocation value)
value - allowed object is
AlertCMethod2PrimaryPointLocationpublic ExtensionType getAlertCMethod2PointExtension()
ExtensionTypepublic void setAlertCMethod2PointExtension(ExtensionType value)
value - allowed object is
ExtensionType