Class TPEGGeometricArea

  • All Implemented Interfaces:
    Serializable

    public class TPEGGeometricArea
    extends TPEGAreaLocation
    implements Serializable
    A geometric area defined by a centre point and a radius.

    Java class for TPEGGeometricArea complex type.

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

     <complexType name="TPEGGeometricArea">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGAreaLocation">
           <sequence>
             <element name="radius" type="{http://datex2.eu/schema/1_0/1_0}MetresAsNonNegativeInteger"/>
             <element name="centrePoint" type="{http://datex2.eu/schema/1_0/1_0}PointCoordinates"/>
             <element name="name" type="{http://datex2.eu/schema/1_0/1_0}TPEGAreaDescriptor" minOccurs="0"/>
             <element name="tpeggeometricAreaExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TPEGGeometricArea

        public TPEGGeometricArea()
    • Method Detail

      • getRadius

        public BigInteger getRadius()
        Gets the value of the radius property.
        Returns:
        possible object is BigInteger
      • setRadius

        public void setRadius​(BigInteger value)
        Sets the value of the radius property.
        Parameters:
        value - allowed object is BigInteger
      • setCentrePoint

        public void setCentrePoint​(PointCoordinates value)
        Sets the value of the centrePoint property.
        Parameters:
        value - allowed object is PointCoordinates
      • getTpeggeometricAreaExtension

        public ExtensionType getTpeggeometricAreaExtension()
        Gets the value of the tpeggeometricAreaExtension property.
        Returns:
        possible object is ExtensionType
      • setTpeggeometricAreaExtension

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