Class Linear

  • All Implemented Interfaces:
    Serializable

    public class Linear
    extends NetworkLocation
    implements Serializable
    A linear section along a road with optional directionality defined between two points on the road.

    Java class for Linear complex type.

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

     <complexType name="Linear">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}NetworkLocation">
           <sequence>
             <element name="tpeglinearLocation" type="{http://datex2.eu/schema/1_0/1_0}TPEGLinearLocation" minOccurs="0"/>
             <element name="alertCLinear" type="{http://datex2.eu/schema/1_0/1_0}AlertCLinear" minOccurs="0"/>
             <element name="referencePointLinear" type="{http://datex2.eu/schema/1_0/1_0}ReferencePointLinear" minOccurs="0"/>
             <element name="linearExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Linear

        public Linear()
    • Method Detail

      • setTpeglinearLocation

        public void setTpeglinearLocation​(TPEGLinearLocation value)
        Sets the value of the tpeglinearLocation property.
        Parameters:
        value - allowed object is TPEGLinearLocation
      • getAlertCLinear

        public AlertCLinear getAlertCLinear()
        Gets the value of the alertCLinear property.
        Returns:
        possible object is AlertCLinear
      • setAlertCLinear

        public void setAlertCLinear​(AlertCLinear value)
        Sets the value of the alertCLinear property.
        Parameters:
        value - allowed object is AlertCLinear
      • setReferencePointLinear

        public void setReferencePointLinear​(ReferencePointLinear value)
        Sets the value of the referencePointLinear property.
        Parameters:
        value - allowed object is ReferencePointLinear
      • getLinearExtension

        public ExtensionType getLinearExtension()
        Gets the value of the linearExtension property.
        Returns:
        possible object is ExtensionType
      • setLinearExtension

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