Class AlertCLocation

  • All Implemented Interfaces:
    Serializable

    public class AlertCLocation
    extends Object
    implements Serializable

    Java class for AlertCLocation complex type.

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

     <complexType name="AlertCLocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alertCLocationName" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="specificLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCLocationCode"/>
             <element name="alertCLocationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AlertCLocation

        public AlertCLocation()
    • Method Detail

      • setAlertCLocationName

        public void setAlertCLocationName​(MultilingualString value)
        Sets the value of the alertCLocationName property.
        Parameters:
        value - allowed object is MultilingualString
      • getSpecificLocation

        public BigInteger getSpecificLocation()
        Gets the value of the specificLocation property.
        Returns:
        possible object is BigInteger
      • setSpecificLocation

        public void setSpecificLocation​(BigInteger value)
        Sets the value of the specificLocation property.
        Parameters:
        value - allowed object is BigInteger
      • getAlertCLocationExtension

        public ExtensionType getAlertCLocationExtension()
        Gets the value of the alertCLocationExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCLocationExtension

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