Class Management
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected FilterExitManagementfilterExitManagementprotected LifeCycleManagementlifeCycleManagementprotected ExtensionTypemanagementExtension
-
Constructor Summary
Constructors Constructor Description Management()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterExitManagementgetFilterExitManagement()Gets the value of the filterExitManagement property.LifeCycleManagementgetLifeCycleManagement()Gets the value of the lifeCycleManagement property.ExtensionTypegetManagementExtension()Gets the value of the managementExtension property.voidsetFilterExitManagement(FilterExitManagement value)Sets the value of the filterExitManagement property.voidsetLifeCycleManagement(LifeCycleManagement value)Sets the value of the lifeCycleManagement property.voidsetManagementExtension(ExtensionType value)Sets the value of the managementExtension property.
-
-
-
Field Detail
-
lifeCycleManagement
protected LifeCycleManagement lifeCycleManagement
-
filterExitManagement
protected FilterExitManagement filterExitManagement
-
managementExtension
protected ExtensionType managementExtension
-
-
Method Detail
-
getLifeCycleManagement
public LifeCycleManagement getLifeCycleManagement()
Gets the value of the lifeCycleManagement property.- Returns:
- possible object is
LifeCycleManagement
-
setLifeCycleManagement
public void setLifeCycleManagement(LifeCycleManagement value)
Sets the value of the lifeCycleManagement property.- Parameters:
value- allowed object isLifeCycleManagement
-
getFilterExitManagement
public FilterExitManagement getFilterExitManagement()
Gets the value of the filterExitManagement property.- Returns:
- possible object is
FilterExitManagement
-
setFilterExitManagement
public void setFilterExitManagement(FilterExitManagement value)
Sets the value of the filterExitManagement property.- Parameters:
value- allowed object isFilterExitManagement
-
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 isExtensionType
-
-