public class AlertCMethod2Linear extends AlertCLinear
Java class for AlertCMethod2Linear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod2Linear">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}AlertCLinear">
<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="alertCMethod2SecondaryPointLocation" type="{http://datex2.eu/schema/2/2_0}AlertCMethod2SecondaryPointLocation"/>
<element name="alertCMethod2LinearExtension" 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 |
alertCMethod2LinearExtension |
protected AlertCMethod2PrimaryPointLocation |
alertCMethod2PrimaryPointLocation |
protected AlertCMethod2SecondaryPointLocation |
alertCMethod2SecondaryPointLocation |
alertCLinearExtension, alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion| Constructor and Description |
|---|
AlertCMethod2Linear() |
| Modifier and Type | Method and Description |
|---|---|
AlertCDirection |
getAlertCDirection()
Gets the value of the alertCDirection property.
|
ExtensionType |
getAlertCMethod2LinearExtension()
Gets the value of the alertCMethod2LinearExtension property.
|
AlertCMethod2PrimaryPointLocation |
getAlertCMethod2PrimaryPointLocation()
Gets the value of the alertCMethod2PrimaryPointLocation property.
|
AlertCMethod2SecondaryPointLocation |
getAlertCMethod2SecondaryPointLocation()
Gets the value of the alertCMethod2SecondaryPointLocation property.
|
void |
setAlertCDirection(AlertCDirection value)
Sets the value of the alertCDirection property.
|
void |
setAlertCMethod2LinearExtension(ExtensionType value)
Sets the value of the alertCMethod2LinearExtension property.
|
void |
setAlertCMethod2PrimaryPointLocation(AlertCMethod2PrimaryPointLocation value)
Sets the value of the alertCMethod2PrimaryPointLocation property.
|
void |
setAlertCMethod2SecondaryPointLocation(AlertCMethod2SecondaryPointLocation value)
Sets the value of the alertCMethod2SecondaryPointLocation property.
|
getAlertCLinearExtension, getAlertCLocationCountryCode, getAlertCLocationTableNumber, getAlertCLocationTableVersion, setAlertCLinearExtension, setAlertCLocationCountryCode, setAlertCLocationTableNumber, setAlertCLocationTableVersionprotected AlertCDirection alertCDirection
protected AlertCMethod2PrimaryPointLocation alertCMethod2PrimaryPointLocation
protected AlertCMethod2SecondaryPointLocation alertCMethod2SecondaryPointLocation
protected ExtensionType alertCMethod2LinearExtension
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 AlertCMethod2SecondaryPointLocation getAlertCMethod2SecondaryPointLocation()
AlertCMethod2SecondaryPointLocationpublic void setAlertCMethod2SecondaryPointLocation(AlertCMethod2SecondaryPointLocation value)
value - allowed object is
AlertCMethod2SecondaryPointLocationpublic ExtensionType getAlertCMethod2LinearExtension()
ExtensionTypepublic void setAlertCMethod2LinearExtension(ExtensionType value)
value - allowed object is
ExtensionType