Class 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 Detail

      • lifeCycleManagementExtension

        protected ExtensionType lifeCycleManagementExtension
    • Constructor Detail

      • LifeCycleManagement

        public LifeCycleManagement()
    • 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 is Boolean
      • 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 is Boolean
      • 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 is ExtensionType