Class NonManagedCause

  • All Implemented Interfaces:
    Serializable

    public class NonManagedCause
    extends Cause
    implements Serializable
    Contains details of the cause of a record within a situation, when this cause is not managed as a situation record in its own right.

    Java class for NonManagedCause complex type.

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

     <complexType name="NonManagedCause">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Cause">
           <sequence>
             <element name="causeDescription" 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="causeType" type="{http://datex2.eu/schema/1_0/1_0}CauseTypeEnum" minOccurs="0"/>
             <element name="nonManagedCauseExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form