Class AlertCArea

  • All Implemented Interfaces:
    Serializable

    public class AlertCArea
    extends Object
    implements Serializable
    An area defined by reference to a predefined Alert C location table.

    Java class for AlertCArea complex type.

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

     <complexType name="AlertCArea">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alertCLocationCountryCode" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="alertCLocationTableNumber" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="alertCLocationTableVersion" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="areaLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCLocation"/>
             <element name="alertCAreaExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • alertCLocationCountryCode

        protected String alertCLocationCountryCode
      • alertCLocationTableNumber

        protected String alertCLocationTableNumber
      • alertCLocationTableVersion

        protected String alertCLocationTableVersion
      • alertCAreaExtension

        protected ExtensionType alertCAreaExtension
    • Constructor Detail

      • AlertCArea

        public AlertCArea()
    • Method Detail

      • getAlertCLocationCountryCode

        public String getAlertCLocationCountryCode()
        Gets the value of the alertCLocationCountryCode property.
        Returns:
        possible object is String
      • setAlertCLocationCountryCode

        public void setAlertCLocationCountryCode​(String value)
        Sets the value of the alertCLocationCountryCode property.
        Parameters:
        value - allowed object is String
      • getAlertCLocationTableNumber

        public String getAlertCLocationTableNumber()
        Gets the value of the alertCLocationTableNumber property.
        Returns:
        possible object is String
      • setAlertCLocationTableNumber

        public void setAlertCLocationTableNumber​(String value)
        Sets the value of the alertCLocationTableNumber property.
        Parameters:
        value - allowed object is String
      • getAlertCLocationTableVersion

        public String getAlertCLocationTableVersion()
        Gets the value of the alertCLocationTableVersion property.
        Returns:
        possible object is String
      • setAlertCLocationTableVersion

        public void setAlertCLocationTableVersion​(String value)
        Sets the value of the alertCLocationTableVersion property.
        Parameters:
        value - allowed object is String
      • getAreaLocation

        public AlertCLocation getAreaLocation()
        Gets the value of the areaLocation property.
        Returns:
        possible object is AlertCLocation
      • setAreaLocation

        public void setAreaLocation​(AlertCLocation value)
        Sets the value of the areaLocation property.
        Parameters:
        value - allowed object is AlertCLocation
      • getAlertCAreaExtension

        public ExtensionType getAlertCAreaExtension()
        Gets the value of the alertCAreaExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCAreaExtension

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