Class Area

  • All Implemented Interfaces:
    Serializable

    public class Area
    extends Location
    implements Serializable

    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/2_0RC1/2_0}Location">
           <sequence>
             <element name="alertCArea" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCArea" minOccurs="0"/>
             <element name="tpegAreaLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegAreaLocation" minOccurs="0"/>
             <element name="areaExtension" type="{http://datex2.eu/schema/2_0RC1/2_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