Class TpegGeometricArea

  • All Implemented Interfaces:
    Serializable

    public class TpegGeometricArea
    extends TpegAreaLocation
    implements Serializable

    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/2_0RC1/2_0}TpegAreaLocation">
           <sequence>
             <element name="radius" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsNonNegativeInteger"/>
             <element name="centrePoint" type="{http://datex2.eu/schema/2_0RC1/2_0}PointCoordinates"/>
             <element name="name" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegAreaDescriptor" minOccurs="0"/>
             <element name="tpegGeometricAreaExtension" type="{http://datex2.eu/schema/2_0RC1/2_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