Class AlertCMethod4Linear

  • All Implemented Interfaces:
    Serializable

    public class AlertCMethod4Linear
    extends AlertCLinear
    implements Serializable
    A linear section along a road between two points, Primary and Secondary, which are pre-defined Alert C locations plus offset distance. Direction is FROM the Secondary point TO the Primary point, i.e. the Primary point is downstream of the Secondary point.

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