public class LifeCycleManagement extends Object
Java class for LifeCycleManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LifeCycleManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cancel" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="end" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="lifeCycleManagementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
cancel |
protected Boolean |
end |
protected ExtensionType |
lifeCycleManagementExtension |
| Constructor and Description |
|---|
LifeCycleManagement() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getLifeCycleManagementExtension()
Gets the value of the lifeCycleManagementExtension property.
|
Boolean |
isCancel()
Gets the value of the cancel property.
|
Boolean |
isEnd()
Gets the value of the end property.
|
void |
setCancel(Boolean value)
Sets the value of the cancel property.
|
void |
setEnd(Boolean value)
Sets the value of the end property.
|
void |
setLifeCycleManagementExtension(ExtensionType value)
Sets the value of the lifeCycleManagementExtension property.
|
protected Boolean cancel
protected Boolean end
protected ExtensionType lifeCycleManagementExtension
public Boolean isCancel()
Booleanpublic void setCancel(Boolean value)
value - allowed object is
Booleanpublic void setEnd(Boolean value)
value - allowed object is
Booleanpublic ExtensionType getLifeCycleManagementExtension()
ExtensionTypepublic void setLifeCycleManagementExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.