Class Point

  • All Implemented Interfaces:
    Serializable

    public class Point
    extends NetworkLocation
    implements Serializable
    A single geospatial point.

    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/1_0/1_0}NetworkLocation">
           <sequence>
             <element name="tpegpointLocation" type="{http://datex2.eu/schema/1_0/1_0}TPEGPointLocation" minOccurs="0"/>
             <element name="alertCPoint" type="{http://datex2.eu/schema/1_0/1_0}AlertCPoint" minOccurs="0"/>
             <element name="referencePoint" type="{http://datex2.eu/schema/1_0/1_0}ReferencePoint" minOccurs="0"/>
             <element name="pointByCoordinates" type="{http://datex2.eu/schema/1_0/1_0}PointByCoordinates" minOccurs="0"/>
             <element name="pointExtension" type="{http://datex2.eu/schema/1_0/1_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
      • getReferencePoint

        public ReferencePoint getReferencePoint()
        Gets the value of the referencePoint property.
        Returns:
        possible object is ReferencePoint
      • setReferencePoint

        public void setReferencePoint​(ReferencePoint value)
        Sets the value of the referencePoint property.
        Parameters:
        value - allowed object is ReferencePoint
      • 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