Class AlertCMethod2Linear

  • All Implemented Interfaces:
    Serializable

    public class AlertCMethod2Linear
    extends AlertCLinear
    implements Serializable
    A linear section along a road between two points, Primary and Secondary, which are pre-defined in an Alert C location table. Direction is FROM the Secondary point TO the Primary point, i.e. the Primary point is downstream of the Secondary point.

    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/1_0/1_0}AlertCLinear">
           <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="alertCMethod2SecondaryPointLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCMethod2SecondaryPointLocation"/>
             <element name="alertCMethod2LinearExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form