Class Management

  • All Implemented Interfaces:
    Serializable

    public class Management
    extends Object
    implements Serializable
    Information relating to the management of the situation record.

    Java class for Management complex type.

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

     <complexType name="Management">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="lifeCycleManagement" type="{http://datex2.eu/schema/1_0/1_0}LifeCycleManagement" minOccurs="0"/>
             <element name="filterExitManagement" type="{http://datex2.eu/schema/1_0/1_0}FilterExitManagement" minOccurs="0"/>
             <element name="managementExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Management

        public Management()
    • Method Detail

      • setLifeCycleManagement

        public void setLifeCycleManagement​(LifeCycleManagement value)
        Sets the value of the lifeCycleManagement property.
        Parameters:
        value - allowed object is LifeCycleManagement
      • setFilterExitManagement

        public void setFilterExitManagement​(FilterExitManagement value)
        Sets the value of the filterExitManagement property.
        Parameters:
        value - allowed object is FilterExitManagement
      • getManagementExtension

        public ExtensionType getManagementExtension()
        Gets the value of the managementExtension property.
        Returns:
        possible object is ExtensionType
      • setManagementExtension

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