Class AlertCMethod4SecondaryPointLocation

  • All Implemented Interfaces:
    Serializable

    public class AlertCMethod4SecondaryPointLocation
    extends Object
    implements Serializable
    The point (called Secondary point) which is at the upstream end of a linear road section. The point is specified by a reference to a point in a pre-defined Alert C location table plus a non-negative offset distance.

    Java class for AlertCMethod4SecondaryPointLocation complex type.

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

     <complexType name="AlertCMethod4SecondaryPointLocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alertCLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCLocation"/>
             <element name="offsetDistance" type="{http://datex2.eu/schema/1_0/1_0}OffsetDistance"/>
             <element name="alertCMethod4SecondaryPointLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • alertCMethod4SecondaryPointLocationExtension

        protected ExtensionType alertCMethod4SecondaryPointLocationExtension
    • Constructor Detail

      • AlertCMethod4SecondaryPointLocation

        public AlertCMethod4SecondaryPointLocation()
    • Method Detail

      • getAlertCLocation

        public AlertCLocation getAlertCLocation()
        Gets the value of the alertCLocation property.
        Returns:
        possible object is AlertCLocation
      • setAlertCLocation

        public void setAlertCLocation​(AlertCLocation value)
        Sets the value of the alertCLocation property.
        Parameters:
        value - allowed object is AlertCLocation
      • getOffsetDistance

        public OffsetDistance getOffsetDistance()
        Gets the value of the offsetDistance property.
        Returns:
        possible object is OffsetDistance
      • setOffsetDistance

        public void setOffsetDistance​(OffsetDistance value)
        Sets the value of the offsetDistance property.
        Parameters:
        value - allowed object is OffsetDistance
      • getAlertCMethod4SecondaryPointLocationExtension

        public ExtensionType getAlertCMethod4SecondaryPointLocationExtension()
        Gets the value of the alertCMethod4SecondaryPointLocationExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCMethod4SecondaryPointLocationExtension

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