public class Management extends Object
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/2/2_0}LifeCycleManagement" minOccurs="0"/>
<element name="filterExitManagement" type="{http://datex2.eu/schema/2/2_0}FilterExitManagement" minOccurs="0"/>
<element name="managementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FilterExitManagement |
filterExitManagement |
protected LifeCycleManagement |
lifeCycleManagement |
protected ExtensionType |
managementExtension |
| Constructor and Description |
|---|
Management() |
| Modifier and Type | Method and Description |
|---|---|
FilterExitManagement |
getFilterExitManagement()
Gets the value of the filterExitManagement property.
|
LifeCycleManagement |
getLifeCycleManagement()
Gets the value of the lifeCycleManagement property.
|
ExtensionType |
getManagementExtension()
Gets the value of the managementExtension property.
|
void |
setFilterExitManagement(FilterExitManagement value)
Sets the value of the filterExitManagement property.
|
void |
setLifeCycleManagement(LifeCycleManagement value)
Sets the value of the lifeCycleManagement property.
|
void |
setManagementExtension(ExtensionType value)
Sets the value of the managementExtension property.
|
protected LifeCycleManagement lifeCycleManagement
protected FilterExitManagement filterExitManagement
protected ExtensionType managementExtension
public LifeCycleManagement getLifeCycleManagement()
LifeCycleManagementpublic void setLifeCycleManagement(LifeCycleManagement value)
value - allowed object is
LifeCycleManagementpublic FilterExitManagement getFilterExitManagement()
FilterExitManagementpublic void setFilterExitManagement(FilterExitManagement value)
value - allowed object is
FilterExitManagementpublic ExtensionType getManagementExtension()
ExtensionTypepublic void setManagementExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.