Class AlertCLocation

  • All Implemented Interfaces:
    Serializable

    public class AlertCLocation
    extends Object
    implements Serializable
    Identification of a specific point, linear or area location in an Alert C location table.

    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" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="specificLocation" type="{http://datex2.eu/schema/1_0/1_0}AlertCLocationCode"/>
             <element name="alertCLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form