Class LifecycleStateType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class LifecycleStateType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of lifecycle state. EXPERIMENTAL

    Java class for LifecycleStateType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="LifecycleStateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="forcedActivationStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivationStatusType" minOccurs="0"/>
             <element name="forcedAssignment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VirtualAssignmentSpecificationType" minOccurs="0"/>
             <element name="activeAssignments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="entryAction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LifecycleStateActionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="exitAction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LifecycleStateActionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="transition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LifecycleStateTransitionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form