Class LifeCycleManagement
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.LifeCycleManagement
-
- All Implemented Interfaces:
Serializable
public class LifeCycleManagement extends Object implements Serializable
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_0RC1/2_0}Boolean" minOccurs="0"/> <element name="end" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="lifeCycleManagementExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleancancelprotected Booleanendprotected ExtensionTypelifeCycleManagementExtension
-
Constructor Summary
Constructors Constructor Description LifeCycleManagement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetLifeCycleManagementExtension()Gets the value of the lifeCycleManagementExtension property.BooleanisCancel()Gets the value of the cancel property.BooleanisEnd()Gets the value of the end property.voidsetCancel(Boolean value)Sets the value of the cancel property.voidsetEnd(Boolean value)Sets the value of the end property.voidsetLifeCycleManagementExtension(ExtensionType value)Sets the value of the lifeCycleManagementExtension property.
-
-
-
Field Detail
-
cancel
protected Boolean cancel
-
end
protected Boolean end
-
lifeCycleManagementExtension
protected ExtensionType lifeCycleManagementExtension
-
-
Method Detail
-
isCancel
public Boolean isCancel()
Gets the value of the cancel property.- Returns:
- possible object is
Boolean
-
setCancel
public void setCancel(Boolean value)
Sets the value of the cancel property.- Parameters:
value- allowed object isBoolean
-
isEnd
public Boolean isEnd()
Gets the value of the end property.- Returns:
- possible object is
Boolean
-
setEnd
public void setEnd(Boolean value)
Sets the value of the end property.- Parameters:
value- allowed object isBoolean
-
getLifeCycleManagementExtension
public ExtensionType getLifeCycleManagementExtension()
Gets the value of the lifeCycleManagementExtension property.- Returns:
- possible object is
ExtensionType
-
setLifeCycleManagementExtension
public void setLifeCycleManagementExtension(ExtensionType value)
Sets the value of the lifeCycleManagementExtension property.- Parameters:
value- allowed object isExtensionType
-
-