Class Point

  • All Implemented Interfaces:
    Serializable

    public class Point
    extends NetworkLocation
    implements Serializable

    Java class for Point complex type.

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

     <complexType name="Point">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NetworkLocation">
           <sequence>
             <element name="tpegPointLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegPointLocation" minOccurs="0"/>
             <element name="alertCPoint" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCPoint" minOccurs="0"/>
             <element name="roadsideReferencePoint" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePoint" minOccurs="0"/>
             <element name="pointByCoordinates" type="{http://datex2.eu/schema/2_0RC1/2_0}PointByCoordinates" minOccurs="0"/>
             <element name="pointExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Point

        public Point()
    • Method Detail

      • setTpegPointLocation

        public void setTpegPointLocation​(TpegPointLocation value)
        Sets the value of the tpegPointLocation property.
        Parameters:
        value - allowed object is TpegPointLocation
      • getAlertCPoint

        public AlertCPoint getAlertCPoint()
        Gets the value of the alertCPoint property.
        Returns:
        possible object is AlertCPoint
      • setAlertCPoint

        public void setAlertCPoint​(AlertCPoint value)
        Sets the value of the alertCPoint property.
        Parameters:
        value - allowed object is AlertCPoint
      • setPointByCoordinates

        public void setPointByCoordinates​(PointByCoordinates value)
        Sets the value of the pointByCoordinates property.
        Parameters:
        value - allowed object is PointByCoordinates
      • getPointExtension

        public ExtensionType getPointExtension()
        Gets the value of the pointExtension property.
        Returns:
        possible object is ExtensionType
      • setPointExtension

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