Class AlertCLinearByCode

  • All Implemented Interfaces:
    Serializable

    public class AlertCLinearByCode
    extends AlertCLinear
    implements Serializable
    A linear section along a road defined by reference to a linear section in a pre-defined Alert C location table.

    Java class for AlertCLinearByCode complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AlertCLinearByCode">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}AlertCLinear">
           <sequence>
             <element name="alertCDirection" type="{http://datex2.eu/schema/1_0/1_0}AlertCDirection"/>
             <element name="locationCodeForLinearLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCLocation"/>
             <element name="alertCLinearByCodeExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • locationCodeForLinearLocation

        protected AlertCLocation locationCodeForLinearLocation
      • alertCLinearByCodeExtension

        protected ExtensionType alertCLinearByCodeExtension
    • Constructor Detail

      • AlertCLinearByCode

        public AlertCLinearByCode()
    • 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 is AlertCDirection
      • getLocationCodeForLinearLocation

        public AlertCLocation getLocationCodeForLinearLocation()
        Gets the value of the locationCodeForLinearLocation property.
        Returns:
        possible object is AlertCLocation
      • setLocationCodeForLinearLocation

        public void setLocationCodeForLinearLocation​(AlertCLocation value)
        Sets the value of the locationCodeForLinearLocation property.
        Parameters:
        value - allowed object is AlertCLocation
      • getAlertCLinearByCodeExtension

        public ExtensionType getAlertCLinearByCodeExtension()
        Gets the value of the alertCLinearByCodeExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCLinearByCodeExtension

        public void setAlertCLinearByCodeExtension​(ExtensionType value)
        Sets the value of the alertCLinearByCodeExtension property.
        Parameters:
        value - allowed object is ExtensionType