Class AlertCMethod4Linear
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.AlertCLinear
-
- eu.datex2.siri21.schema._2_0rc1._2_0.AlertCMethod4Linear
-
- All Implemented Interfaces:
Serializable
public class AlertCMethod4Linear extends AlertCLinear implements Serializable
Java class for AlertCMethod4Linear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod4Linear"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}AlertCLinear"> <sequence> <element name="alertCDirection" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCDirection"/> <element name="alertCMethod4PrimaryPointLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCMethod4PrimaryPointLocation"/> <element name="alertCMethod4SecondaryPointLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCMethod4SecondaryPointLocation"/> <element name="alertCMethod4LinearExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AlertCDirectionalertCDirectionprotected ExtensionTypealertCMethod4LinearExtensionprotected AlertCMethod4PrimaryPointLocationalertCMethod4PrimaryPointLocationprotected AlertCMethod4SecondaryPointLocationalertCMethod4SecondaryPointLocation-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.AlertCLinear
alertCLinearExtension, alertCLocationCountryCode, alertCLocationTableNumber, alertCLocationTableVersion
-
-
Constructor Summary
Constructors Constructor Description AlertCMethod4Linear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCDirectiongetAlertCDirection()Gets the value of the alertCDirection property.ExtensionTypegetAlertCMethod4LinearExtension()Gets the value of the alertCMethod4LinearExtension property.AlertCMethod4PrimaryPointLocationgetAlertCMethod4PrimaryPointLocation()Gets the value of the alertCMethod4PrimaryPointLocation property.AlertCMethod4SecondaryPointLocationgetAlertCMethod4SecondaryPointLocation()Gets the value of the alertCMethod4SecondaryPointLocation property.voidsetAlertCDirection(AlertCDirection value)Sets the value of the alertCDirection property.voidsetAlertCMethod4LinearExtension(ExtensionType value)Sets the value of the alertCMethod4LinearExtension property.voidsetAlertCMethod4PrimaryPointLocation(AlertCMethod4PrimaryPointLocation value)Sets the value of the alertCMethod4PrimaryPointLocation property.voidsetAlertCMethod4SecondaryPointLocation(AlertCMethod4SecondaryPointLocation value)Sets the value of the alertCMethod4SecondaryPointLocation property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.AlertCLinear
getAlertCLinearExtension, getAlertCLocationCountryCode, getAlertCLocationTableNumber, getAlertCLocationTableVersion, setAlertCLinearExtension, setAlertCLocationCountryCode, setAlertCLocationTableNumber, setAlertCLocationTableVersion
-
-
-
-
Field Detail
-
alertCDirection
protected AlertCDirection alertCDirection
-
alertCMethod4PrimaryPointLocation
protected AlertCMethod4PrimaryPointLocation alertCMethod4PrimaryPointLocation
-
alertCMethod4SecondaryPointLocation
protected AlertCMethod4SecondaryPointLocation alertCMethod4SecondaryPointLocation
-
alertCMethod4LinearExtension
protected ExtensionType alertCMethod4LinearExtension
-
-
Method Detail
-
getAlertCDirection
public AlertCDirection getAlertCDirection()
Gets the value of the alertCDirection property.- Returns:
- possible object is
AlertCDirection
-
setAlertCDirection
public void setAlertCDirection(AlertCDirection value)
Sets the value of the alertCDirection property.- Parameters:
value- allowed object isAlertCDirection
-
getAlertCMethod4PrimaryPointLocation
public AlertCMethod4PrimaryPointLocation getAlertCMethod4PrimaryPointLocation()
Gets the value of the alertCMethod4PrimaryPointLocation property.- Returns:
- possible object is
AlertCMethod4PrimaryPointLocation
-
setAlertCMethod4PrimaryPointLocation
public void setAlertCMethod4PrimaryPointLocation(AlertCMethod4PrimaryPointLocation value)
Sets the value of the alertCMethod4PrimaryPointLocation property.- Parameters:
value- allowed object isAlertCMethod4PrimaryPointLocation
-
getAlertCMethod4SecondaryPointLocation
public AlertCMethod4SecondaryPointLocation getAlertCMethod4SecondaryPointLocation()
Gets the value of the alertCMethod4SecondaryPointLocation property.- Returns:
- possible object is
AlertCMethod4SecondaryPointLocation
-
setAlertCMethod4SecondaryPointLocation
public void setAlertCMethod4SecondaryPointLocation(AlertCMethod4SecondaryPointLocation value)
Sets the value of the alertCMethod4SecondaryPointLocation property.- Parameters:
value- allowed object isAlertCMethod4SecondaryPointLocation
-
getAlertCMethod4LinearExtension
public ExtensionType getAlertCMethod4LinearExtension()
Gets the value of the alertCMethod4LinearExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCMethod4LinearExtension
public void setAlertCMethod4LinearExtension(ExtensionType value)
Sets the value of the alertCMethod4LinearExtension property.- Parameters:
value- allowed object isExtensionType
-
-