Class AlertCMethod4Point

  • All Implemented Interfaces:
    Serializable

    public class AlertCMethod4Point
    extends AlertCPoint
    implements Serializable
    A single point on the road network defined by reference to a point in a pre-defined Alert C location table plus an offset distance and which has an associated direction of traffic flow.

    Java class for AlertCMethod4Point complex type.

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

     <complexType name="AlertCMethod4Point">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}AlertCPoint">
           <sequence>
             <element name="alertCDirection" type="{http://datex2.eu/schema/1_0/1_0}AlertCDirection"/>
             <element name="alertCMethod4PrimaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod4PrimaryPointLocation"/>
             <element name="alertCMethod4PointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AlertCMethod4Point

        public AlertCMethod4Point()
    • 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
      • getAlertCMethod4PointExtension

        public ExtensionType getAlertCMethod4PointExtension()
        Gets the value of the alertCMethod4PointExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCMethod4PointExtension

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