Class AlertCMethod2Point

  • All Implemented Interfaces:
    Serializable

    public class AlertCMethod2Point
    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 and which has an associated direction of traffic flow.

    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/1_0/1_0}AlertCPoint">
           <sequence>
             <element name="alertCDirection" type="{http://datex2.eu/schema/1_0/1_0}AlertCDirection"/>
             <element name="alertCMethod2PrimaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod2PrimaryPointLocation"/>
             <element name="alertCMethod2PointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AlertCMethod2Point

        public AlertCMethod2Point()
    • 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
      • getAlertCMethod2PointExtension

        public ExtensionType getAlertCMethod2PointExtension()
        Gets the value of the alertCMethod2PointExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCMethod2PointExtension

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