Class Area

  • All Implemented Interfaces:
    Serializable

    public class Area
    extends Location
    implements Serializable
    A geographic or geometric defined area which may be qualified by height information to provide additional geospatial descrimination (e.g. for snow in an area but only above a certain altitude).

    Java class for Area complex type.

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

     <complexType name="Area">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Location">
           <sequence>
             <element name="alertCArea" type="{http://datex2.eu/schema/1_0/1_0}AlertCArea" minOccurs="0"/>
             <element name="tpegareaLocation" type="{http://datex2.eu/schema/1_0/1_0}TPEGAreaLocation" minOccurs="0"/>
             <element name="areaExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Area

        public Area()
    • Method Detail

      • getAlertCArea

        public AlertCArea getAlertCArea()
        Gets the value of the alertCArea property.
        Returns:
        possible object is AlertCArea
      • setAlertCArea

        public void setAlertCArea​(AlertCArea value)
        Sets the value of the alertCArea property.
        Parameters:
        value - allowed object is AlertCArea
      • getTpegareaLocation

        public TPEGAreaLocation getTpegareaLocation()
        Gets the value of the tpegareaLocation property.
        Returns:
        possible object is TPEGAreaLocation
      • setTpegareaLocation

        public void setTpegareaLocation​(TPEGAreaLocation value)
        Sets the value of the tpegareaLocation property.
        Parameters:
        value - allowed object is TPEGAreaLocation
      • getAreaExtension

        public ExtensionType getAreaExtension()
        Gets the value of the areaExtension property.
        Returns:
        possible object is ExtensionType
      • setAreaExtension

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